Differences
This shows you the differences between the selected revisions of the page.
2009-03-30 | 2009-04-02 | ||
guide_automation (martin) | copy key button (martin) | ||
Line 55: | Line 55: | ||
The first connection to an SSH server requires [[ssh#verifying_the_host_key|verification of the host key]]. To automate the verification in script, you can use [[commandline|command-line]] parameter ''hostkey'' (or switch of ''[[script_commands#open|open]]'' command with the same name) to accept the expected hostkey automatically. | The first connection to an SSH server requires [[ssh#verifying_the_host_key|verification of the host key]]. To automate the verification in script, you can use [[commandline|command-line]] parameter ''hostkey'' (or switch of ''[[script_commands#open|open]]'' command with the same name) to accept the expected hostkey automatically. | ||
- | You can find the key fingerprint on [[ui_fsinfo|Server and Protocol Information Dialog]]. | + | You can find the key fingerprint on [[ui_fsinfo|Server and Protocol Information Dialog]]. You can also copy the key fingerprint to clipboard from the confirmation prompt on the first (interactive) connection using //Copy Key// button. |
[[ftps#certificate|FTPS certificate]] signed by untrusted authority may also need to be verified. | [[ftps#certificate|FTPS certificate]] signed by untrusted authority may also need to be verified. |