summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorgrunk <grunk@openbsd.org>2008-06-11 23:03:56 +0000
committergrunk <grunk@openbsd.org>2008-06-11 23:03:56 +0000
commit51fc1a9338943081b17c114e58de97d5de3cbdad (patch)
tree0af78a7c7d881b12ee9a1ab7be19bbbd688222a7
parentsimpler way of computing the augmentations; ok grunk@ (diff)
downloadwireguard-openbsd-51fc1a9338943081b17c114e58de97d5de3cbdad.tar.xz
wireguard-openbsd-51fc1a9338943081b17c114e58de97d5de3cbdad.zip
CheckHostIP set to ``fingerprint'' will display both hex and random art
spotted by naddy@
-rw-r--r--usr.bin/ssh/ssh_config.55
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 ,