search for: _progname

Displaying 1 result from an estimated 1 matches for "_progname".

Did you mean: progname
2004 Jun 23
3
[PATCH] make pam service a settable option
This patch adds a config file option 'PAMService' that sets the PAM service sshd will use. It should leave the current behavior unchanged if PAMService is not set in the config file (i.e. use __progname for the service or SSHD_PAM_SERVICE if it's set at compile time). The patch is against the current portability release in CVS. Why would you want something like this? I have a machine at work that I use as an SSH bastion. It runs a "normal" ssh daemon that allows root logins, etc tha...