Reputation: 370
After resizing my VM I am unable to SSH to my Linux Azure VM(Ubuntu 14.10).
I have already tried -
Resizing the VM
Resetting the password using new azure portal
Basically all the steps that are mentioned here :
Still I am getting "ssh: connect to host bookmarks.cloudapp.net port 22: Connection timed out"
Upvotes: 6
Views: 5594
Reputation: 3597
This is an old question, but we often come across this and want to add some solutions.
Check if Port 22 is Enabled/Allow on "default-allow-ssh" under "Inbound Port Rules". (Path: Dashboard > Select your VM > Networking (under Settings section)
Logout of the Azure portal, clear browser cache and re-login
Upvotes: 5
Reputation: 94
If your VM is hosted in Southeast Asia, then you'll be affected by the issues they're currently having.
VIRTUAL MACHINES customers will be unable to connect to their resources.
https://azure.microsoft.com/en-us/status/#current
Upvotes: 0