summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorBen Lindstrom <mouring@eviladmin.org>2002-08-01 01:21:56 +0000
committerBen Lindstrom <mouring@eviladmin.org>2002-08-01 01:21:56 +0000
commit3ed6640532ea53bc37182262141c9e917a448025 (patch)
tree88ad1d4bbb9cd865c154f24ad12feafd7e302ccd /ChangeLog
parent18d2b5d399a6ee97c65a058c14054fd2da2b891a (diff)
- markus@cvs.openbsd.org 2002/07/24 16:11:18
[hostfile.c hostfile.h sshconnect.c] print out all known keys for a host if we get a unknown host key, see discussion at http://marc.theaimsgroup.com/?t=101069210100016&r=1&w=4 the ssharp mitm tool attacks users in a similar way, so i'd like to pointed out again: A MITM attack is always possible if the ssh client prints: The authenticity of host 'bla' can't be established. (protocol version 2 with pubkey authentication allows you to detect MITM attacks)
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog16
1 files changed, 15 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index d53270d4e..546671bf0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,17 @@
120020731
2 - (bal) OpenBSD CVS Sync
3 - markus@cvs.openbsd.org 2002/07/24 16:11:18
4 [hostfile.c hostfile.h sshconnect.c]
5 print out all known keys for a host if we get a unknown host key,
6 see discussion at http://marc.theaimsgroup.com/?t=101069210100016&r=1&w=4
7
8 the ssharp mitm tool attacks users in a similar way, so i'd like to
9 pointed out again:
10 A MITM attack is always possible if the ssh client prints:
11 The authenticity of host 'bla' can't be established.
12 (protocol version 2 with pubkey authentication allows you to detect
13 MITM attacks)
14
120020730 1520020730
2 - (bal) [uidswap.c] SCO compile correction by gert@greenie.muc.de 16 - (bal) [uidswap.c] SCO compile correction by gert@greenie.muc.de
3 17
@@ -1465,4 +1479,4 @@
1465 - (stevesk) entropy.c: typo in debug message 1479 - (stevesk) entropy.c: typo in debug message
1466 - (djm) ssh-keygen -i needs seeded RNG; report from markus@ 1480 - (djm) ssh-keygen -i needs seeded RNG; report from markus@
1467 1481
1468$Id: ChangeLog,v 1.2409 2002/07/30 19:32:07 mouring Exp $ 1482$Id: ChangeLog,v 1.2410 2002/08/01 01:21:56 mouring Exp $