-
### Are you using paramiko as a client or server?
Client
### What feature(s) aren't working right?
Keys/auth
### What version(s) of paramiko are you using?
3.4.1
### What version(s) …
-
### Is this feature for paramiko acting as a client or a server?
Server
### What functionality does this feature request relate to?
SSH
### For client-side features, does this relate to a specific…
-
### Summary
When I use dpgen run param.json machine.json to run a job, I frequently get errors: paramiko.ssh_exception.AuthenticationException: Authentication failed.
### DeePMD-kit Version
…
-
Hello,
When using the old windows version of pyrpl, I got this error message:
`ERROR:paramiko.transport:Unknown exception: DLL load failed: The specified module could not be found.
ERROR:paramiko.t…
-
hello,
sir,I useing paramiko's Channel ,called set_environment_variable is invalid.
I have SSH server's /etc/ssh/sshd_config configuration add AcceptEnv and restart sshd service :
Accep…
-
Good morning, I have an issue. I am developing a degree project with raspberry pi 2 and I have to, continuously, collect data every 1µs from a sensor that uses SPI communication and finally to collect…
-
```
Multibackend cannot be initialized with no backends. If you are seeing this erro
r when trying to use default_backend() please try uninstalling and reinstalling
cryptography.
```
ghost updated
8 years ago
-
Hi,
FYI: all current versions of paramiko (I tested 1.15.1, 1.16.0, and 2.0.0) with Python 2.7 trigger failures in the fs testsuite:
```
[ 72s] ____________________ TestSFTPFS.test_cases_in_separ…
-
for neutron-ha-tool's ha mode, we don't do any ssh, however this is still a requirement.
either:
- fix packaging
- make the dependency dynamic, so it's not required for it's regular run
-
I am noticing a big difference in transfer performance between using the SFTPClient.put() method vs using SFTPClient.open() even when mimicking the way SFTPClient.put() operates.
```bash
dd if=/de…