fix(ssh): update user and host configurations in SSH config files

This commit is contained in:
Dmitry
2026-03-02 14:29:45 +03:00
parent 296a6985b1
commit 0ceda06553
2 changed files with 15 additions and 9 deletions
+10 -9
View File
@@ -2,20 +2,21 @@
Host vps vps-ada Host vps vps-ada
HostName 157.22.231.198 HostName 157.22.231.198
Port 22 Port 22
User root User ada
IdentityFile ~/.ssh/id_ed25519_homelab IdentityFile ~/.ssh/id_ed25519_homelab
# Gitea
Host git.ada-dev.ru
HostName 192.168.1.10
User git
Port 2222
IdentityFile ~/.ssh/id_ed25519_homelab
ProxyJump vps
# ZimaOS # ZimaOS
Host home zima Host home zima
HostName 192.168.1.10 HostName 100.124.120.78
User ada User ada
IdentityFile ~/.ssh/id_ed25519_homelab IdentityFile ~/.ssh/id_ed25519_homelab
SetEnv TERM=xterm-256color 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
+5
View File
@@ -7,3 +7,8 @@ Host github.com
HostName github.com HostName github.com
User git User git
IdentityFile ~/.ssh/id_ed25519 IdentityFile ~/.ssh/id_ed25519
Host git.ada-dev.ru
HostName git.ada-dev.ru
User git
IdentityFile ~/.ssh/id_ed25519