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_1password.md
+8-8Lines changed: 8 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -1,22 +1,22 @@
1
1
Configure Public Key Authentication for SFTP using 1Password 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:
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
5
- Private key managed by 1Password
6
-
- Public key placed on the server.
6
+
- Public key placed on the server
7
7
8
-
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_
8
+
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_
@@ -53,7 +53,7 @@ Public-key authentication using 1Password SSH Agent allows you to connect to a r
53
53
:::
54
54
55
55
:::{tip}
56
-
The server may respond with _[Too many authentication failures](../protocols/sftp/index.md#too-many-authentication-failures)_ when trying to authenticate with all keys stored in 1Password. In the [Bookmark](../cyberduck/bookmarks.md) panel, select the public key corresponding to your SSH private key saved in 1Password for *SSH Private Key*. The public key must be available as a file you can write from the clipboard to a file using:
56
+
The server may respond with _[Too many authentication failures](../protocols/sftp/index.md#too-many-authentication-failures)_ when trying to authenticate with all keys stored in _1Password_. In the [Bookmark](../cyberduck/bookmarks.md) panel, select the public key corresponding to your SSH private key saved in _1Password_ for *SSH Private Key*. The public key must be available as a file you can write from the clipboard to a file using:
57
57
58
58
```
59
59
pbpaste > ~/.ssh/test.pub
@@ -66,7 +66,7 @@ Public-key authentication using 1Password SSH Agent allows you to connect to a r
66
66
IdentityFile ~/.ssh/test.pub
67
67
```
68
68
69
-
7. Connect to the server and acknowledge the prompt to use the private key stored in 1Password.
69
+
7. Connect to the server and acknowledge the prompt to use the private key stored in _1Password_.
Copy file name to clipboardExpand all lines: tutorials/sftp_publickeyauth_bitwarden.md
+7-7Lines changed: 7 additions & 7 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 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, public-key authentication uses two keys:
5
+
- Private key managed by _Bitwarden_
6
+
- Public key placed on the server
7
7
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). Open _Bitwarden → Settings…_ and select the checkbox _Enable 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). Open _Bitwarden → Settings…_ and select the checkbox _Enable SSH Agent_.
0 commit comments