Skip to content

Commit ab991e7

Browse files
committed
Fix documentation to select private key in bookmark.
1 parent 0b6e09d commit ab991e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: tutorials/sftp_publickeyauth.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,4 @@ Public-key authentication allows you to connect to a remote server without a pas
2424
```
2525
ssh hostname < ~/.ssh/id_rsa.pub 'cat >> .ssh/authorized_keys'
2626
```
27-
3. In the [Bookmark](../cyberduck/bookmarks.md) or [Connection](../cyberduck/connection.md) window, select *Use Public Key Authentication* and select the private key in your `~/.ssh` directory. When connecting, you will be prompted to enter the password for the private key. Choose *Save Password* to [save the password](../cyberduck/connection.md#passwords).
27+
3. In the [Bookmark](../cyberduck/bookmarks.md) or [Connection](../cyberduck/connection.md) window, in *SSH Private Key* select the private key in your `~/.ssh` directory. When connecting, you will be prompted to enter the password for the private key. Choose *Save Password* to [save the password](../cyberduck/connection.md#passwords).

0 commit comments

Comments
 (0)