diff options
author | Markus Friedl <markus@cvs.openbsd.org> | 2000-05-03 18:04:40 +0000 |
---|---|---|
committer | Markus Friedl <markus@cvs.openbsd.org> | 2000-05-03 18:04:40 +0000 |
commit | 47aff0e62d87ae8ca3e51e3d5acc451b29ae7d6a (patch) | |
tree | c6136d91c39bffe2a3cf074d2966d60ffe5ca0c0 /usr.bin/ssh/ssh-add.1 | |
parent | 2252dc654f797ee5906e4b1b49fa63171edda3cf (diff) |
more doc on: DSA, id_dsa, known_hosts2, authorized_keys2
Diffstat (limited to 'usr.bin/ssh/ssh-add.1')
-rw-r--r-- | usr.bin/ssh/ssh-add.1 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/ssh/ssh-add.1 b/usr.bin/ssh/ssh-add.1 index 93a8f986311..10363956f8b 100644 --- a/usr.bin/ssh/ssh-add.1 +++ b/usr.bin/ssh/ssh-add.1 @@ -9,21 +9,21 @@ .\" .\" Created: Sat Apr 22 23:55:14 1995 ylo .\" -.\" $Id: ssh-add.1,v 1.12 2000/04/12 21:47:50 aaron Exp $ +.\" $Id: ssh-add.1,v 1.13 2000/05/03 18:04:38 markus Exp $ .\" .Dd September 25, 1999 .Dt SSH-ADD 1 .Os .Sh NAME .Nm ssh-add -.Nd adds identities for the authentication agent +.Nd adds RSA identities for the authentication agent .Sh SYNOPSIS .Nm ssh-add .Op Fl lLdD .Op Ar .Sh DESCRIPTION .Nm -adds identities to the authentication agent, +adds RSA identities to the authentication agent, .Xr ssh-agent 1 . When run without arguments, it adds the file .Pa $HOME/.ssh/identity . |