In Cyberduck 7.0.2, the ~/.ssh/known_hosts file will not record SFTP server's port number, invalids the "Remember Server Signature" function. Here is the procedure to reproduce:
Connect to an SFTP server that has a non-standard port, let's say "ssh.example.com:54321".
Cyberduck asks you whether to remember this server signature. Choose "Always".
This bug does not exist in Cyberduck 7.0.1. In this version, the following line is added to ~/.ssh/known_hosts when you choose to remember the signature:
Hi,
In Cyberduck 7.0.2, the ~/.ssh/known_hosts file will not record SFTP server's port number, invalids the "Remember Server Signature" function. Here is the procedure to reproduce:
This bug does not exist in Cyberduck 7.0.1. In this version, the following line is added to ~/.ssh/known_hosts when you choose to remember the signature:
which is correct. Cyberduck will not ask you to remember it again during the second connection.
You can see that the missing PORT number in Cyberduck 7.0.2 causes this bug.
The text was updated successfully, but these errors were encountered: