diff options
author | 2002-02-03 23:22:59 +0000 | |
---|---|---|
committer | 2002-02-03 23:22:59 +0000 | |
commit | a02297af142bd44bbe683c060801bd689c4750fb (patch) | |
tree | fbc31997ffb91c28c007e9e83a17c211de272f23 /usr.bin/ssh | |
parent | some KeepAlive cleanup/clarify; ok markus@ (diff) | |
download | wireguard-openbsd-a02297af142bd44bbe683c060801bd689c4750fb.tar.xz wireguard-openbsd-a02297af142bd44bbe683c060801bd689c4750fb.zip |
ssh-add also adds $HOME/.ssh/id_rsa and $HOME/.ssh/id_dsa now.
Diffstat (limited to 'usr.bin/ssh')
-rw-r--r-- | usr.bin/ssh/ssh-agent.1 | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/usr.bin/ssh/ssh-agent.1 b/usr.bin/ssh/ssh-agent.1 index 2b9f3d97c95..1e1b72c33f5 100644 --- a/usr.bin/ssh/ssh-agent.1 +++ b/usr.bin/ssh/ssh-agent.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ssh-agent.1,v 1.29 2001/11/19 18:40:46 stevesk Exp $ +.\" $OpenBSD: ssh-agent.1,v 1.30 2002/02/03 23:22:59 stevesk Exp $ .\" .\" Author: Tatu Ylonen <ylo@cs.hut.fi> .\" Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland @@ -94,9 +94,11 @@ Keys are added using .Xr ssh-add 1 . When executed without arguments, .Xr ssh-add 1 -adds the -.Pa $HOME/.ssh/identity -file. +adds the files +.Pa $HOME/.ssh/id_rsa , +.Pa $HOME/.ssh/id_dsa +and +.Pa $HOME/.ssh/identity . If the identity has a passphrase, .Xr ssh-add 1 asks for the passphrase (using a small X11 application if running |