Differences
This shows you the differences between the selected revisions of the page.
2017-04-18 | 2018-01-09 | ||
link update (martin) | old azure portal has been retired (martin) | ||
Line 8: | Line 8: | ||
===== [[linux]] Connecting to a Linux Virtual Machine with SFTP ===== | ===== [[linux]] Connecting to a Linux Virtual Machine with SFTP ===== | ||
- | First, collect information about your virtual machine instance, on the version of Azure portal, which you are using. | + | First, collect information about your virtual machine instance, on the Azure portal: |
- | + | ||
- | On the new Azure Portal portal.azure.com: | + | |
* Host name: | * Host name: | ||
Line 31: | Line 29: | ||
* If you do not have another trusted instance, you can create new temporary instance, just for the purpose of collecting the keys. First find keys for the new temporary instance, using its initial start log. Then collect keys of the target instance by connecting to it from the temporary instance. After that you can discard the temporary instance. | * If you do not have another trusted instance, you can create new temporary instance, just for the purpose of collecting the keys. First find keys for the new temporary instance, using its initial start log. Then collect keys of the target instance by connecting to it from the temporary instance. After that you can discard the temporary instance. | ||
* When creating new virtual machine, consider setting up public key authentication by pasting your public key to //%%SSH%% public key// box of the //Configure basic settings// steps. If you want to setup public key authentication later, you have to [[guide_public_key|set it up manually]]. | * When creating new virtual machine, consider setting up public key authentication by pasting your public key to //%%SSH%% public key// box of the //Configure basic settings// steps. If you want to setup public key authentication later, you have to [[guide_public_key|set it up manually]]. | ||
- | |||
- | On the old Azure Management Portal manage.windowsazure.com: | ||
- | |||
- | * Host name: //DNS name// section on a //Quick glance// sidebar. Host name has a form ''name.cloudapp.net''. | ||
- | * Username: Use username ''azureuser''. | ||
- | * Host key fingerprint: //%%SSH%% Certificate Thumbprint// section. The thumbprint as shown on dashboard uses a slightly different format than a fingerprint used by WinSCP. Particularly the thumbprint does not include key type and size in the front and lacks colon separators. I.e. WinSCP's fingerprint ''ssh-rsa 2048 aa:bb:cc...'' is equivalent to dashboard thumbprint ''aabbcc...''. | ||
- | * Consider [[https://docs.microsoft.com/en-us/azure/virtual-machines/linux/mac-create-ssh-keys|setting up public key authentication]]. | ||
To connect to a virtual machine instance with SFTP, start WinSCP. [[ui_login|Login dialog]] will appear. On the dialog: | To connect to a virtual machine instance with SFTP, start WinSCP. [[ui_login|Login dialog]] will appear. On the dialog: | ||
Line 61: | Line 52: | ||
* On the //New site// node, select //FTP// protocol and //TLS/SSL Explicit encryption//. | * On the //New site// node, select //FTP// protocol and //TLS/SSL Explicit encryption//. | ||
* In //Host name// box enter an address of your virtual machine: | * In //Host name// box enter an address of your virtual machine: | ||
- | * For the new Azure Portal portal.azure.com: | + | * Use IP address you find in the //Public IP address// section in the //Essentials panel//; |
- | ······* Use IP address you find in the //Public IP address// section in the //Essentials panel//; | + | ···* Or setup a DNS name for the virtual machine by clicking on the //Public IP address// section. A //Configuration// page of the IP address opens. There, in the //%%DNS%% name label//, enter a sub domain for your virtual machine. Click //Save// button. A full hostname now appears in the //Public IP address/%%DNS%% name label// section in the //Essentials panel// in a format ''subdomain.location.cloudapp.azure.com''. |
- | ·····* Or setup a DNS name for the virtual machine by clicking on the //Public IP address// section. A //Configuration// page of the IP address opens. There, in the //%%DNS%% name label//, enter a sub domain for your virtual machine. Click //Save// button. A full hostname now appears in the //Public IP address/%%DNS%% name label// section in the //Essentials panel// in a format ''subdomain.location.cloudapp.azure.com''. | + | |
- | * On the old Azure Management Portal manage.windowsazure.com: Use hostname in format ''name.cloudapp.net''. You will find it in //DNS Name// section on //Quick glance// sidebar of your virtual machine dashboard. | + | |
* Enter username and password of an account you want to connect with. Use the account you have specified when creating the instance or any other account you have created on the instance. | * Enter username and password of an account you want to connect with. Use the account you have specified when creating the instance or any other account you have created on the instance. | ||
* Save your site settings using the //Save// button. | * Save your site settings using the //Save// button. | ||
Line 74: | Line 63: | ||
===== [[website]] Connecting to a Web Site with FTPS ===== | ===== [[website]] Connecting to a Web Site with FTPS ===== | ||
- | First, collect information about your web site, on the version of Azure portal, which you are using. | + | First, collect information about your web site, on the Azure portal: |
- | + | ||
- | On the new Azure Portal portal.azure.com: | + | |
* Host name: Copy host name from //FTPS hostname// section on the //Essentials// panel. | * Host name: Copy host name from //FTPS hostname// section on the //Essentials// panel. | ||
* User Name: Copy username from the //FTP/deployment username// section on the //Essentials// panel. If you did not set up an %%FTP%% account yet, use //Deployment credentials// page. User name has a form ''name\user''. You need to use both parts when authenticating. | * User Name: Copy username from the //FTP/deployment username// section on the //Essentials// panel. If you did not set up an %%FTP%% account yet, use //Deployment credentials// page. User name has a form ''name\user''. You need to use both parts when authenticating. | ||
- | |||
- | On the old Azure Management Portal manage.windowsazure.com: | ||
- | |||
- | * Host name: Copy host name from //FTPS host name// section on a //Quick glance// sidebar. | ||
- | * User Name: See //Deployment / FTP user// section. If you did not set up an %%FTP%% account yet, use //Set up deployment credentials// link. User name has a form ''name\user''. You need to use both parts when authenticating. | ||
To connect to the web site with %%FTPS%%, start WinSCP. [[ui_login|Login dialog]] will appear. On the dialog: | To connect to the web site with %%FTPS%%, start WinSCP. [[ui_login|Login dialog]] will appear. On the dialog: |