3dae3163ee
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
22 lines
413 B
Plaintext
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
|