diff options
author | Markus Friedl <markus@cvs.openbsd.org> | 1999-12-02 17:23:55 +0000 |
---|---|---|
committer | Markus Friedl <markus@cvs.openbsd.org> | 1999-12-02 17:23:55 +0000 |
commit | ab23f3e2ddc69ff0f2b022621bcbd6c7a37013e4 (patch) | |
tree | a88a199b8a670585d1b1d61c3b569fc0319f52c4 /usr.bin/ssh | |
parent | 38eb17a941ddee943965eb520783aefdfb667c49 (diff) |
CheckHostIP is not available for connects via proxy command
Diffstat (limited to 'usr.bin/ssh')
-rw-r--r-- | usr.bin/ssh/ssh.1 | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/usr.bin/ssh/ssh.1 b/usr.bin/ssh/ssh.1 index 051370ef85f..07126a435e8 100644 --- a/usr.bin/ssh/ssh.1 +++ b/usr.bin/ssh/ssh.1 @@ -9,7 +9,7 @@ .\" .\" Created: Sat Apr 22 21:55:14 1995 ylo .\" -.\" $Id: ssh.1,v 1.28 1999/11/24 20:15:36 markus Exp $ +.\" $Id: ssh.1,v 1.29 1999/12/02 17:23:54 markus Exp $ .\" .Dd September 25, 1999 .Dt SSH 1 @@ -627,6 +627,9 @@ server running on some machine, or execute somewhere. Host key management will be done using the HostName of the host being connected (defaulting to the name typed by the user). +Note that +.Cm CheckHostIP +is not available for connects with a proxy command. .Pp .It Cm RemoteForward Specifies that a TCP/IP port on the remote machine be forwarded over |