summaryrefslogtreecommitdiff
path: root/ssh-agent.1
diff options
context:
space:
mode:
Diffstat (limited to 'ssh-agent.1')
-rw-r--r--ssh-agent.19
1 files changed, 5 insertions, 4 deletions
diff --git a/ssh-agent.1 b/ssh-agent.1
index acc115bd4..f65e8e625 100644
--- a/ssh-agent.1
+++ b/ssh-agent.1
@@ -1,4 +1,4 @@
1.\" $OpenBSD: ssh-agent.1,v 1.49 2009/10/22 15:02:12 sobrado Exp $ 1.\" $OpenBSD: ssh-agent.1,v 1.50 2010/01/17 21:49:09 tedu Exp $
2.\" 2.\"
3.\" Author: Tatu Ylonen <ylo@cs.hut.fi> 3.\" Author: Tatu Ylonen <ylo@cs.hut.fi>
4.\" Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland 4.\" Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland
@@ -34,7 +34,7 @@
34.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF 34.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
35.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 35.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
36.\" 36.\"
37.Dd $Mdocdate: October 22 2009 $ 37.Dd $Mdocdate: January 17 2010 $
38.Dt SSH-AGENT 1 38.Dt SSH-AGENT 1
39.Os 39.Os
40.Sh NAME 40.Sh NAME
@@ -119,8 +119,9 @@ and
119.Pa ~/.ssh/identity . 119.Pa ~/.ssh/identity .
120If the identity has a passphrase, 120If the identity has a passphrase,
121.Xr ssh-add 1 121.Xr ssh-add 1
122asks for the passphrase (using a small X11 application if running 122asks for the passphrase on the terminal if it has one or from a small X11
123under X11, or from the terminal if running without X). 123program if running under X11.
124If neither of these is the case then the authentication will fail.
124It then sends the identity to the agent. 125It then sends the identity to the agent.
125Several identities can be stored in the 126Several identities can be stored in the
126agent; the agent can automatically use any of these identities. 127agent; the agent can automatically use any of these identities.