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:Wiki" to "Category:Wiki '''''[https://it-arts.net/index.php/Category:Wiki Return to Wiki Index]''''' "
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
[[Category:Post-It]]
[[Category:Wiki]]
 
'''''[https://it-arts.net/index.php/Category:Wiki Return to Wiki Index]'''''
 


  <nowiki>
  <nowiki>

Latest revision as of 07:04, 17 January 2026


Return to Wiki Index


#!/bin/bash

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

exit 0