making a pretty benign default config

This commit is contained in:
Michael McGrath 2008-03-10 19:59:05 -05:00
parent d6ff6bfffd
commit 1b72d232ee

View file

@ -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