-
I also get the following error from paramiko:
[dask_job.stderr.log](https://github.com/radical-cybertools/pilot-streaming/files/1637398/dask_job.stderr.log)
Based on [this ](https://github.com/p…
-
with the default packages included in requirements.txt, I got error below:
`INFO:root:Checking server: localhost...`
`INFO:root:Checking server: host1.com...`
`ERROR:root:Error loading module: inva…
-
Running wes automator on a new environment yields an error
```
Traceback (most recent call last):
File "./wes_automator.py", line 366, in
main()
File "./wes_automator.py", line 287, in …
-
Documenting some fundamental issues of the sftp protocol:
- sftp protocol uses 32KB blocks for data transfer and usually each block has to get acknowledged individually, which slows down transfers …
-
When using snakemake with cryptography >=43.0.0 one gets 2 deprecation warnings:
```
$ snakemake
Using workflow specific profile profiles/default for setting default command line arguments.
/opt…
-
## Describe the bug
A exception is raise when running some tasks on 13 hosts. I do not get the error when running only on 4 hosts, or only 1 hosts. I suspect the error shows more often as the number …
-
Hello.
I have done all the steps explained here and I have an error testing demo.py and demo_server.py.
In the server machine (192.168.159.29) I run demo_server.py
ubuntu@osm:~/paramiko/d…
-
### Are you using paramiko as a client or server?
Client
### What feature(s) aren't working right?
SSH
### What version(s) of paramiko are you using?
3.4.0
### What version(s) of Python are you …
-
### Description
Cryptography reports that TripleDES is going away, and it's somehow accessed by paramiko.
Either paramiko needs to be bumped up, or cryptography version restricted.
### Urgency
C…
-
I need to set the HostKeyAlgorithms to ssh-rsa for my connection from the sshlibrary to the server. How can I do that with this library?
When I use the ssh client on my machine the following comand…