Cannot log in via SSH after uploading SSH key
        Posted  
        
            by 
                OrangeTux
            
        on Server Fault
        
        See other posts from Server Fault
        
            or by OrangeTux
        
        
        
        Published on 2012-06-16T00:56:38Z
        Indexed on 
            2012/06/16
            3:17 UTC
        
        
        Read the original article
        Hit count: 434
        
I just uploaded an SSH key to my server and now I can't login anymore... SSH is running on port 3333.
puTTy: pageant failed to answer challenge
Terminal give me this when trying: ssh -vvv "[email protected] -p 3333"
OpenSSH_5.9p1 Debian-5ubuntu1, OpenSSL 1.0.1 14 Mar 2012
debug1: Reading configuration data /etc/ssh/ssh_config
debug1: /etc/ssh/ssh_config line 19: Applying options for *
debug2: ssh_connect: needpriv 0
debug1: Connecting to xxx.xxx.xxx.xxx -p 3333 [xxx.xxx.xxx.xxx] port 22.
debug1: connect to address xxx.xxx.xxx.xxx port 22: Connection refused
ssh: connect to host xxx.xxx.xxx.xxx -p 3333 port 22: Connection refused
I followed this tutorial.
How can I login again?
© Server Fault or respective owner