Skip to content

Commit e1f98a8

Browse files
committed
Fix references to Bitwarden.
1 parent b85721d commit e1f98a8

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

tutorials/sftp_publickeyauth_bitwarden.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
Configure Public Key Authentication for SFTP using Bitwarden SSH Agent
22
====
33

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
66
- Public key placed on the server usually by the system administrator
77

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).
99
2. Open the OpenSSH configuration file `~/.ssh/config` and add the following configuration specifying to use 1Password as the SSH agent:
1010
```
1111
Host *
@@ -15,7 +15,7 @@ Public-key authentication using 1Password SSH Agent allows you to connect to a r
1515
```
1616
This [configuration](https://docs.cyberduck.io/protocols/sftp/#openssh-configuration-interoperability) directive is supported by Cyberduck and Mountain Duck.
1717
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.
1919
2020
## References
2121

0 commit comments

Comments
 (0)