SSH - SHA1 ssh-dss AES256ctr

From Wiki.IT-Arts.net


#!/bin/bash

ssh -v -oKexAlgorithms=+diffie-hellman-group1-sha1 -oHostKeyAlgorithms=+ssh-dss -c aes256-ctr $1

exit 0