dotfiles/.ssh/config

24 lines
432 B
Plaintext
Raw Normal View History

2022-01-21 11:22:06 -06:00
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