Skip to content

v1.0.222

Compare
Choose a tag to compare
@github-actions github-actions released this 05 Mar 23:09
· 6 commits to master since this release
4a515d9

Changes

  • d1c1b48: SSH: automatically select best hash for RSA keys when server-sig-algs extension is available
  • 380c306: SSH: added a warning when a server disconnects during authentication
  • 47b4b54: SSH: agent authentication fails with some RSA keys
  • c7b39bd: SSH: re-added support for insecure 1024 bit RSA keys (relevant for old network switches)
  • 4be1e12: Add Tokyonight color scheme (#10283) (aminelch) #10283
  • 934cdff: Using ssh default profile(user/password/port) without host (#10076) (ianaflous) #10076
  • 4a515d9: Add support for %h and %r escape characters in IdentityFile for SSH. (#10343) (mannjani) #10343

Fixes