diff options
author | Alexander von Gernler <grunk@cvs.openbsd.org> | 2008-06-11 23:03:57 +0000 |
---|---|---|
committer | Alexander von Gernler <grunk@cvs.openbsd.org> | 2008-06-11 23:03:57 +0000 |
commit | 7854b81c416fb170aa25a77b9c1c3224eb71e307 (patch) | |
tree | 4f838dd1d17260f9139950b14fbdd8de61a1730c /usr.bin/ssh | |
parent | 052042940ee63db06760105bc832f184eb91fab2 (diff) |
CheckHostIP set to ``fingerprint'' will display both hex and random art
spotted by naddy@
Diffstat (limited to 'usr.bin/ssh')
-rw-r--r-- | usr.bin/ssh/ssh_config.5 | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/usr.bin/ssh/ssh_config.5 b/usr.bin/ssh/ssh_config.5 index 28ac724c862..8bcf323cc25 100644 --- a/usr.bin/ssh/ssh_config.5 +++ b/usr.bin/ssh/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 , |