diff options
author | 2019-11-18 23:16:49 +0000 | |
---|---|---|
committer | 2019-11-18 23:16:49 +0000 | |
commit | bfff4a28ecbc05e026e2bf1f938d81b4eeded2a6 (patch) | |
tree | 7818ae90765c1e570b12b0465d903e4797818ee4 /usr.bin/ssh/ssh-add.1 | |
parent | Delete commented out VNDIOCGET60 ioctl (diff) | |
download | wireguard-openbsd-bfff4a28ecbc05e026e2bf1f938d81b4eeded2a6.tar.xz wireguard-openbsd-bfff4a28ecbc05e026e2bf1f938d81b4eeded2a6.zip |
more missing mentions of ed25519-sk; ok djm@
Diffstat (limited to 'usr.bin/ssh/ssh-add.1')
-rw-r--r-- | usr.bin/ssh/ssh-add.1 | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/usr.bin/ssh/ssh-add.1 b/usr.bin/ssh/ssh-add.1 index 2ecbc953227..432c4c78b43 100644 --- a/usr.bin/ssh/ssh-add.1 +++ b/usr.bin/ssh/ssh-add.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ssh-add.1,v 1.74 2019/11/15 11:16:28 jmc Exp $ +.\" $OpenBSD: ssh-add.1,v 1.75 2019/11/18 23:16:49 naddy Exp $ .\" .\" Author: Tatu Ylonen <ylo@cs.hut.fi> .\" Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland @@ -35,7 +35,7 @@ .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.Dd $Mdocdate: November 15 2019 $ +.Dd $Mdocdate: November 18 2019 $ .Dt SSH-ADD 1 .Os .Sh NAME @@ -64,8 +64,9 @@ When run without arguments, it adds the files .Pa ~/.ssh/id_dsa , .Pa ~/.ssh/id_ecdsa , .Pa ~/.ssh/id_ecdsa_sk , +.Pa ~/.ssh/id_ed25519 , and -.Pa ~/.ssh/id_ed25519 . +.Pa ~/.ssh/id_ed25519_sk . After loading a private key, .Nm will try to load corresponding certificate information from the @@ -209,6 +210,8 @@ Contains the ECDSA authentication identity of the user. Contains the security key-hosted ECDSA authentication identity of the user. .It Pa ~/.ssh/id_ed25519 Contains the Ed25519 authentication identity of the user. +.It Pa ~/.ssh/id_ed25519_sk +Contains the security key-hosted Ed25519 authentication identity of the user. .It Pa ~/.ssh/id_rsa Contains the RSA authentication identity of the user. .El |