From 3986d50ebac5a2d61bf8119c15099152ac8d7737 Mon Sep 17 00:00:00 2001 From: David Kocher Date: Fri, 3 Jan 2025 17:25:00 +0100 Subject: [PATCH] Fix refs. --- tutorials/sftp_publickeyauth.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tutorials/sftp_publickeyauth.md b/tutorials/sftp_publickeyauth.md index f88ed20f..c4c05a4b 100644 --- a/tutorials/sftp_publickeyauth.md +++ b/tutorials/sftp_publickeyauth.md @@ -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).