Thank you for the reply.
I keep getting blacklisted on the server I am trying to auto ssh to.
/var/logs/auth.log
Oct 1 10:43:50 www sshd[2444]: Public key 4f:d7:71:27:51:bf:5e:a9:b7:af:2c:82:0d:2a:bb:53 blacklisted (see ssh-vulnkey(1))
You got me on the right track, though it turns out it is a problem between the new version of open-ssh and prior versions. From what I read if both servers do not have the newest version it will not work. I upgraded both servers with openssl_0.9.8.
http://www.ducea.com/2008/05/14/ssh-vulnkey-a/
My problem is that my x86_64 version wil not upgrade to the newest version.
64 bit
Code:
ii openssh-blacklist 0.1.1 list of blacklisted OpenSSH RSA and DSA keys
ii openssh-client 1:4.7p1-8 secure shell client, an rlogin/rsh/rcp repla
ii openssh-server 1:4.7p1-8 secure shell server, an rshd replacement
ii ssh 1:5.1p1-2 secure shell client and server (metapackage)
ii openssl 0.9.8c-4etch3 Secure Socket Layer (SSL) binary and related
i686
Code:
ri openssh-blacklist 0.1.1 list of blacklisted OpenSSH RSA and DSA keys
ii openssh-client 4.3p2-9etch3 Secure shell client, an rlogin/rsh/rcp repla
ii openssh-server 4.3p2-9etch3 Secure shell server, an rshd replacement
ii ssh 4.3p2-9etch3 Secure shell client and server (transitional
openssl 0.9.8c-4etch3 Secure Socket Layer (SSL) binary and related
Anyway to bypass the black list?