Skip to content

Instantly share code, notes, and snippets.

@rymcol
Created January 26, 2018 12:06
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 rymcol/d5de6c807b6ce574e6661032fc5137f4 to your computer and use it in GitHub Desktop.
Save rymcol/d5de6c807b6ce574e6661032fc5137f4 to your computer and use it in GitHub Desktop.
bash/zsh alias for copying krypton (kr) public ssh key through ssh-copy-id, for macOS
echo 'alias ssh-copy-kr-id="ssh-copy-id -f -i ~/.ssh/id_krypton.pub' >> ~/.bash_profile
echo 'alias ssh-copy-kr-id="ssh-copy-id -f -i ~/.ssh/id_krypton.pub' >> ~/.zshenv
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment