|
Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com |
From: Daniel Woods (dwoods
ucalgary.ca)Date: Fri Mar 23 2001 - 17:33:23 CST
> Is anyone experiencing any PAM problems with the OpenSSH update which
> was just released?
> Mandrake 7.1
>
> pam-0.72-7.1mdk
> openssh-askpass-2.5.2p2-1.2mdk
> openssh-2.5.2p2-1.2mdk
> openssh-clients-2.5.2p2-1.2mdk
> openssh-server-2.5.2p2-1.2mdk
>
> I get a permission denied when attempting login via UNIX shadow file
> auth (password).
On my Mandrake 7.1 base server, I installed the 7.2 versions with
rpm -Fvh openssh*
// I don't think you need these
pam-devel-0.72-13.1mdk
pam-doc-0.72-13.1mdk
// these are my packages
pam-0.72-13.1mdk
openssh-askpass-2.5.2p2-1.1mdk
openssh-server-2.5.2p2-1.1mdk
openssh-2.5.2p2-1.1mdk
openssh-askpass-gnome-2.5.2p2-1.1mdk
openssh-clients-2.5.2p2-1.1mdk
I also could not log in anymore via ssh. I looked to see what was
updated and found in /etc/ssh
-rw-r----- 1 root root 1042 Jan 26 21:34 ssh_config
-rw-r--r-- 1 root root 1200 Mar 22 15:26 ssh_config.rpmnew
-rw------- 1 root root 1364 Jan 26 21:45 sshd_config
-rw------- 1 root root 1689 Mar 22 15:26 sshd_config.rpmnew
After looking at diff's between my version and the rpmnew versions,
I determined that I could safely update the files, like...
-rw-r----- 1 root root 1200 Mar 23 00:20 ssh_config
-rw-r----- 1 root root 1042 Jan 26 21:34 ssh_config.old
-rw-r--r-- 1 root root 1200 Mar 22 15:26 ssh_config.rpmnew
-rw------- 1 root root 1689 Mar 23 00:20 sshd_config
-rw------- 1 root root 1364 Jan 26 21:45 sshd_config.old
-rw------- 1 root root 1689 Mar 22 15:26 sshd_config.rpmnew
# service sshd restart
And now everything is fine :)
Thanks... Dan.
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]