Displaying 3 results from an estimated 3 matches for "aixah".
2017 Mar 31
10
[Bug 2702] New: ssh compiled with --with-ldns segfaults during known_hosts parsing
...rsing
Product: Portable OpenSSH
Version: 7.5p1
Hardware: amd64
OS: Linux
Status: NEW
Severity: normal
Priority: P5
Component: ssh
Assignee: unassigned-bugs at mindrot.org
Reporter: aranea at aixah.de
Created attachment 2968
--> https://bugzilla.mindrot.org/attachment.cgi?id=2968&action=edit
Backtrace of ssh 7.5p1 segfaulting
When OpenSSH-7.5p1 is compiled with "./configure --with-ldns", ssh
<somehost> segfaults if the host's key is already recorded in
known_hos...
2016 Jun 20
2
[Bug 2593] New: List of forwarded connections not updated after cancellation
...tion
Product: Portable OpenSSH
Version: 7.2p1
Hardware: Other
OS: Linux
Status: NEW
Severity: trivial
Priority: P5
Component: ssh
Assignee: unassigned-bugs at mindrot.org
Reporter: aranea at aixah.de
The list of forwarded connections displayable by ~# is not updated
after a cancellation (via ~C -KL1234) and continues to display the
cancelled forwardings.
(The cancellation itself works fine, however. This is just an UI bug.)
--
You are receiving this mail because:
You are watching the ass...
2016 Dec 23
5
[Bug 2650] New: UpdateHostKeys ignores RSA keys if HostKeyAlgorithms=rsa-sha2-256
...sha2-256
Product: Portable OpenSSH
Version: 7.4p1
Hardware: All
OS: All
Status: NEW
Severity: trivial
Priority: P5
Component: ssh
Assignee: unassigned-bugs at mindrot.org
Reporter: aranea at aixah.de
The UpdateHostKeys feature is designed to only add host key
fingerprints to known_hosts if the corresponding signature algorithm is
allowed by the HostKeyAlgorithms setting (see client_input_hostkeys()
in clientloop.c).
However, for RSA keys it only checks HostKeyAlgorithms for the presence
of...