Displaying 1 result from an estimated 1 matches for "allowshell".
2005 Aug 04
0
Patch to selectively override a user's shell
...atch can be found here: https://ubelix.unibe.ch/local/tmp/
openssh-4.1_p1-shell-override.patch
USAGE: The patch adds three config parameters to sshd_config. These are;
* OverrideShell - Shell to be used if the user's shell will be
overridden (e.g. OverrideShell /usr/bin/rssh).
* AllowShell - Space separated list of users that should be
allowed to use their shell as specified in /etc/passwd or in LDAP or
wherever your authenticating from. If this is set, any user that is
not listed here will receive the shell specified in OverrideShell.
* DenyShell - Space separated list of...