Differences
This shows you the differences between the selected revisions of the page.
2014-10-08 | 2015-01-26 | ||
linux anchor (martin) | corrections (martin) | ||
Line 23: | Line 23: | ||
* Save your site settings using the //Save// button. | * Save your site settings using the //Save// button. | ||
* Login using the //Login// button. | * Login using the //Login// button. | ||
- | * [[ssh_verifying_the_host_key|Verify the host key]] by comparing fingerprints with those collected before (see above). 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 lack color separators. I.e. WinSCP's fingerprint ''ssh-rsa 2048 aa:bb:cc...'' is equivalent to dashboard thumbprint ''aabbcc...''. | + | * [[ssh_verifying_the_host_key|Verify the host key]] by comparing fingerprints with those collected before (see above). 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...''. |
&screenshotpict(azure_linux) | &screenshotpict(azure_linux) | ||
Line 34: | Line 34: | ||
* Make sure //New site// node is selected. | * Make sure //New site// node is selected. | ||
- | * On the //New site// node, select //FTP// protocol and //TLS Explicit encryption//. | + | * On the //New site// node, select //FTP// protocol and //TLS/SSL Explicit encryption//. |
* In //Host name// box enter a host name of your instance in format ''name.cloudapp.net''. You will find it in //DNS Name// section on //Quick glance// sidebar of your instance dashboard on [[http://manage.windowsazure.com/|Azure Management Portal]]. | * In //Host name// box enter a host name of your instance in format ''name.cloudapp.net''. You will find it in //DNS Name// section on //Quick glance// sidebar of your instance dashboard on [[http://manage.windowsazure.com/|Azure Management Portal]]. | ||
* 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. | ||
Line 53: | Line 53: | ||
* Make sure //New site// node is selected. | * Make sure //New site// node is selected. | ||
- | * On the //New site// node, select //FTP// protocol and //TLS Explicit encryption//. | + | * On the //New site// node, select //FTP// protocol and //TLS/SSL Explicit encryption//. |
- | * In //Host name// box paste a host name of your instance in format ''waws-prod-xxx-xxx.ftp.azurewebsites.windows.net''. //With the latest beta version, you can paste complete %%URL%% to select protocol, encryption and insert host name at once.// &beta | + | * In //Host name// box paste a host name of your instance in format ''%%waws-prod-xxx-xxx.ftp.azurewebsites.windows.net%%''. //With the latest beta version, you can paste complete %%URL%% to select protocol, encryption and insert host name at once.// &beta |
* Enter //User name// and //Password// (had you forgotten your password, use //Reset your deployment credentials// link on the web site dashboard). | * Enter //User name// and //Password// (had you forgotten your password, use //Reset your deployment credentials// link on the web site dashboard). | ||
* Save your site settings using the //Save// button. | * Save your site settings using the //Save// button. |