1
1
mirror of https://github.com/wez/wezterm.git synced 2024-09-19 18:57:59 +03:00
wezterm/wezterm-ssh
Wez Furlong de13e17723 ssh: explicitly allow ssh-rsa keys in tests
It looks like the debian 9 test failures with libssh are the
same underlying issue as https://github.com/wez/wezterm/issues/1262

Poking around in the debug output, and then spelunking through the code,
we can use the `pubkeyacceptedtypes` ssh config option to add the key
type to the list of keys.  This doesn't appear to be a documented
option in the current versions of openssh.

I'm not 100% sure that this is right, but it's worth a shot.
2021-12-15 22:05:24 -07:00
..
examples introduce unicode_version config 2021-11-25 09:00:45 -07:00
src ssh: explicitly allow ssh-rsa keys in tests 2021-12-15 22:05:24 -07:00
tests ssh: explicitly allow ssh-rsa keys in tests 2021-12-15 22:05:24 -07:00
Cargo.toml ssh: explicitly allow ssh-rsa keys in tests 2021-12-15 22:05:24 -07:00