Changes between Version 15 and Version 16 of help/en/howto/ssh
- Timestamp:
- Jan 16, 2010 12:30:43 PM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
help/en/howto/ssh
v15 v16 3 3 = [wiki:help/en Cyberduck Help] / [wiki:help/en/howto Howto] / SSH = 4 4 5 == = OpenSSH Configuration ===5 == OpenSSH Configuration == 6 6 7 7 A [wiki:help/en/howto/bookmarks bookmark] will update its public key authentication setting from the ''IdentityFile'' configuration in `~/.ssh/config`. Also when opening a new [wiki:help/en/howto/connection#Toolbarbutton connection] using ''File → Open Connection…'', ''IdentityFile'' and ''User'' parameters in the OpenSSH user config file are auto completed. … … 18 18 19 19 20 == = How to configure public key authentication? ===20 == How to configure public key authentication? == 21 21 22 22 Public-key authentication allows you to connect to a remote server without sending your password over the Internet. Public-key authentication uses two keys, a private key that only you have--it should be kept in a secure place and protected with a password. And the public key, which is placed on the server you wish to gain access to, usually by the system administrator when your account is set up. … … 37 37 3. In the Connection Dialog or the Bookmark editor in Cyberduck select ''Use Public Key Authentication'' and select the private key in your {{{.ssh}}} directory. 38 38 39 == = Open in Terminal ===39 == Open in Terminal == 40 40 41 41 Use ''View → Customize Toolbar...'' to add the ''Terminal.app'' toolbar icon to your browser. It allows you to open a SSH shell for the current working directoy with a single click. 42 42 43 == = Remote Commands ===43 == Remote Commands == 44 44 45 45 See the Browser [wiki:help/en/howto/commands#SSHserver Custom Command] page to send custom commands over SSH. 46 47 == References == 48 49 * [http://en.wikipedia.org/wiki/SSH_file_transfer_protocol SFTP Wikipedia Article]