summaryrefslogtreecommitdiff
path: root/ssh_config.5
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2003-11-17 21:19:29 +1100
committerDamien Miller <djm@mindrot.org>2003-11-17 21:19:29 +1100
commit150b55745b5a0790cfc8d5e6560ab5e7f2f94340 (patch)
treea2e1af4415a75cc498ad8ce318607da5cbf273a5 /ssh_config.5
parentc1f2792bd056dcefef5de55c5cbfdb1f790fd339 (diff)
- jakob@cvs.openbsd.org 2003/11/12 16:39:58
[dns.c dns.h readconf.c ssh_config.5 sshconnect.c] update SSHFP validation. ok markus@
Diffstat (limited to 'ssh_config.5')
-rw-r--r--ssh_config.519
1 files changed, 18 insertions, 1 deletions
diff --git a/ssh_config.5 b/ssh_config.5
index 9073ce51f..55ca907eb 100644
--- a/ssh_config.5
+++ b/ssh_config.5
@@ -34,7 +34,7 @@
34.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF 34.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
35.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 35.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
36.\" 36.\"
37.\" $OpenBSD: ssh_config.5,v 1.23 2003/10/12 13:12:13 jmc Exp $ 37.\" $OpenBSD: ssh_config.5,v 1.24 2003/11/12 16:39:58 jakob Exp $
38.Dd September 25, 1999 38.Dd September 25, 1999
39.Dt SSH_CONFIG 5 39.Dt SSH_CONFIG 5
40.Os 40.Os
@@ -642,6 +642,23 @@ host key database instead of
642.It Cm VerifyHostKeyDNS 642.It Cm VerifyHostKeyDNS
643Specifies whether to verify the remote key using DNS and SSHFP resource 643Specifies whether to verify the remote key using DNS and SSHFP resource
644records. 644records.
645If this option is set to
646.Dq yes ,
647the client will implicitly trust keys that matches a secure fingerprint
648from DNS.
649Insecure fingerprints will be handled as if this option was set to
650.Dq ask .
651If this option is set to
652.Dq ask ,
653information on fingerprint match will be displayed, but the user will still
654need to confirm new host keys according to the
655.Cm StrictHostKeyChecking
656option.
657The argument must be
658.Dq yes ,
659.Dq no
660or
661.Dq ask .
645The default is 662The default is
646.Dq no . 663.Dq no .
647Note that this option applies to protocol version 2 only. 664Note that this option applies to protocol version 2 only.