diff options
author | 2003-02-10 11:51:47 +0000 | |
---|---|---|
committer | 2003-02-10 11:51:47 +0000 | |
commit | 12706baaaa051d53b5b8dfad695340b26827e518 (patch) | |
tree | 0463d1d0c740d67818d7a981fbd17d6f39c9a69e | |
parent | queuing -> queueing for consistency (diff) | |
download | wireguard-openbsd-12706baaaa051d53b5b8dfad695340b26827e518.tar.xz wireguard-openbsd-12706baaaa051d53b5b8dfad695340b26827e518.zip |
xref sshd_config.5 (not sshd.8); mark@summersault.com; bug #490
-rw-r--r-- | usr.bin/ssh/ssh-add.1 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/ssh/ssh-add.1 b/usr.bin/ssh/ssh-add.1 index 66a8f9715ae..25d7333e953 100644 --- a/usr.bin/ssh/ssh-add.1 +++ b/usr.bin/ssh/ssh-add.1 @@ -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 |