Hi,
I am suddenly unable to ssh into my Linux VM. I could do it normally 2 days ago. No changes to SSH daemon is made. I just imported my public key into SSH config in my own account. It worked. After that I spent a day off.
azureuser@anothervm:~$ ssh -vT azureuser@fs2s.cloudapp.net OpenSSH_6.2p2 Ubuntu-6ubuntu0.1, OpenSSL 1.0.1e 11 Feb 2013 debug1: Reading configuration data /etc/ssh/ssh_config debug1: /etc/ssh/ssh_config line 19: Applying options for * debug1: Connecting to fs2s.cloudapp.net [168.62.192.194] port 22. debug1: connect to address 168.62.192.194 port 22: Connection refused ssh: connect to host fs2s.cloudapp.net port 22: Connection refused
In my Windows PC, ssh says: Bad file number
The solution I tried
+ reboot the VM
+ Recreate SSH endpoint
Nothing solved