diff options
author | Darren Tucker <dtucker@zip.com.au> | 2008-06-12 20:44:25 +0200 |
---|---|---|
committer | Darren Tucker <dtucker@zip.com.au> | 2008-06-12 20:44:25 +0200 |
commit | dcc1ab5483a5f0f0a72c14149ace9979c8dea085 (patch) | |
tree | d0c2a7d64a5ec09c9046e4e708461cac393edd8e /ssh_config.5 | |
parent | - otto@cvs.openbsd.org 2008/06/11 23:02:22 (diff) | |
download | openssh-dcc1ab5483a5f0f0a72c14149ace9979c8dea085.tar.xz openssh-dcc1ab5483a5f0f0a72c14149ace9979c8dea085.zip |
- 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.5 | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/ssh_config.5 b/ssh_config.5 index 28ac724c8..8bcf323cc 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 , |