Miyoshi-Ryota / async-ssh2-tokio

asynchronous and easy-to-use high level ssh client library for rust
Apache License 2.0
67 stars 27 forks source link

diffie-hellman-group1-sha1 and HostKeyAlgorithms=+ssh-dss #74

Open ZiCog opened 3 weeks ago

ZiCog commented 3 weeks ago

I need to use kex algorithm diffie-hellman-group1-sha1 and host key algorithm ssh-dss to make an ssh connection to an old piece of embedded equipment. I have two problems:

1) A cannot for the life of me figure out how to make a config for use with connect_with_configuarion() that would include those or modify the default config.

2) ssh-dss seems not to be supported anyway.

This is a show stopper for my application.