]> andersk Git - openssh.git/commitdiff
- tedu@cvs.openbsd.org 2010/01/17 21:49:09
authordjm <djm>
Tue, 26 Jan 2010 01:51:13 +0000 (01:51 +0000)
committerdjm <djm>
Tue, 26 Jan 2010 01:51:13 +0000 (01:51 +0000)
     [ssh-agent.1]
     Correct and clarify ssh-add's password asking behavior.
     Improved text dtucker and ok jmc

ChangeLog
ssh-agent.1

index e43b42e266c4ed36b4167e4e025788c1fa9c5352..569a2d0a41b4ffeeb78c8dcd78978ed868d1e912 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+20100126
+ - (djm) OpenBSD CVS Sync
+   - tedu@cvs.openbsd.org 2010/01/17 21:49:09
+     [ssh-agent.1]
+     Correct and clarify ssh-add's password asking behavior.
+     Improved text dtucker and ok jmc
+
 20100122
  - (tim) [configure.ac] Due to constraints in Windows Sockets in terms of
    socket inheritance, reduce the default SO_RCVBUF/SO_SNDBUF buffer size
index a95087dada4341ce5222a538b819fef218e03b36..8d1da46ef61fffa875d1ec514aa3655b87c3f54a 100644 (file)
@@ -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
@@ -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.
This page took 0.070117 seconds and 5 git commands to generate.