SSH - RSA: Difference between revisions

From IT-Arts.net
No edit summary
 
m Text replacement - "Category:Post-It" to "Category:Wiki"
Line 1: Line 1:
[[Category:Post-It]]
[[Category:Wiki]]


  <nowiki>
  <nowiki>

Revision as of 15:25, 8 December 2025


#!/bin/bash

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

exit 0