Skip to content

Instantly share code, notes, and snippets.

@murano500k
Created September 12, 2017 13:44
Show Gist options
  • Save murano500k/36060b3c7ad9d6076eb171b7fe11f46a to your computer and use it in GitHub Desktop.
Save murano500k/36060b3c7ad9d6076eb171b7fe11f46a to your computer and use it in GitHub Desktop.
repo init -u ssh://renesas/renesas/platform/manifest -b r-car-8
#~/.ssh/config
Host renesas
HostName gerrit-ua.globallogic.com
User artem.radchenko
Port 29418
IdentityFile /home/artem/.ssh/id_rsa
Host gerrit-ua.globallogic.com
User artem.radchenko
Port 29418
IdentityFile /home/artem/.ssh/id_rsa
Host basecamp
User git
HostName basecamp.globallogic.com.ua
Port 10022
IdentityFile /home/artem/.ssh/id_rsa
Host *
PubkeyAcceptedKeyTypes=+ssh-rsa
IdentityFile /home/artem/.ssh/id_rsa
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment