Displaying 2 results from an estimated 2 matches for "kpimm".
Did you mean:
fpimm
2010 Jul 23
0
[Bug 1197] Enhancement request to enable fips compatibility mode in OpenSSH
https://bugzilla.mindrot.org/show_bug.cgi?id=1197
kpimm at yahoo.com changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |kpimm at yahoo.com
--- Comment #7 from kpimm at yahoo.com ---
I'm having likely the same...
2015 May 26
0
[Bug 1197] Enhancement request to enable fips compatibility mode in OpenSSH
...--------------------------
CC| |dtucker at zip.com.au
--- Comment #8 from Darren Tucker <dtucker at zip.com.au> ---
You're pretty much on your own with third-party patches, but on the off
chance it helps someone here's a clue.
(In reply to kpimm from comment #7)
[...]
> Bad packet length 541477200.
$ perl -le 'printf "%x\n", 541477200'
20464950
$ perl -le 'printf "%c%c%c%c\n", 0x20, 0x46, 0x49, 0x50'
FIP
Something is dumping the string " FIP" (at least) into the ssh
connection stream. My...