-
### Expected behavior
It should connect
### Actual behavior
Gives an error
### System configuration
- 7.1.0 - 7.2.3
- ruby ruby 3.0.4p208
### Example App
@ssh = Net::SSH.st…
-
When I passed allow_agent=False to SSHTunnelForwarder object it still trying to connect using ssh keys.
even the documentation said it will pass look_for_keys=False
output:
17:01:17.620 | Conne…
-
Hello, great work everyone, really nice tool !
I am facing a connection problem and I don't understand what's happening, maybe someone could help.
I would like to connect to a server but I have this…
-
Hi,
I'm facing an issue where both alpine 3.16 and 3.17 fails to run `scp`. Here are the steps:
```
$ docker run -it --rm alpine:3.16 sh
/ # apk add --update openssh
fetch https://dl-cdn.al…
-
### Prerequisites
- [X] Write a descriptive title.
- [X] Make sure you are able to repro it on the latest version
- [X] Search the existing issues.
### Steps to reproduce
Here is my environment
- …
-
Expected behavior:
As mentioned in #10918 `ssh-rsa-cert-v01` is no longer on the approval list of `PubKeyAcceptedAlgorithms` for many new OSes like Alma 9.
This issue of teleport generating `ssh…
-
```
ls
action_provision creator_uid index_uuid pub_key
action_set_name id private_key synced_folders
```
```
DEBUG:paramiko.transport:starting thread (client mode): 0x6…
-
**Describe the bug**
`yum install git` installs way too many packages (openssh, openldap, subversion?!)
**To Reproduce**
Steps to reproduce the behavior:
1. `docker run -it --rm mcr.microsoft.…
-
In server logs:
```
client aes128-cbc,3des-cbc,aes192-cbc,aes256-cbc,blowfish-cbc,arcfour
server aes128-ctr,aes192-ctr,aes256-ctr,aes128-gcm@openssh.com,aes256-gcm@openssh.com,chacha20-poly1305@open…
-
Current NETCOF over SSH solution when connecting from controller to devices uses a fork/exec mechanism of the ssh binary. This has several drawbacks, including data in piped stdio,, external handling …