OpenBSD CVS

CVS log for src/usr.bin/ssh/packet.h


[BACK] Up to [local] / src / usr.bin / ssh

Request diff between arbitrary revisions


Default branch: MAIN
Current tag: OPENBSD_7_4


Revision 1.95.2.1 / (download) - annotate - [select for diffs], Mon Dec 18 14:56:35 2023 UTC (5 months, 1 week ago) by bluhm
Branch: OPENBSD_7_4
Changes since 1.95: +1 -2 lines
Diff to previous 1.95 (colored) next main 1.96 (colored)

implement "strict key exchange" in ssh and sshd

This adds a protocol extension to improve the integrity of the SSH
transport protocol, particular in and around the initial key exchange
(KEX) phase.

Full details of the extension are in the PROTOCOL file.

from djm@; with markus@

this is errata/7.4/011_ssh.patch.sig

Revision 1.95 / (download) - annotate - [select for diffs], Mon Aug 28 03:31:16 2023 UTC (9 months ago) by djm
Branch: MAIN
CVS Tags: OPENBSD_7_4_BASE
Branch point for: OPENBSD_7_4
Changes since 1.94: +2 -1 lines
Diff to previous 1.94 (colored)

Add keystroke timing obfuscation to the client.

This attempts to hide inter-keystroke timings by sending interactive
traffic at fixed intervals (default: every 20ms) when there is only a
small amount of data being sent. It also sends fake "chaff" keystrokes
for a random interval after the last real keystroke. These are
controlled by a new ssh_config ObscureKeystrokeTiming keyword/

feedback/ok markus@

This form allows you to request diff's between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.