making a pretty benign default config
This commit is contained in:
parent
d6ff6bfffd
commit
1b72d232ee
1 changed files with 5 additions and 4 deletions
|
@ -17,16 +17,17 @@ password = admin
|
|||
; in 'groups'
|
||||
|
||||
; groups that should have a shell account on this system.
|
||||
groups = accounts,fedorabugs
|
||||
groups = sysadmin-main
|
||||
|
||||
; groups that should have a restricted account on this system.
|
||||
; restricted accounts use the restricted_shell value in [users]
|
||||
restricted_groups = sysadmin
|
||||
restricted_groups =
|
||||
|
||||
; ssh_restricted_groups: groups that should be restricted by ssh key. You will
|
||||
; need to disable password based logins in order for this value to have any
|
||||
; security meaning
|
||||
ssh_restricted_groups = sysadmin-web
|
||||
; security meaning. Group types can be placed here as well, for example
|
||||
; @hg,@git,@svn
|
||||
ssh_restricted_groups =
|
||||
|
||||
; aliases_template: Gets prepended to the aliases file when it is generated by
|
||||
; fasClient
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue