Skip to content

Commit 382fdc4

Browse files
committed
Wording for public key on server.
1 parent 68a0b11 commit 382fdc4

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

tutorials/sftp_publickeyauth.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Configure Public Key Authentication for SFTP using OpenSSH
33

44
Public-key authentication allows you to connect to a remote server without a password. Instead, public-key authentication uses two keys:
55
- Private key kept in a file and protected with a password.
6-
- Public key placed on the server usually by the system administrator.
6+
- Public key placed on the server.
77

88
1. Run the command `ssh-keygen` from the _Terminal.app_ (macOS) or _Console_ (Windows) to generate a public/private pair
99
of keys. They will be put in your directory `~/.ssh`, though you will probably be asked to approve or change this

tutorials/sftp_publickeyauth_1password.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Configure Public Key Authentication for SFTP using 1Password SSH Agent
33

44
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:
55
- Private key managed by 1Password
6-
- Public key placed on the server usually by the system administrator
6+
- Public key placed on the server.
77

88
1. Ensure you have configured 1Password to manage your SSH keys. For more information, refer to [1Password SSH Agent](https://developer.1password.com/docs/ssh/agent). Enable the 1Password SSH Agent in _1Password > Settings… > Developer_
99

tutorials/sftp_publickeyauth_bitwarden.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Configure Public Key Authentication for SFTP using Bitwarden SSH Agent
33

44
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:
55
- Private key managed by Bitwarden
6-
- Public key placed on the server usually by the system administrator
6+
- Public key placed on the server.
77

88
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). Open _Bitwarden → Settings…_ and select the checkbox _Enable SSH Agent_.
99

0 commit comments

Comments
 (0)