summaryrefslogtreecommitdiff
path: root/ssh_config.5
diff options
context:
space:
mode:
authordtucker <dtucker>2008-06-12 18:44:25 +0000
committerdtucker <dtucker>2008-06-12 18:44:25 +0000
commit5285571469af904005c0dbeecd7304da0616fb3c (patch)
tree753166ed7b4ae24b01a8c666b337013145ca6d0f /ssh_config.5
parent7011073089c9e509bda74d42223a15e35575a9be (diff)
downloadopenssh-5285571469af904005c0dbeecd7304da0616fb3c.tar.gz
- grunk@cvs.openbsd.org 2008/06/11 23:03:56
[ssh_config.5] CheckHostIP set to ``fingerprint'' will display both hex and random art spotted by naddy@
Diffstat (limited to 'ssh_config.5')
-rw-r--r--ssh_config.55
1 files changed, 3 insertions, 2 deletions
diff --git a/ssh_config.5 b/ssh_config.5
index 28ac724c..8bcf323c 100644
--- a/ssh_config.5
+++ b/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.107 2008/06/11 21:01:35 grunk Exp $
+.\" $OpenBSD: ssh_config.5,v 1.108 2008/06/11 23:03:56 grunk Exp $
.Dd $Mdocdate: June 11 2008 $
.Dt SSH_CONFIG 5
.Os
@@ -162,7 +162,8 @@ file.
This allows ssh to detect if a host key changed due to DNS spoofing.
If the option is set to
.Dq fingerprint ,
-not only the host IP address will be checked, but also an ASCII art
+not only the host IP address will be checked, but also a fingerprint
+along with an ASCII art
representation of the key will be printed.
If the option is set to
.Dq no ,