SSH - SHA1

From IT-Arts.net
Revision as of 15:34, 8 December 2025 by Admin (talk | contribs) (Text replacement - "Category:Post-It" to "Category:Wiki")


#!/bin/bash

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

exit 0