summaryrefslogtreecommitdiff
path: root/ssh_config.5
diff options
context:
space:
mode:
Diffstat (limited to 'ssh_config.5')
-rw-r--r--ssh_config.58
1 files changed, 4 insertions, 4 deletions
diff --git a/ssh_config.5 b/ssh_config.5
index 55ca907eb..8857073a5 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.24 2003/11/12 16:39:58 jakob Exp $ 37.\" $OpenBSD: ssh_config.5,v 1.25 2003/11/12 20:14:51 jmc 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
@@ -644,7 +644,7 @@ Specifies whether to verify the remote key using DNS and SSHFP resource
644records. 644records.
645If this option is set to 645If this option is set to
646.Dq yes , 646.Dq yes ,
647the client will implicitly trust keys that matches a secure fingerprint 647the client will implicitly trust keys that match a secure fingerprint
648from DNS. 648from DNS.
649Insecure fingerprints will be handled as if this option was set to 649Insecure fingerprints will be handled as if this option was set to
650.Dq ask . 650.Dq ask .
@@ -657,8 +657,8 @@ option.
657The argument must be 657The argument must be
658.Dq yes , 658.Dq yes ,
659.Dq no 659.Dq no
660or 660or
661.Dq ask . 661.Dq ask .
662The default is 662The default is
663.Dq no . 663.Dq no .
664Note that this option applies to protocol version 2 only. 664Note that this option applies to protocol version 2 only.