russh icon indicating copy to clipboard operation
russh copied to clipboard

Rust SSH client & server library

Results 89 russh issues
Sort by recently updated
recently updated
newest added

I replied below [this issue](https://github.com/warp-tech/russh/issues/15), but since the issue has been closed,I am worried that no one will see it, so I opened this issue.

bug

Hi, I have an OpenSSH_8.0p1 server where I've disabled the `[email protected]` cipher so that `russh` will use the `aes256gcm` cipher instead. Upon doing this, I get the following error on...

Screenshot of https://www.reddit.com/r/rust/comments/u3s3m1/i_wrote_a_smarter_ssh_bastion_in_rust/ ![afbeelding](https://user-images.githubusercontent.com/35434094/163674124-ea5298da-f331-42f1-9b9e-b92cafcd2703.png) Idea behind this issue is to decide on the _long term future_ of `russh`. There is _no rush_ to do so.

Allow signals to be sent detached from the channel struct. This is done using a higher-order function and by cloning the sender so it can be used independently of the...

Fixes #50 This introduces an on-by-default `rs-crypto` flag, which enables the existing Rust-based crypto libraries (including aes and ED25519). However, these implementations can be removed by disabling the flag. If...

One cloud on the horizon for our usage of this library is the likelihood of needing to be [FIPS](https://csrc.nist.gov/publications/detail/fips/140/2/final) certifiable. Long story short, this essentially means having all cryptography done...

I've had an issue I've been trying to debug this for a while now and hopefully try to upstream whatever fix it takes, but I think I am at my...

Tests are failing: ``` failures: test::test_agent test::test_decode_rsa_secret_key test::test_gpg test::test_loewenheim test::test_nikao test::test_o01eg test::test_pkcs8 test::test_pkcs8_encrypted test result: FAILED. 9 passed; 8 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.19s...