  kleeman Australian Expat
join:2000-07-29 Nyack, NY
| ssh key problem
So I got hit by this
»lists.debian.org/debian-security···152.html
as discussed in another thread.
I regenerated keys on my main server and have been able to log onto it from all my clients except one. This one I had previously set up to allow passwordless login by transferring it's key to .ssh/authorized_keys2 On this problem client I had also to regenerate keys (!!!) and re transferred to .ssh/authorized_keys2
After all this I get connection refused. Here is the output to the ssh -vv command
debug1: Connection established. debug1: identity file /home/rich/.ssh/identity type -1 debug2: key_type_from_name: unknown key type '-----BEGIN' debug2: key_type_from_name: unknown key type '-----END' debug1: identity file /home/rich/.ssh/id_rsa type 1 debug2: key_type_from_name: unknown key type '-----BEGIN' debug2: key_type_from_name: unknown key type '-----END' debug1: identity file /home/rich/.ssh/id_dsa type 2 ssh_exchange_identification: Connection closed by remote host
I can connect to the server from another client with the same ip address as the problem client so the server is not blocking access to the problem client.
Any ideas where I need to look? My guess is that the old problem client key is still on the server somewhere and causing problems.... -- "Linux is evolution, not intelligent design." - Linus Torvalds |
|
  kleeman Australian Expat
join:2000-07-29 Nyack, NY
| Nevermind I was being a dumbass!!!
I had a proxy server set up on the problem client and this was being blocked by the server (tcp wrappers).
Pays to look at your logs  -- "Linux is evolution, not intelligent design." - Linus Torvalds |
|
  BeesTea Network Janitor Premium,VIP join:2003-03-08 00000
| Spread the word. -- Overpower, overcome. |
|