Skip to content

Instantly share code, notes, and snippets.

@sfc9982
Created May 28, 2024 11:33
Show Gist options
  • Save sfc9982/9a5fb3e8ff3dda0df272a3593843224f to your computer and use it in GitHub Desktop.
Save sfc9982/9a5fb3e8ff3dda0df272a3593843224f to your computer and use it in GitHub Desktop.
# 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
@sfc9982
Copy link
Author

sfc9982 commented May 28, 2024

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment