Differences
This shows you the differences between the selected revisions of the page.
2011-12-28 | 2011-12-29 | ||
ssh#verifying_the_host_key (martin) | more likely using private key than not needing password (martin) | ||
Line 26: | Line 26: | ||
In most cases you need to fill in ''Password''. Exceptions are: | In most cases you need to fill in ''Password''. Exceptions are: | ||
- | * The server does not require password; | + | * You use different authentication method than a password authentication, such as [[public_key|public key authetication]] (with passphrase-less private key or with use of [[ui_pageant|Pageant]]) for SSH session; |
- | ··* You use different authentication method than a password authentication, such as [[public_key|public key authetication]] (with passphrase-less private key or with use of [[ui_pageant|Pageant]]) for SSH session. | + | * The server does not require password. |
For SSH (SFTP/SCP) session you need to fill in the ''HostKey'' to verify the expected [[ssh#verifying_the_host_key|server host key]]. | For SSH (SFTP/SCP) session you need to fill in the ''HostKey'' to verify the expected [[ssh#verifying_the_host_key|server host key]]. | ||
~~NOTOC~~ | ~~NOTOC~~ | ||