Differences
This shows you the differences between the selected revisions of the page.
2018-04-10 | 2018-04-10 | ||
no summary (117.136.82.252) (hidden) (untrusted) | Restored revision 1483779862. Undoing revision 1523332509. (martin) (hidden) | ||
Line 6: | Line 6: | ||
The %%SSH%% employs a public key cryptography that uses [[ssh_keys|two keys pairs, for host and user]]. | The %%SSH%% employs a public key cryptography that uses [[ssh_keys|two keys pairs, for host and user]]. | ||
- | ==== ==== Level 3 Headline ==== | ||
- | ==== | ||
===== [[authentication]] Authentication in SSH ===== | ===== [[authentication]] Authentication in SSH ===== | ||
SSH servers offer the client a selection of authentication | SSH servers offer the client a selection of authentication | ||
Line 16: | Line 14: | ||
the option to choose which methods can be used. In WinSCP, you can configure this on //[[ui_login_authentication|SSH > Authentication page]]// of Advanced Site Settings dialog. | the option to choose which methods can be used. In WinSCP, you can configure this on //[[ui_login_authentication|SSH > Authentication page]]// of Advanced Site Settings dialog. | ||
- | The actual order of authentication methods is as follows: [[ui_login_authentication#gssapi|GSSAPI]] (SSH-2 only), [[public key]] (using [[ui_p==== Level 3 Headline ==== | + | The actual order of authentication methods is as follows: [[ui_login_authentication#gssapi|GSSAPI]] (SSH-2 only), [[public key]] (using [[ui_pageant|Pageant]]), public key (using [[ui_login_authentication|configured file]]), keyboard-interactive (%%SSH-2%% only), TIS or Cryptocard (SSH-1 only), password. |
- | ageant|Pageant]]), public key (using [[ui_login_authentication|configured file]]), keyboard-interactive (%%SSH-2%% only), TIS or Cryptocard (SSH-1 only), password. | + | |
===== [[verifying_host_key]] Verifying the Host Key ===== | ===== [[verifying_host_key]] Verifying the Host Key ===== |