Skip to content

Instantly share code, notes, and snippets.

@Tharlys10
Created April 26, 2021 15:34
Show Gist options
  • Save Tharlys10/77aa9ea49cedef05d9669eb424407b76 to your computer and use it in GitHub Desktop.
Save Tharlys10/77aa9ea49cedef05d9669eb424407b76 to your computer and use it in GitHub Desktop.
Copia chave SSH da maquina local para a instancia
# Caso tenha a maquina já tenha uma uma chave SSH basta roda o comando abaixo;
ssh-copy-id user@host
# Caso não tenha uma chave basta gerar uma com o comando abaixo;
ssh-keygen
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment