diff options
Diffstat (limited to 'ssh-agent.1')
-rw-r--r-- | ssh-agent.1 | 28 |
1 files changed, 14 insertions, 14 deletions
diff --git a/ssh-agent.1 b/ssh-agent.1 index 477d6883d..6a5dc62af 100644 --- a/ssh-agent.1 +++ b/ssh-agent.1 | |||
@@ -1,4 +1,4 @@ | |||
1 | .\" $OpenBSD: ssh-agent.1,v 1.45 2007/05/31 19:20:16 jmc Exp $ | 1 | .\" $OpenBSD: ssh-agent.1,v 1.46 2007/09/09 11:38:01 sobrado 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: May 31 2007 $ | 37 | .Dd $Mdocdate: June 5 2007 $ |
38 | .Dt SSH-AGENT 1 | 38 | .Dt SSH-AGENT 1 |
39 | .Os | 39 | .Os |
40 | .Sh NAME | 40 | .Sh NAME |
@@ -42,11 +42,11 @@ | |||
42 | .Nd authentication agent | 42 | .Nd authentication agent |
43 | .Sh SYNOPSIS | 43 | .Sh SYNOPSIS |
44 | .Nm ssh-agent | 44 | .Nm ssh-agent |
45 | .Op Fl a Ar bind_address | ||
46 | .Op Fl c Li | Fl s | 45 | .Op Fl c Li | Fl s |
47 | .Op Fl t Ar life | ||
48 | .Op Fl d | 46 | .Op Fl d |
49 | .Op Ar command Op Ar args ... | 47 | .Op Fl a Ar bind_address |
48 | .Op Fl t Ar life | ||
49 | .Op Ar command Op Ar arg ... | ||
50 | .Nm ssh-agent | 50 | .Nm ssh-agent |
51 | .Op Fl c Li | Fl s | 51 | .Op Fl c Li | Fl s |
52 | .Fl k | 52 | .Fl k |
@@ -77,16 +77,21 @@ Generate C-shell commands on | |||
77 | This is the default if | 77 | This is the default if |
78 | .Ev SHELL | 78 | .Ev SHELL |
79 | looks like it's a csh style of shell. | 79 | looks like it's a csh style of shell. |
80 | .It Fl d | ||
81 | Debug mode. | ||
82 | When this option is specified | ||
83 | .Nm | ||
84 | will not fork. | ||
85 | .It Fl k | ||
86 | Kill the current agent (given by the | ||
87 | .Ev SSH_AGENT_PID | ||
88 | environment variable). | ||
80 | .It Fl s | 89 | .It Fl s |
81 | Generate Bourne shell commands on | 90 | Generate Bourne shell commands on |
82 | .Dv stdout . | 91 | .Dv stdout . |
83 | This is the default if | 92 | This is the default if |
84 | .Ev SHELL | 93 | .Ev SHELL |
85 | does not look like it's a csh style of shell. | 94 | does not look like it's a csh style of shell. |
86 | .It Fl k | ||
87 | Kill the current agent (given by the | ||
88 | .Ev SSH_AGENT_PID | ||
89 | environment variable). | ||
90 | .It Fl t Ar life | 95 | .It Fl t Ar life |
91 | Set a default value for the maximum lifetime of identities added to the agent. | 96 | Set a default value for the maximum lifetime of identities added to the agent. |
92 | The lifetime may be specified in seconds or in a time format specified in | 97 | The lifetime may be specified in seconds or in a time format specified in |
@@ -95,11 +100,6 @@ A lifetime specified for an identity with | |||
95 | .Xr ssh-add 1 | 100 | .Xr ssh-add 1 |
96 | overrides this value. | 101 | overrides this value. |
97 | Without this option the default maximum lifetime is forever. | 102 | Without this option the default maximum lifetime is forever. |
98 | .It Fl d | ||
99 | Debug mode. | ||
100 | When this option is specified | ||
101 | .Nm | ||
102 | will not fork. | ||
103 | .El | 103 | .El |
104 | .Pp | 104 | .Pp |
105 | If a commandline is given, this is executed as a subprocess of the agent. | 105 | If a commandline is given, this is executed as a subprocess of the agent. |