Created
May 28, 2024 11:33
-
-
Save sfc9982/9a5fb3e8ff3dda0df272a3593843224f to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Commercial National Security Algorithm (CNSA) Suite Application | |
# Applies CNSA 1.0 for OpenSSH | |
# Algorithm used is much more beyond the commercial cryptography approved | |
# to protect NSS systems up to the TOP SECRET level. | |
rm /etc/ssh/ssh_host_* | |
ssh-keygen -t rsa -b 8192 -f /etc/ssh/ssh_host_rsa_key | |
ssh-keygen -t ecdsa -b 521 -f /etc/ssh/ssh_host_ecdsa_key |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
https://serverfault.com/questions/471327/how-to-change-a-ssh-host-key