Есть удалённый хост, стоит за виндовым файрволом. Проброшен порт для ssh, но не дохожу до появления промпта дял ввода пароля.
ssh 195.128.17.237 -p 62222 -vvv
OpenSSH_6.6.1, OpenSSL 1.0.1j-fips 15 Oct 2014
debug1: Reading configuration data /home/myname/.ssh/config
debug1: Reading configuration data /etc/ssh/ssh_config
debug1: /etc/ssh/ssh_config line 20: Applying options for *
debug2: ssh_connect: needpriv 0
debug1: Connecting to 195.128.17.237 [195.128.17.237] port 62222.
debug1: Connection established.
debug3: Incorrect RSA1 identifier
debug3: Could not load "/home/myname/.ssh/id_rsa" as a RSA1 public key
debug1: identity file /home/myname/.ssh/id_rsa type 1
debug1: identity file /home/myname/.ssh/id_rsa-cert type -1
debug1: identity file /home/myname/.ssh/id_dsa type -1
debug1: identity file /home/myname/.ssh/id_dsa-cert type -1
debug1: identity file /home/myname/.ssh/id_ecdsa type -1
debug1: identity file /home/myname/.ssh/id_ecdsa-cert type -1
debug1: identity file /home/myname/.ssh/id_ed25519 type -1
debug1: identity file /home/myname/.ssh/id_ed25519-cert type -1
debug1: Enabling compatibility mode for protocol 2.0
debug1: Local version string SSH-2.0-OpenSSH_6.6.1
Куда копать, что делать?