search for: pamservicename

Displaying 7 results from an estimated 7 matches for "pamservicename".

2014 Jun 18
15
[Bug 2246] New: PAM enhancements for OpenSSH server
...| sshd-pubkey | ----------------------------------------------- | hostbased | sshd-hostbased | ----------------------------------------------- | gssapi-with-mic | sshd-gssapi | ----------------------------------------------- 2) The PAMServiceName and PAMServicePrefix options in the server's sshd_config configuration. PAMServiceName Specifies the PAM service name for the PAM session. The PAMServiceName and PAMServicePrefix options are mutu- ally exclusive and if both set, sshd does not start. If...
2002 Dec 05
1
patch to add a PAMServiceName config option
I append a patch against openssh-3.5p1.tar.gz which adds a config option PAMServiceName. The option allows one to specify the PAM service at runtime in the config file rather than using __progname or having it hardwired to SSHD_PAM_SERVICE at compile time. I expect this to be useful if one wants to run multiple instances of sshd using different PAM configurations. With this patch S...
2013 May 13
3
[PATCH] Specify PAM Service name in sshd_config
Hello All, The attached patch allows openssh to specify which pam service name to authenticate users against by specifying the PAMServiceName attribute in the sshd_config file. Because the parameter can be included in the Match directive sections, it allows different authentication based on the Match directive. In our case, we use it to allow different levels of authentication based on the source of the authentication attempts (securID...
2003 Mar 26
1
Changing PAM service name in sshd_config, or running sshd as non-root
...ion[9]: Authentication service cannot retrieve authentication info. Accepted publickey for mjt from 127.0.0.1 port 1101 ssh2 Failed publickey for mjt from 127.0.0.1 port 1101 ssh2 (note the order of messages - PAM failure first, pubkey acceptance is second). So, that to say - why there is no e.g. PamServiceName configuration option in sshd_config? Thanks. /mjt
2003 Jun 11
2
[Patch] PAM Service name option
...rules (for example). I have implemented such a setup using PAM, however in order to do this I need the different SSH daemons to use different PAM service names when authenticated. The attached patch (developed for 3.5p1, but it applies ok to 3.6.1p1) implements this functionality, by adding a PAMServiceName option to sshd_config. On a slightly related note I've also managed to get one time passwords (using OPIE) working with sshd, providing a more secure mechanism for logging into a computer from a public workstation or similar (where you may be worried about your password running the risk of...
2013 May 13
5
[Bug 2102] New: [PATCH] Specify PAM Service name in sshd_config
...Reporter: kenneth.schmidt at pnnl.gov Created attachment 2267 --> https://bugzilla.mindrot.org/attachment.cgi?id=2267&action=edit patch to allow configuring the pam service The attached patch allows openssh to specify which pam service name to authenticate users against by specifying the PAMServiceName attribute in the sshd_config file. Because the parameter can be included in the Match directive sections, it allows different authentication based on the Match directive. In our case, we use it to allow different levels of authentication based on the source of the authentication attempts (securID...
2008 Oct 17
0
Specifying SSHD PAM service name in the configuration file
The attached patch enables specifying the PAM service name in the sshd_config file. It requires an entry similar to the follows to be added to the configuration file- PAMServiceName MyFavoriteServiceName If this option is not specified, the default scheme of picking up the service name from the application name will be in effect. Thanks, Santanu -------------- next part -------------- A non-text attachment was scrubbed... Name: ssh_pam_service_name.diff Type: text/x-patch Si...