Skip to content

Commit

Permalink
Fix refs.
Browse files Browse the repository at this point in the history
  • Loading branch information
dkocher committed Jan 3, 2025
1 parent accb008 commit 3986d50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tutorials/sftp_publickeyauth.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@ Public-key authentication allows you to connect to a remote server without a pas
```
ssh hostname < ~/.ssh/id_rsa.pub 'cat >> .ssh/authorized_keys'
```
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).
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).

0 comments on commit 3986d50

Please sign in to comment.