diff --git a/fas/client/fas.conf b/fas/client/fas.conf index 58e06a6..d878c7a 100644 --- a/fas/client/fas.conf +++ b/fas/client/fas.conf @@ -28,6 +28,10 @@ restricted_groups = sysadmin ; security meaning ssh_restricted_groups = sysadmin-web +; aliases_template: Gets prepended to the aliases file when it is generated by +; fasClient +aliases_template = /tmp/template.txt + [users] ; default shell given to people in [host] groups shell = /bin/bash @@ -44,7 +48,7 @@ home_backup_dir = /tmp/fedora ; is a powerfull way to restrict access to a machine. An alternative example ; could be given to people who should only have cvs access on the machine. ; setting this value to "/usr/bin/cvs server" would do this. -ssh_restricted_app = /usr/local/bin/restricted-shell +ssh_restricted_app = "/usr/bin/cvs server" ; restricted_shell - The shell given to users in the ssh_restricted_groups restricted_shell = /sbin/nologin