Tengo un servidor Xubuntu configurado con SSH. Puedo conectarme usando Putty en Windows y mediante un complemento Chrome SSH en mi Mac. Sin embargo, cuando uso el cliente de terminal, solo se cuelga un poco y luego se restablece la conexión. La salida de depuración es:
ssh [email protected]:2222 -v
OpenSSH_6.2p2, OSSLShim 0.9.8r 8 Dec 2011
debug1: Reading configuration data /etc/ssh_config
debug1: /etc/ssh_config line 20: Applying options for *
debug1: /etc/ssh_config line 102: Applying options for *
debug1: Connecting to xx.xx.xx.xxx:2222 [xx.xx.xx.xx] port 22.
debug1: Connection established.
debug1: identity file /Users/xxxxx/.ssh/id_rsa type -1
debug1: identity file /Users/xxxxx/.ssh/id_rsa-cert type -1
debug1: identity file /Users/xxxxx/.ssh/id_dsa type -1
debug1: identity file /Users/xxxxx/.ssh/id_dsa-cert type -1
debug1: Enabling compatibility mode for protocol 2.0
debug1: Local version string SSH-2.0-OpenSSH_6.2
¿Alguien tiene algún consejo?