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, 6 insertions, 2 deletions
diff --git a/ssh_config.5 b/ssh_config.5
index d6f3fbf80..28ac724c8 100644
--- a/ssh_config.5
+++ b/ssh_config.5
@@ -34,8 +34,8 @@
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.106 2008/06/10 18:21:24 dtucker Exp $ 37.\" $OpenBSD: ssh_config.5,v 1.107 2008/06/11 21:01:35 grunk Exp $
38.Dd $Mdocdate: June 10 2008 $ 38.Dd $Mdocdate: June 11 2008 $
39.Dt SSH_CONFIG 5 39.Dt SSH_CONFIG 5
40.Os 40.Os
41.Sh NAME 41.Sh NAME
@@ -161,6 +161,10 @@ will additionally check the host IP address in the
161file. 161file.
162This allows ssh to detect if a host key changed due to DNS spoofing. 162This allows ssh to detect if a host key changed due to DNS spoofing.
163If the option is set to 163If the option is set to
164.Dq fingerprint ,
165not only the host IP address will be checked, but also an ASCII art
166representation of the key will be printed.
167If the option is set to
164.Dq no , 168.Dq no ,
165the check will not be executed. 169the check will not be executed.
166The default is 170The default is