1
1
mirror of https://github.com/wez/wezterm.git synced 2024-12-26 14:54:16 +03:00
wezterm/wezterm-ssh/src
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
..
sftp ssh: adopt dispatch helper for ssh file and dir requests too 2021-10-19 20:33:30 -07:00
auth.rs ssh: improve diagnostics to debug failing integration test 2021-12-15 11:39:00 -07:00
channelwrap.rs ssh: split ChannelWrap out 2021-10-19 20:33:30 -07:00
config.rs ssh: Host is space delimited, not comma delimited 2021-10-03 08:09:04 -07:00
dirwrap.rs ssh: stub out DirWrap::read_dir for libssh 2021-10-19 20:33:30 -07:00
filewrap.rs ssh: can now pass e2e tests using libssh backend 2021-10-19 20:33:30 -07:00
host.rs ssh: flatten out session module 2021-10-19 20:33:30 -07:00
lib.rs ssh: introduce separate Dir and DirWrap types 2021-10-19 20:33:30 -07:00
pty.rs pty: introduce ChildKiller trait 2021-12-11 08:40:26 -07:00
session.rs ssh: adopt dispatch helper in a couple more places 2021-10-19 20:33:30 -07:00
sessioninner.rs ssh: explicitly allow ssh-rsa keys in tests 2021-12-15 22:05:24 -07:00
sessionwrap.rs ssh: can now pass e2e tests using libssh backend 2021-10-19 20:33:30 -07:00
sftpwrap.rs ssh: can now pass e2e tests using libssh backend 2021-10-19 20:33:30 -07:00