You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: tutorials/sftp_publickeyauth_bitwarden.md
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -1,11 +1,11 @@
1
1
Configure Public Key Authentication for SFTP using Bitwarden SSH Agent
2
2
====
3
3
4
-
Public-key authentication using 1Password SSH Agent allows you to connect to a remote server without a password. Instead, public-key authentication uses two keys:
5
-
- Private key managed by 1Password
4
+
Public-key authentication using Bitwarden SSH Agent allows you to connect to a remote server without a password. Instead, public-key authentication uses two keys:
5
+
- Private key managed by Bitwarden
6
6
- Public key placed on the server usually by the system administrator
7
7
8
-
1. Ensure you have configured 1Password to manage your SSH keys. For more information, refer to [Bitwarden SSH Agent](https://bitwarden.com/help/ssh-agent/#configure-bitwarden-ssh-agent).
8
+
1. Ensure you have configured Bitwarden to manage your SSH keys. For more information, refer to [Bitwarden SSH Agent](https://bitwarden.com/help/ssh-agent/#configure-bitwarden-ssh-agent).
9
9
2. Open the OpenSSH configuration file `~/.ssh/config` and add the following configuration specifying to use 1Password as the SSH agent:
10
10
```
11
11
Host *
@@ -15,7 +15,7 @@ Public-key authentication using 1Password SSH Agent allows you to connect to a r
15
15
```
16
16
This [configuration](https://docs.cyberduck.io/protocols/sftp/#openssh-configuration-interoperability) directive is supported by Cyberduck and Mountain Duck.
17
17
3. In the [Bookmark](../../cyberduck/bookmarks.md) or [Connection](../../cyberduck/connection.md) panel, select *Use Public Key Authentication*
18
-
4. Select the public key corresponding to your SSH private key saved in 1Password. Typically, it is located in the `~/.ssh` directory.
18
+
4. Select the public key corresponding to your SSH private key saved in Bitwarden. Typically, it is located in the `~/.ssh` directory.
0 commit comments