fix(ssh): update user and host configurations in SSH config files
This commit is contained in:
@@ -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
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user