dotfiles/ssh-client/ubuntu

35 lines
833 B
Plaintext

# My VMs
Host ubuntu-vm
Hostname localhost
Port 1222
User thepinsteam
IdentityFile ~/.ssh/github-personal
Host bshq
Hostname localhost
Port 3055
User shitfuckery
IdentityFile ~/.ssh/github-personal
Host gitlab.com
User git
IdentityFile ~/.ssh/launchpad
Host github.com
User git
IdentityFile ~/.ssh/launchpad
# Launchpad.net SSH keys for mirroring some repos manually,
# partularly the gitlab.com:termux-package-android5x/src.git repo
# among any sort of shits and giggles.
Host git.launchpad.net
IdentityFile ~/.ssh/launchpad
User ajhalili2006
Host bazar.launchpad.net
IdentityFile ~/.ssh/launchpad
User ajhalili2006
# LXC containers, please append as possible
Host ghost-localhost
Hostname 10.29.113.229
User ubuntu
IdentityFile ~/.ssh/github-personal