-
### Summary
I am building a bastille chroot on FreeBSD using ansible. I need to maintain lots of users inside the jail, but the builtin users module just works on the target host system.
I could a…
-
### Proposal Details
I propose a new `ssh.Channel` function to read a single SSH packet.
This is required in to inter-opt with some channel types in use by OpenSSH.
For example to inter-opt…
-
**Describe the problem**
HTTP/HTTPS traffic fails when accessing a NetBird client using its LAN IP address, despite routes being correctly configured. This issue appeared after a recent NetBird upd…
-
### What Operating System(s) are you seeing this problem on?
macOS
### Which Wayland compositor or X11 Window manager(s) are you using?
_No response_
### WezTerm version
wezterm 2024020…
-
### Describe the bug
If OpenSSH is not installed at the default location, then commands to create an ssh tunnel via `az network bastion ssh` do not work, since ssh commands are unvailable. The return…
-
When using inspec to ssh to an AKS node on Azure I am seeing an error:
```
Transport error, can't connect to 'ssh' backend: SSH command failed (could not settle on kex algorithm
Server kex pref…
-
### Describe the bug
Trying to run any RDP connection on Darwin or Linux results in the `RDP connection is not supported for this platform. Supported platforms: Windows` error, even when the official…
-
Does this issue occur when all extensions are disabled?: Yes
- VS Code Version: 1.92.0 (system setup)
Commit: b1c0a14de1414fcdaa400695b4db1c0799bc3124
- OS Version: Windows_NT x…
-
I did open an SSH file system and used it successfully:
```python3
o = fsspec.open("ssh://user@127.0.0.1")
o.fs.listdir("/")
```
Then, I lost the SSH connection because I lost WLAN connectivi…
-
I run example:
```
cargo run -p russh --example echoserver
```
It works as expected using OpenSSH's Client.
However with PuTTY, no data is sent.
Client versions:
```
[...DEBUG russh:…