Skip to content

Instantly share code, notes, and snippets.

@zmiftah
Last active May 11, 2021 02:18
Show Gist options
  • Save zmiftah/7d43c3c41dee24acf5febf58d8eefd5f to your computer and use it in GitHub Desktop.
Save zmiftah/7d43c3c41dee24acf5febf58d8eefd5f to your computer and use it in GitHub Desktop.
Ssh Config for Github and Bitbucket
Host myapp myapp.domain.com
HostName myapp.domain.com
IdentityFile ~/.ssh/myapp-id
User username
Host github.com
Hostname ssh.github.com
Port 443
Host bitbucket.org
Hostname altssh.bitbucket.org
Port 443
@zmiftah
Copy link
Author

zmiftah commented Mar 17, 2021

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment