Version 6 (modified by dkocher, on Jul 20, 2010 at 8:12:30 PM) (diff) |
---|
Table of Contents
Cyberduck Help / Howto / SFTP
Interoperability with OpenSSH
The following configuration options from ~/.ssh/config are supported for SFTP connections:
- IdentityFile for public key authentication.
- HostName aliases.
- User preference for login credentials.
Host keys are checked against and written to ~/ssh/known_hosts upon approval.
Advanced Authentication Methods
Public Key Authentication
Private keys containing a DSA or RSA private key in PEM format are supported (look for -----BEGIN DSA PRIVATE KEY----- or -----BEGIN RSA PRIVATE KEY----- in the file) and can be configured in the Bookmark or Connection? panel.
One-time password
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.
Using SCP for file transfers
Problems
- The error message Illegal sftp packet len may indicate you have an echo statement in your shell init script like .bashrc. Make sure it does not output any text.
Attachments (7)
- Kex Timeout.png (17.3 KB) - added by dkocher on Jan 17, 2011 at 2:50:11 PM.
- Terminal.png (16.9 KB) - added by dkocher on Jan 17, 2011 at 2:57:13 PM.
- Unknown host key.png (22.5 KB) - added by dkocher on Jan 18, 2011 at 3:57:03 PM.
- Compress.png (25.1 KB) - added by dkocher on Jan 18, 2011 at 4:00:34 PM.
- putty.png (23.7 KB) - added by dkocher on Mar 2, 2011 at 9:58:01 AM.
-
Access Private Key in Keychain.png
(50.3 KB) -
added by dkocher on Nov 7, 2011 at 8:55:02 AM.
Access Private Key from OpenSSH in Keychain
- Verification Code Prompt.png (53.9 KB) - added by dkocher on Dec 10, 2014 at 10:32:46 AM.
Download all attachments as: .zip