summaryrefslogtreecommitdiff
path: root/ssh_config.5
diff options
context:
space:
mode:
authorDarren Tucker <dtucker@zip.com.au>2008-06-13 04:44:25 +1000
committerDarren Tucker <dtucker@zip.com.au>2008-06-13 04:44:25 +1000
commitdcc1ab5483a5f0f0a72c14149ace9979c8dea085 (patch)
treed0c2a7d64a5ec09c9046e4e708461cac393edd8e /ssh_config.5
parent014d76fa7294db63e37c642556008206f0179622 (diff)
downloadopenssh-git-dcc1ab5483a5f0f0a72c14149ace9979c8dea085.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 ,