Skip to content

Instantly share code, notes, and snippets.

@boecko
Created March 23, 2011 16:54
Show Gist options
  • Save boecko/883462 to your computer and use it in GitHub Desktop.
Save boecko/883462 to your computer and use it in GitHub Desktop.
Host key generation
ssh-keygen -t dsa -N '' -f ssh_host_dsa_key
ssh-keygen -t rsa -N '' -f ssh_host_rsa_key
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment