Skip to content

Commit 0d58b62

Browse files
committedMar 17, 2025
Rephrase abstract.
1 parent 9e4ec35 commit 0d58b62

File tree

2 files changed

+4
-6
lines changed

2 files changed

+4
-6
lines changed
 

‎tutorials/sftp_publickeyauth_1password.md

+1-3
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11
Configure Public Key Authentication for SFTP using 1Password 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
6-
- Public key placed on the server
4+
> Public-key authentication using _1Password_ SSH Agent allows you to connect to a remote server without a password. Instead of passwords, you use a pair of keys (private and public) for authentication. The private key is kept secret, while the public key is shared with the server.
75
86
:::::{tabs}
97
::::{group-tab} macOS

‎tutorials/sftp_publickeyauth_bitwarden.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11
Configure Public Key Authentication for SFTP using Bitwarden SSH Agent
22
====
33

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-
- Public key placed on the server
4+
> Public-key authentication using _Bitwarden SSH Agent_ allows you to connect to a remote server without a password. Instead of passwords, you use a pair of keys (private and public) for authentication. The private key is kept secret, while the public key is shared with the server.
75
86
:::::{tabs}
97
::::{group-tab} macOS
@@ -62,6 +60,8 @@ Public-key authentication using _Bitwarden SSH Agent_ allows you to connect to a
6260
IdentityFile ~/.ssh/test.pub
6361
```
6462

63+
The public key selected allows to identify the corresponding private key retrieved from the SSH agent.
64+
6565
7. Connect to the server and acknowledge the prompt to use the private key stored in _Bitwarden_.
6666

6767
:::{image} _images/Bitwarden_Confirm_SSH_Key_Usage.png

0 commit comments

Comments
 (0)