38 lines
766 B
Plaintext
38 lines
766 B
Plaintext
# 20 - SelfHost
|
|
Host vps vps-ada
|
|
HostName 157.22.231.198
|
|
Port 3422
|
|
User ada
|
|
IdentityFile /home/ada/.ssh/id_ed25519_hl
|
|
ServerAliveInterval 30
|
|
ServerAliveCountMax 3
|
|
|
|
Host docker-host
|
|
HostName 100.70.131.10
|
|
User ada
|
|
IdentityFile ~/.ssh/keys/id_ed25519_hl
|
|
SetEnv TERM=xterm-256color
|
|
ProxyJump vps
|
|
|
|
Host pve
|
|
HostName 100.68.130.76
|
|
User root
|
|
IdentityFile ~/.ssh/id_ed25519_hl
|
|
SetEnv TERM=xterm-256color
|
|
ProxyJump vps
|
|
|
|
Host cloud-pc
|
|
HostName 100.120.246.24
|
|
User ada
|
|
SetEnv TERM=xterm-256color
|
|
ProxyJump vps
|
|
|
|
Host git.ada-dev.ru
|
|
HostName 100.70.131.10
|
|
Port 2222
|
|
User git
|
|
IdentityFile /home/ada/.ssh/id_ed25519_hl
|
|
ServerAliveInterval 30
|
|
ServerAliveCountMax 3
|
|
ProxyJump vps
|