SSH - SHA1
From Wiki.IT-Arts.net
#!/bin/bash ssh -v -oKexAlgorithms=+diffie-hellman-group1-sha1 -oHostKeyAlgorithms=+ssh-dss -c aes256-cbc,aes256-ctr $1 exit 0
#!/bin/bash ssh -v -oKexAlgorithms=+diffie-hellman-group1-sha1 -oHostKeyAlgorithms=+ssh-dss -c aes256-cbc,aes256-ctr $1 exit 0