summaryrefslogtreecommitdiff
path: root/ssh-agent.1
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2000-04-13 12:26:34 +1000
committerDamien Miller <djm@mindrot.org>2000-04-13 12:26:34 +1000
commit22c772609aa0e97fb39a6ec609c2f16445644055 (patch)
tree5246a2a1ab8e761fe1a22ec2c8d5fe52fe139e36 /ssh-agent.1
parente71eb91259388de4aea7d46738f3b8b5593bccbe (diff)
- Merged OpenBSD updates to include paths.
Diffstat (limited to 'ssh-agent.1')
-rw-r--r--ssh-agent.114
1 files changed, 7 insertions, 7 deletions
diff --git a/ssh-agent.1 b/ssh-agent.1
index 7029b60dc..b49d62b5a 100644
--- a/ssh-agent.1
+++ b/ssh-agent.1
@@ -1,4 +1,4 @@
1.\" $OpenBSD: ssh-agent.1,v 1.10 2000/03/23 21:10:10 aaron Exp $ 1.\" $OpenBSD: ssh-agent.1,v 1.11 2000/04/12 21:47:50 aaron Exp $
2.\" 2.\"
3.\" -*- nroff -*- 3.\" -*- nroff -*-
4.\" 4.\"
@@ -18,14 +18,14 @@
18.Nm ssh-agent 18.Nm ssh-agent
19.Nd authentication agent 19.Nd authentication agent
20.Sh SYNOPSIS 20.Sh SYNOPSIS
21.Nm ssh-agent 21.Nm ssh-agent
22.Op Fl c Li | Fl s 22.Op Fl c Li | Fl s
23.Op Fl k 23.Op Fl k
24.Oo 24.Oo
25.Ar command 25.Ar command
26.Op Ar args ... 26.Op Ar args ...
27.Oc 27.Oc
28.Sh DESCRIPTION 28.Sh DESCRIPTION
29.Nm 29.Nm
30is a program to hold authentication private keys. 30is a program to hold authentication private keys.
31The idea is that 31The idea is that
@@ -64,12 +64,12 @@ When the command dies, so does the agent.
64The agent initially does not have any private keys. 64The agent initially does not have any private keys.
65Keys are added using 65Keys are added using
66.Xr ssh-add 1 . 66.Xr ssh-add 1 .
67When executed without arguments, 67When executed without arguments,
68.Xr ssh-add 1 68.Xr ssh-add 1
69adds the 69adds the
70.Pa $HOME/.ssh/identity 70.Pa $HOME/.ssh/identity
71file. 71file.
72If the identity has a passphrase, 72If the identity has a passphrase,
73.Xr ssh-add 1 73.Xr ssh-add 1
74asks for the passphrase (using a small X11 application if running 74asks for the passphrase (using a small X11 application if running
75under X11, or from the terminal if running without X). 75under X11, or from the terminal if running without X).
@@ -152,7 +152,7 @@ external libraries.
152.It 152.It
153has been updated to support ssh protocol 1.5. 153has been updated to support ssh protocol 1.5.
154.It 154.It
155contains added support for 155contains added support for
156.Xr kerberos 8 156.Xr kerberos 8
157authentication and ticket passing. 157authentication and ticket passing.
158.It 158.It