Created
September 12, 2017 13:44
-
-
Save murano500k/36060b3c7ad9d6076eb171b7fe11f46a to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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