=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/ssh/ssh-agent.1,v retrieving revision 1.31.2.2 retrieving revision 1.32 diff -u -r1.31.2.2 -r1.32 --- src/usr.bin/ssh/ssh-agent.1 2003/04/03 22:35:17 1.31.2.2 +++ src/usr.bin/ssh/ssh-agent.1 2002/06/05 16:08:07 1.32 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ssh-agent.1,v 1.31.2.2 2003/04/03 22:35:17 miod Exp $ +.\" $OpenBSD: ssh-agent.1,v 1.32 2002/06/05 16:08:07 markus Exp $ .\" .\" Author: Tatu Ylonen .\" Copyright (c) 1995 Tatu Ylonen , Espoo, Finland @@ -44,7 +44,6 @@ .Nm ssh-agent .Op Fl a Ar bind_address .Op Fl c Li | Fl s -.Op Fl t Ar life .Op Fl d .Op Ar command Op Ar args ... .Nm ssh-agent @@ -70,7 +69,7 @@ Bind the agent to the unix-domain socket .Ar bind_address . The default is -.Pa /tmp/ssh-XXXXXXXX/agent. . +.Pa /tmp/ssh-XXXXXXXX/agent. . .It Fl c Generate C-shell commands on .Dv stdout . @@ -87,17 +86,8 @@ Kill the current agent (given by the .Ev SSH_AGENT_PID environment variable). -.It Fl t Ar life -Set a default value for the maximum lifetime of identities added to the agent. -The lifetime may be specified in seconds or in a time format specified in -.Xr sshd 8 . -A lifetime specified for an identity with -.Xr ssh-add 1 -overrides this value. -Without this option the default maximum lifetime is forever. .It Fl d -Debug mode. -When this option is specified +Debug mode. When this option is specified .Nm will not fork. .El @@ -112,7 +102,7 @@ .Xr ssh-add 1 adds the files .Pa $HOME/.ssh/id_rsa , -.Pa $HOME/.ssh/id_dsa +.Pa $HOME/.ssh/id_dsa and .Pa $HOME/.ssh/identity . If the identity has a passphrase, @@ -161,7 +151,7 @@ .Pp The .Ev SSH_AGENT_PID -environment variable holds the agent's process ID. +environment variable holds the agent's PID. .Pp The agent exits automatically when the command given on the command line terminates. @@ -173,7 +163,7 @@ Contains the protocol version 2 DSA authentication identity of the user. .It Pa $HOME/.ssh/id_rsa Contains the protocol version 2 RSA authentication identity of the user. -.It Pa /tmp/ssh-XXXXXXXX/agent. +.It Pa /tmp/ssh-XXXXXXXX/agent. Unix-domain sockets used to contain the connection to the authentication agent. These sockets should only be readable by the owner.