For about 6 months after getting my hosted webserver, I logged in via ssh with no problems and set myself up with a private key and so on. A few months ago though when I was too busy to sort it out, ssh stopped working. I get a connection and then it hangs. Worse, I honestly can't think of what it could be that changed.
Here's the verbose output when I try to login:
Quote:
debug1: authentications that can continue: publickey,password,keyboard-interactive
debug1: next auth method to try is publickey
debug1: userauth_pubkey_agent: testing agent key /home/adam/.ssh/id_rsa
debug1: input_userauth_pk_ok: pkalg ssh-rsa blen 149 lastkey 0x8091798 hint -1
debug1: ssh-userauth2 successful: method publickey
debug1: channel 0: new [client-session]
debug1: send channel open 0
debug1: Entering interactive session.
debug1: ssh_session2_setup: id 0
debug1: channel request 0: pty-req
debug1: Requesting X11 forwarding with authentication spoofing.
debug1: channel request 0: x11-req
debug1: channel request 0: shell
debug1: fd 3 setting TCP_NODELAY
debug1: channel 0: open confirm rwindow 0 rmax 32768
|
Then it just sits there unresponsive until I kill it off. Fortunately I can still get into the webserver using the web utils from the hosting company, so I should be able to fix it, but I don't know where to start. There's nothing similar posted here on the forum, and I'm pretty sure it's not my firewall since I dropped it (iptables) and still couldn't get it, yet I can handshake with the server.
I'd be massively grateful for any advice,
thanks