Skip to content

Instantly share code, notes, and snippets.

@cesardba
Created April 28, 2021 12:13
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 cesardba/20858f0ce3b540d7e3b2245c95273688 to your computer and use it in GitHub Desktop.
Save cesardba/20858f0ce3b540d7e3b2245c95273688 to your computer and use it in GitHub Desktop.
# Na Origem e Destino gerar chaves publicas
# At Source and Destination generate public keys
ssh-keygen -t rsa
# Da origem A --> Com destino B
# From origin A -> To destination B
ssh-copy-id oracle@172.16.0.221
# Da origem B --> Com destino A
# From source B -> With destination A
ssh-copy-id oracle@172.16.0.100
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment