dotfiles/.ssh/config
2022-01-21 13:18:54 -06:00

24 lines
432 B
Plaintext

Host peel
Hostname karx.xyz
IdentityFile ~/.ssh/id_ed25519
Port 1604
Host github.com
Hostname github.com
IdentityFile ~/.ssh/id_git
Host worker
Hostname 192.168.1.28
Port 1604
IdentityFile ~/.ssh/id_ed25519
Host vault
Hostname 192.168.1.133
# Port 1604
IdentityFile ~/.ssh/id_ed25519
Host git.karx.xyz
Port 1604
IdentityFile ~/.ssh/id_ed25519
User gitea
Host etc
Hostname 192.168.1.184
Host p2
Hostname 192.168.1.47