backup: 2026-04-20 17:44
This commit is contained in:
@@ -12,7 +12,7 @@ Host *
|
||||
# Использовать только явно заданные ключи
|
||||
IdentitiesOnly yes
|
||||
|
||||
IdentityAgent ~/.bitwarden-ssh-agent.sock
|
||||
# IdentityAgent ~/.bitwarden-ssh-agent.sock
|
||||
|
||||
# Таймауты подключения
|
||||
ConnectTimeout 10
|
||||
|
||||
@@ -1,9 +1,4 @@
|
||||
Host ada-pc
|
||||
HostName 192.168.1.100
|
||||
User ada
|
||||
IdentityFile ~/.ssh/keys/ada-pc.pub
|
||||
|
||||
Host ada-x1
|
||||
HostName 192.168.1.101
|
||||
User ada
|
||||
IdentityFile ~/.ssh/keys/adax1.pub
|
||||
IdentityFile ~/.ssh/keys/id_ed25519
|
||||
|
||||
@@ -3,27 +3,28 @@ Host vps vps-ada
|
||||
HostName 157.22.231.198
|
||||
Port 3422
|
||||
User ada
|
||||
IdentityFile /home/ada/.ssh/keys/homelab_ssh.pub
|
||||
IdentityFile /home/ada/.ssh/id_ed25519_hl
|
||||
ServerAliveInterval 30
|
||||
ServerAliveCountMax 3
|
||||
|
||||
# ZimaOS
|
||||
Host docker-host
|
||||
HostName 100.70.131.10
|
||||
User ada
|
||||
IdentityFile ~/.ssh/keys/homelab_ssh.pub
|
||||
IdentityFile ~/.ssh/keys/id_ed25519_hl
|
||||
SetEnv TERM=xterm-256color
|
||||
ProxyJump vps
|
||||
|
||||
Host pve
|
||||
HostName 100.68.130.76
|
||||
User root
|
||||
IdentityFile ~/.ssh/keys/homelab_ssh.pub
|
||||
IdentityFile ~/.ssh/id_ed25519_hl
|
||||
SetEnv TERM=xterm-256color
|
||||
# ProxyJump vps
|
||||
|
||||
Host openclaw
|
||||
Hostname 192.168.1.20
|
||||
User openclaw
|
||||
IdentityFile ~/.ssh/keys/adax1.pub
|
||||
IdentityFile ~/.ssh/id_ed25519
|
||||
SetEnv TERM=xterm-256color
|
||||
ProxyJump pve
|
||||
|
||||
@@ -31,5 +32,7 @@ Host git.ada-dev.ru
|
||||
HostName 100.70.131.10
|
||||
Port 2222
|
||||
User git
|
||||
IdentityFile /home/ada/.ssh/keys/adax1.pub
|
||||
IdentityFile /home/ada/.ssh/id_ed25519_hl
|
||||
ServerAliveInterval 30
|
||||
ServerAliveCountMax 3
|
||||
ProxyJump vps
|
||||
|
||||
@@ -5,13 +5,4 @@ Host ru-vps
|
||||
Port 3422
|
||||
ServerAliveInterval 30
|
||||
ServerAliveCountMax 3
|
||||
IdentityFile /home/ada/.ssh/id_ed25519_homelab
|
||||
|
||||
Host fl-vps
|
||||
HostName 89.167.32.245
|
||||
Port 4322
|
||||
User ada
|
||||
IdentityFile /home/ada/.ssh/id_ed25519_flvpn
|
||||
ProxyJump ru-vps
|
||||
ServerAliveInterval 30
|
||||
ServerAliveCountMax 3
|
||||
IdentityFile /home/ada/.ssh/id_ed25519_hl
|
||||
|
||||
Reference in New Issue
Block a user