Hello, I have a trouble of connecting to server via SSH:
This have happened today at night when I was doing upgrade of 8.0-RELEASE to 8.4-RELEASE remotely via SSH. Process was in tmux session, so after starting first
What will happen if local user reset the server? Will server work correctly after reset or will this trouble keep on?
Code:
$ ssh -v remote.host
OpenSSH_5.9p1-hpn13v11, OpenSSL 1.0.1e 11 Feb 2013
debug1: Reading configuration data /home/castor/.ssh/config
debug1: Reading configuration data /etc/ssh/ssh_config
debug1: Connecting to remote.host [some.ip] port 22.
debug1: Connection established.
debug1: identity file /home/castor/.ssh/id_rsa type 1
debug1: identity file /home/castor/.ssh/id_rsa-cert type -1
debug1: identity file /home/castor/.ssh/id_dsa type -1
debug1: identity file /home/castor/.ssh/id_dsa-cert type -1
debug1: identity file /home/castor/.ssh/id_ecdsa type -1
debug1: identity file /home/castor/.ssh/id_ecdsa-cert type -1
ssh_exchange_identification: Connection closed by remote host
freesbd-update install
I disconnected but then have no ability to connect back. Server refuses connection with error described above.What will happen if local user reset the server? Will server work correctly after reset or will this trouble keep on?