diff options
author | Jakob Schlyter <jakob@cvs.openbsd.org> | 2003-06-02 08:31:11 +0000 |
---|---|---|
committer | Jakob Schlyter <jakob@cvs.openbsd.org> | 2003-06-02 08:31:11 +0000 |
commit | e36ba32f1078c15d63545f96c7d7a0bc962ced33 (patch) | |
tree | 97fafd6303cf81d62425f15803e9b3d2b5daf54a /usr.bin/ssh | |
parent | 4f122f5ffad12775b27e4c5ec4ac6b32aeeacdd5 (diff) |
VerifyHostKeyDNS is v2 only. ok markus@
Diffstat (limited to 'usr.bin/ssh')
-rw-r--r-- | usr.bin/ssh/ssh_config.5 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.bin/ssh/ssh_config.5 b/usr.bin/ssh/ssh_config.5 index 99050d38ac4..aa86897a6be 100644 --- a/usr.bin/ssh/ssh_config.5 +++ b/usr.bin/ssh/ssh_config.5 @@ -34,7 +34,7 @@ .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.\" $OpenBSD: ssh_config.5,v 1.11 2003/05/20 12:09:32 jmc Exp $ +.\" $OpenBSD: ssh_config.5,v 1.12 2003/06/02 08:31:10 jakob Exp $ .Dd September 25, 1999 .Dt SSH_CONFIG 5 .Os @@ -638,6 +638,7 @@ Specifies whether to verify the remote key using DNS and SSHFP resource records. The default is .Dq no . +Note that this option applies to protocol version 2 only. .It Cm XAuthLocation Specifies the full pathname of the .Xr xauth 1 |