summaryrefslogtreecommitdiffstats
path: root/usr.bin/ssh/ssh-agent.1
diff options
context:
space:
mode:
authortedu <tedu@openbsd.org>2010-01-17 21:49:09 +0000
committertedu <tedu@openbsd.org>2010-01-17 21:49:09 +0000
commitb4a54d470670586dd90455d8a5199973b4a3223a (patch)
tree8ed66916616070a2592c898cfe8ec9e24c9888a7 /usr.bin/ssh/ssh-agent.1
parentstrcpy/strncat/sprintf --> strlcpy/strlcat/snprintf (diff)
downloadwireguard-openbsd-b4a54d470670586dd90455d8a5199973b4a3223a.tar.xz
wireguard-openbsd-b4a54d470670586dd90455d8a5199973b4a3223a.zip
Correct and clarify ssh-add's password asking behavior.
Improved text dtucker and ok jmc
Diffstat (limited to 'usr.bin/ssh/ssh-agent.1')
-rw-r--r--usr.bin/ssh/ssh-agent.19
1 files changed, 5 insertions, 4 deletions
diff --git a/usr.bin/ssh/ssh-agent.1 b/usr.bin/ssh/ssh-agent.1
index acc115bd459..f65e8e62553 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.49 2009/10/22 15:02:12 sobrado Exp $
+.\" $OpenBSD: ssh-agent.1,v 1.50 2010/01/17 21:49:09 tedu Exp $
.\"
.\" Author: Tatu Ylonen <ylo@cs.hut.fi>
.\" Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland
@@ -34,7 +34,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: October 22 2009 $
+.Dd $Mdocdate: January 17 2010 $
.Dt SSH-AGENT 1
.Os
.Sh NAME
@@ -119,8 +119,9 @@ and
.Pa ~/.ssh/identity .
If the identity has a passphrase,
.Xr ssh-add 1
-asks for the passphrase (using a small X11 application if running
-under X11, or from the terminal if running without X).
+asks for the passphrase on the terminal if it has one or from a small X11
+program if running under X11.
+If neither of these is the case then the authentication will fail.
It then sends the identity to the agent.
Several identities can be stored in the
agent; the agent can automatically use any of these identities.