search for: usepriviledgeseperation

Displaying 4 results from an estimated 4 matches for "usepriviledgeseperation".

2003 Mar 28
0
PRIVSEP annoys me.
...gt; /* The authorized key file. */ > snprintf( file, sizeof file, "%.500s/%.100s", pw->pw_dir, > _PATH_SSH_USER_ICC_PERMITTED_KEY ); > > debug("trying public RSA key file %s", file); > > /* Fail quietly if file does not exist */ > /* If UsePriviledgeSeperation is yes, stat() always fails. */ > if (stat(file, &st) < 0) { > /* Restore the privileged uid. */ > debug("Public key file does not exist."); > restore_uid(); > return 0; > } > > /* Open the file containing the authorized keys. */ > f = fopen...
2003 Oct 07
0
[Bug 732] Number of logins mandated by PAM doesn't work correctly
...P at draigBrady.com I have a setup that restricts the number of logins of a certain user to 1. I had it working fine with 3.6.1p2, but once 3.7.1p2 was installed no luck :-( Note I have set "UsePAM yes" explicitly like is needed in the new version. Also the previous version needed "UsePriviledgeSeperation no" for the number of logins to work correctly. Any input appreciated, thanks. ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.
2003 Dec 23
5
[Bug 732] Number of logins mandated by PAM doesn't work correctly
http://bugzilla.mindrot.org/show_bug.cgi?id=732 ------- Additional Comments From dtucker at zip.com.au 2003-12-22 21:40 ------- Which PAM modules do you have in your sshd PAM stack? ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.
2002 Dec 11
4
OpenSSH-3.5p1: sshd fails at run-time
Here's what I get: bash-2.02# sshd -ddd -p 1234 debug3: Seeding PRNG from /usr/local/libexec/ssh-rand-helper debug1: sshd version OpenSSH_3.5p1 debug1: private host key: #0 type 0 RSA1 debug3: Not a RSA1 key file /etc/ssh/ssh_host_rsa_key. debug1: read PEM private key done: type RSA debug1: private host key: #1 type 1 RSA debug3: Not a RSA1 key file /etc/ssh/ssh_host_dsa_key. debug1: read PEM