Open jimneumann opened 9 years ago
sshdo does not appear to support ed25519 keys -
root@box1:~/sshdo# ./sshdo.py Servers: test.txt Command: uname -a box2.boxen.net Could not connect
box3.boxen.net Could not connect
root@box1:~/sshdo# ./sshdo.py Servers: test.txt Command: uname -a
box2.boxen.net
Linux box2 3.18.7+ #755 PREEMPT Thu Feb 12 17:14:31 GMT 2015 armv6l GNU/Linux
box3.boxen.net
Linux box3 3.18.7+ #755 PREEMPT Thu Feb 12 17:14:31 GMT 2015 armv6l GNU/Linux
sshdo uses Paramiko for handling the connections. It seems that ed25519 keys are not supported by paramiko. https://github.com/paramiko/paramiko/issues/325
sshdo does not appear to support ed25519 keys -
With ed25519 key loaded -
root@box1:~/sshdo# ./sshdo.py Servers: test.txt Command: uname -a box2.boxen.net Could not connect
box3.boxen.net Could not connect
With RSA key loaded -
root@box1:~/sshdo# ./sshdo.py Servers: test.txt Command: uname -a
box2.boxen.net
Linux box2 3.18.7+ #755 PREEMPT Thu Feb 12 17:14:31 GMT 2015 armv6l GNU/Linux
box3.boxen.net
Linux box3 3.18.7+ #755 PREEMPT Thu Feb 12 17:14:31 GMT 2015 armv6l GNU/Linux