diff options
author | djm <djm> | 2003-02-24 01:00:16 +0000 |
---|---|---|
committer | djm <djm> | 2003-02-24 01:00:16 +0000 |
commit | 1625e61156e1e0a5221bff7374b357c686633b9d (patch) | |
tree | f21aa6d688b14ddaf5fd54386fdfe79a698307aa /ssh-add.1 | |
parent | 1ec277281032e414c9e5f3467eccd5ffd19213ed (diff) | |
download | openssh-1625e61156e1e0a5221bff7374b357c686633b9d.tar.gz |
- markus@cvs.openbsd.org 2003/02/10 11:51:47
[ssh-add.1]
xref sshd_config.5 (not sshd.8); mark@summersault.com; bug #490
Diffstat (limited to 'ssh-add.1')
-rw-r--r-- | ssh-add.1 | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,4 +1,4 @@ -.\" $OpenBSD: ssh-add.1,v 1.36 2003/01/23 13:50:27 markus Exp $ +.\" $OpenBSD: ssh-add.1,v 1.37 2003/02/10 11:51:47 markus Exp $ .\" .\" -*- nroff -*- .\" @@ -92,7 +92,7 @@ Unlock the agent. Set a maximum lifetime when adding identities to an agent. The lifetime may be specified in seconds or in a time format specified in -.Xr sshd 8 . +.Xr sshd_config 5 . .It Fl c Indicates that added identities should be subject to confirmation before being used for authentication. Confirmation is performed by the |