ssh-client: Add config for Ubuntu

Signed-off-by: Andrei Jiroh Eugenio Halili <andreijiroh@madebythepins.tk>
This commit is contained in:
Andrei Jiroh Eugenio Halili 2021-03-28 20:35:28 +08:00
parent 5fa0b67d2d
commit 35e253a69e
Signed by: ajhalili2006
GPG Key ID: A30EBE40AD856D88
1 changed files with 16 additions and 0 deletions

16
ssh-client/ubuntu Normal file
View File

@ -0,0 +1,16 @@
Host ubuntu-vm
Hostname localhost
Port 1222
User thepinsteam
IdentityFile ~/.ssh/github-personal
Host gitlab.com
User git
IdentityFile ~/.ssh/github-personal
# LXC containers, please append as possible
Host ghost-localhost
Hostname 10.29.113.229
User ubuntu
IdentityFile ~/.ssh/github-personal