-
## Issue Description
- Description of the issue: getting error while connecting to sftp
ssh: handshake failed: ssh: no common algorithm for key exchange; client offered: [curve25519-sha256 curve2…
-
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 …
-
I use this [fork](https://github.com/zobo/kr) of Krypton to get a Windows build; it's been fine as provided until now.
After updating to OpenSSH 8.9.1 (which I think actually came through with the …
-
I used to use Netconf Perl Client to connect to ICS(formerly Pulse Connect Secure VPN) using Netconf Perl Client.
Earlier, we were using OpenSSH 5.x. It was working fine.
In the latest releases,…
-
Hi,
I'm using Python 2.7.11 on OS X 10.10.5 and I get an illegal instruction error using Paramiko:
```
$ python
Python 2.7.11 (default, Jan 26 2016, 14:52:31)
[GCC 4.2.1 Compatible Apple LLVM 7.0.2…
-
Hi, I ran same program as [this](https://stackoverflow.com/questions/7286929/paramiko-incompatible-ssh-peer-no-acceptable-kex-algorithm) in AKS service. And program output with:
```
DEBUG:paramiko…
-
Hi there. I'm trying to get a libgit2 client (via the `git2` crate) connecting to russh for integration testing purposes and I'm getting a rather unhelpful error from libgit2 - `failed to start SSH se…
Qix- updated
9 months ago
-
**Expected behavior:**
Transfer a file using scp -> teleport daemon (via proxy) using OpenSSH 9.0p1 and observe an exit code of zero on successful transfer.
```
# scp test file using teleport daemo…
-
**Is this a similar or duplicate feature request?**
- [x] No.
**Is your feature request related to a problem? Please describe.**
I can't get vscode-sftp to connect over SFTP using the [1Password …
-
Since ever instance._ssh_connect call sets and resets paramiko logging level to INFO, any consumer of pycloudlib gets logging spam for every single cmd execution making it tough to sift though CI logs…