fix(ssh): update user and host configurations in SSH config files
This commit is contained in:
@@ -2,20 +2,21 @@
|
||||
Host vps vps-ada
|
||||
HostName 157.22.231.198
|
||||
Port 22
|
||||
User root
|
||||
User ada
|
||||
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
|
||||
Host home zima
|
||||
HostName 192.168.1.10
|
||||
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
|
||||
|
||||
@@ -7,3 +7,8 @@ Host github.com
|
||||
HostName github.com
|
||||
User git
|
||||
IdentityFile ~/.ssh/id_ed25519
|
||||
|
||||
Host git.ada-dev.ru
|
||||
HostName git.ada-dev.ru
|
||||
User git
|
||||
IdentityFile ~/.ssh/id_ed25519
|
||||
|
||||
Reference in New Issue
Block a user