SSH - SHA1: 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-cbc,aes256-ctr $1 exit 0</nowiki>" |
m Text replacement - "Category:Post-It" to "Category:Wiki" |
||
| Line 1: | Line 1: | ||
[[Category: | [[Category:Wiki]] | ||
<nowiki> | <nowiki> | ||
Revision as of 15:34, 8 December 2025
#!/bin/bash ssh -v -oKexAlgorithms=+diffie-hellman-group1-sha1 -oHostKeyAlgorithms=+ssh-dss -c aes256-cbc,aes256-ctr $1 exit 0
