-
Is this possible? or will i have to configure my bashrc to do this for me?
-
I'm trying to SFTP into remote machine using this piece of code
``` python
import paramiko
import logging
logging.basicConfig()
host = 'ftp.xyz.com'
username = 'myusername'
password = 'mypassword'
…
-
With SSH2, Kex ecdh-sha2-nistp384 is not being supported.
SSH handshake failed: Error { code: Session(-5), msg: "Unable to exchange encryption keys" }
sess.method_pref(ssh2::MethodType::Kex, "ec…
-
Hi, Im trying to run wifiphisher on my raspberry pi 4 using ssh even though i used the -pI command to keep the connection of my interface which I ssh into, still it kills the ssh session. Here's the s…
-
### Description of Issue/Question
We are facing an issue connecting to SONIC vendor using netmiko. We have used netmiko in the past for nexus 9ks, cat 9ks, aristas, and it worked. Is SONIC not supp…
-
I got the following error message once connect to a server:
exec request failed on channel 0
client: fatal: failed to establish ssh session (1)
The client is on Mac OS 10.14
-
```
What steps will reproduce the problem?
1. Issue 2 or more rj_setservo or i2cset commands in a sequence
2. SSH session established to RPi is not responding
What is the expected output? What do yo…
-
### Summary
I'm having a problem with the iptables builtin module. The module does not add the rule to iptables. The `changed` state is always `false`
### Issue Type
Bug Report
### Component Na…
-
### Describe what happened
I've been pulling my hair out trying to figure out why Pulumi is unable to connect to a remote docker engine using ssh (the connection gets refused) but when I take the exa…
-
Hi,
After I wanted to create some new cards for my deck, the application crashes after a few seconds. The last time I used it on my desktop it worked (about a week ago). Those are the logs if I lau…