Print
Hits: 814

1. Create SSH Public/Private key pairs

2. Convert the public key to SSH2 format

ssh-keygen -e -f lx.pub

 

3. Verify permissions on private key are 600.  If not, CHMOD to 600

 chmod 600 /root/.ssh/mykey.private

 

4. SSH to VM via public IP or Private if you have VPN tunnel.

 This email address is being protected from spambots. You need JavaScript enabled to view it.';document.getElementById('cloakc8a1622e2953e6fe5dd3ef21b7830b0a').innerHTML += ''+addy_textc8a1622e2953e6fe5dd3ef21b7830b0a+'<\/a>';

 

Azure also recently introduced the Azure Bastion service which allows RDP & SSH access to VMs via the portal using port 443.