Displaying 1 result from an estimated 1 matches for "host_key_alg_filter".
2013 Apr 15
5
[Bug 2089] New: filter out bad host key algorithms
...Status: NEW
Severity: enhancement
Priority: P5
Component: Miscellaneous
Assignee: unassigned-bugs at mindrot.org
Reporter: ossman at cendio.se
Created attachment 2242
--> https://bugzilla.mindrot.org/attachment.cgi?id=2242&action=edit
host_key_alg_filter.patch
Currently the clients will just exit if you give them anything bad in
HostKeyAlgorithms. This can be annoying for calling code though as you
might not know which algorithms this particular instance of ssh
supports.
Instead I propose simply filtering out unsupported algorithms and
proceeding...