Files
dotfiles/ssh/.ssh/config.d/20-selfhost.conf
T
Dmitry 3dae3163ee feat(restic): update backup profiles and ignore patterns for improved organization
fix(ssh): clean up whitespace in SSH configuration files
feat(zed): enhance Zed settings with new configurations and improved defaults
fix(zsh): remove unused editor aliases for cleaner alias management
2026-03-04 12:48:58 +03:00

22 lines
413 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.124.120.78
Port 2222
User git
IdentityFile ~/.ssh/id_ed25519
ProxyJump vps