---+ How to login to an Azure VM In the Azure portal, click on the VM. Go to "All Settings" Go to "Properties" Copy address and port number from "SSH" <verbatim style="background: #CCFFFF"> ssh -p <port-number> root@<address> </verbatim> Usually the port number is incremented for each vm, for example: <verbatim style="background: #CCFFFF"> ssh -p 20001 root@cloudschedulerservice.cloudapp.net </verbatim> Also see https://azure.microsoft.com/en-us/documentation/articles/virtual-machines-linux-classic-log-on/
This topic: HEPrc
>
TWikiUsers
>
RandallSobie
>
LogInAzureVM
Topic revision: r1 - 2016-11-26 - rsobie
Copyright © 2008-2021 by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding TWiki?
Send feedback