Skip to content

Instantly share code, notes, and snippets.

@felipecosta09
Created April 10, 2020 11:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save felipecosta09/7d8e7f6aa26575e962a93123f1e7e11e to your computer and use it in GitHub Desktop.
Save felipecosta09/7d8e7f6aa26575e962a93123f1e7e11e to your computer and use it in GitHub Desktop.
KOPS ssh key
# Generate a ssh key for KOPS
ssh-keygen -b 2048 -t rsa -f ~/.ssh/id_rsa
kops create secret --name ${NAME} sshpublickey admin -i ~/.ssh/id_rsa.pub
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment