SSH - SHA1 ssh-dss AES256ctr: Difference between revisions

From IT-Arts.net
Created page with "Category:Post-It <nowiki> #!/bin/bash ssh -v -oKexAlgorithms=+diffie-hellman-group1-sha1 -oHostKeyAlgorithms=+ssh-dss -c aes256-ctr $1 exit 0</nowiki>"
 
m Text replacement - "Category:Post-It" to "Category:Wiki"
Line 1: Line 1:
[[Category:Post-It]]
[[Category:Wiki]]


  <nowiki>
  <nowiki>

Revision as of 14:41, 8 December 2025


#!/bin/bash

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

exit 0