Skip to content

Instantly share code, notes, and snippets.

@galvao
Created August 27, 2021 01:17
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 galvao/982185e608f12921f7a268fcb1b685e3 to your computer and use it in GitHub Desktop.
Save galvao/982185e608f12921f7a268fcb1b685e3 to your computer and use it in GitHub Desktop.
Copiando a chave ssh via terminal
sudo dnf -y update && sudo dnf -y install xclip && xclip -selection clipboard < ~/.ssh/NOME_DA_CHAVE.pub
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment