Attribution re: #33
(cherry picked from commit 8793771f3804b3f9bb4bf63d0b36ca105de78979)
This commit is contained in:
parent
7f3124dcd9
commit
25942dbd90
5
CHANGES
5
CHANGES
|
@ -7,6 +7,11 @@ Temporary, post-Paramiko changelog while we get our sh!t together.
|
|||
* #32: Raise a more useful error explaining which `known_hosts` key line was
|
||||
problematic, when encountering `binascii` issues decoding known host keys.
|
||||
Thanks to `@thomasvs` for catch & patch.
|
||||
* #33: Bring `ssh_config` parsing more in line with OpenSSH spec, re: order of
|
||||
setting overrides by `Host` specifiers. Specifically, the overrides now go by
|
||||
file order instead of automatically sorting by `Host` value length. In
|
||||
addition, the first value found per config key (e.g. `Port`, `User` etc)
|
||||
wins, instead of the last. Thanks to Jan Brauer for the contribution.
|
||||
|
||||
## ssh 1.7.14 (2012-05-07)
|
||||
|
||||
|
|
Loading…
Reference in New Issue