Skip to content

Instantly share code, notes, and snippets.

@skalahonza
Created May 13, 2020 13:37
Show Gist options
  • Select an option

  • Save skalahonza/3f4abbbbeff523ecbc15579be6e3664a to your computer and use it in GitHub Desktop.

Select an option

Save skalahonza/3f4abbbbeff523ecbc15579be6e3664a to your computer and use it in GitHub Desktop.
Add public SSH certiphicate to remote host
cat ~/.ssh/id_rsa.pub | ssh user@hostname 'cat >> .ssh/authorized_keys'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment