Files
dotfiles/ssh/.ssh/config.d/20-selfhost.conf
T

22 lines
411 B
Plaintext

# 20 - SelfHost
Host vps vps-ada
HostName 157.22.231.198
Port 22
User ada
IdentityFile ~/.ssh/id_ed25519_homelab
# ZimaOS
Host home zima
HostName 100.124.120.78
User ada
IdentityFile ~/.ssh/id_ed25519_homelab
SetEnv TERM=xterm-256color
ProxyJump vps
Host git.ada-dev.ru
HostName 100.87.138.76
Port 222
User git
IdentityFile ~/.ssh/id_ed25519
ProxyJump vps