Changes between Version 28 and Version 29 of help/en/howto/sftp
- Timestamp:
- Jan 18, 2011 3:56:51 PM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
help/en/howto/sftp
v28 v29 53 53 54 54 Using a challenge-response authentication with one time password generators like ''SecurID'' is supported. After the initial login prompt for the username and password a second login prompt is displayed to enter the one-time passcode. 55 56 == Verifying host keys == 57 58 Upon connecting to a SSH server for the first time, you will see a message to verify the host key uniquely identifying the server. You can ask your provider for the public fingerprint of the server to make sure you are connecting to the right host. Subsequent connections to the SSH server will make sure that the host key does not have changed to prevent spoofing attacks. 59 60 [[Image(Unknown host key.png)]] 55 61 56 62 == Using SCP for file transfers ==