feat(ssh): update SSH configuration and add new identity files
This commit is contained in:
@@ -12,6 +12,8 @@ Host *
|
||||
# Использовать только явно заданные ключи
|
||||
IdentitiesOnly yes
|
||||
|
||||
IdentityAgent ~/.bitwarden-ssh-agent.sock
|
||||
|
||||
# Таймауты подключения
|
||||
ConnectTimeout 10
|
||||
ConnectionAttempts 2
|
||||
|
||||
@@ -1,10 +1,9 @@
|
||||
Host ada-pc
|
||||
HostName 192.168.1.100
|
||||
User ada
|
||||
IdentityFile ~/.ssh/id_ed25519
|
||||
IdentityFile ~/.ssh/keys/ada-pc.pub
|
||||
|
||||
Host ada-x1
|
||||
HostName 192.168.1.101
|
||||
User ada
|
||||
IdentityFile ~/.ssh/id_ed25519
|
||||
|
||||
IdentityFile ~/.ssh/keys/adax1.pub
|
||||
|
||||
@@ -3,20 +3,20 @@ Host vps vps-ada
|
||||
HostName 157.22.231.198
|
||||
Port 22
|
||||
User ada
|
||||
IdentityFile ~/.ssh/id_ed25519_homelab
|
||||
IdentityFile ~/.ssh/keys/homelab_ssh.pub
|
||||
|
||||
# ZimaOS
|
||||
Host casa casaos casa-vm
|
||||
HostName 100.87.138.76
|
||||
User ada
|
||||
IdentityFile ~/.ssh/id_ed25519_homelab
|
||||
IdentityFile ~/.ssh/keys/homelab_ssh.pub
|
||||
SetEnv TERM=xterm-256color
|
||||
ProxyJump vps
|
||||
|
||||
Host pve
|
||||
HostName 100.68.130.76
|
||||
User root
|
||||
IdentityFile ~/.ssh/id_ed25519_homelab
|
||||
IdentityFile ~/.ssh/keys/homelab_ssh.pub
|
||||
SetEnv TERM=xterm-256color
|
||||
ProxyJump vps
|
||||
|
||||
@@ -24,5 +24,5 @@ Host git.ada-dev.ru
|
||||
HostName 100.87.138.76
|
||||
Port 222
|
||||
User git
|
||||
IdentityFile ~/.ssh/id_ed25519
|
||||
IdentityFile ~/.ssh/keys/key_vps.pub
|
||||
ProxyJump vps
|
||||
|
||||
@@ -1,9 +1,9 @@
|
||||
Host devel.mephi.ru
|
||||
HostName devel.mephi.ru
|
||||
IdentityFile ~/.ssh/id_ed25519
|
||||
IdentityFile ~/.ssh/keys/ada-pc.pub
|
||||
KexAlgorithms +curve25519-sha256@libssh.org,diffie-hellman-group-exchange-sha256
|
||||
|
||||
Host github.com
|
||||
HostName github.com
|
||||
User git
|
||||
IdentityFile ~/.ssh/id_ed25519
|
||||
IdentityFile ~/.ssh/keys/ada-pc.pub
|
||||
|
||||
@@ -1,15 +1,6 @@
|
||||
Host ru-vps
|
||||
HostName 157.22.231.198
|
||||
User ada
|
||||
IdentityFile ~/.ssh/id_ed25519_homelab
|
||||
ServerAliveInterval 30
|
||||
ServerAliveCountMax 3
|
||||
|
||||
Host nl-vps
|
||||
HostName 170.168.25.171
|
||||
User ada
|
||||
IdentityFile ~/.ssh/id_ed25519
|
||||
ProxyJump ru-vps
|
||||
ServerAliveInterval 30
|
||||
ServerAliveCountMax 3
|
||||
|
||||
@@ -17,7 +8,7 @@ Host fl-vps
|
||||
HostName 89.167.32.245
|
||||
Port 4322
|
||||
User ada
|
||||
IdentityFile ~/.ssh/id_ed25519_flvpn
|
||||
IdentityFile ~/.ssh/keys/fl-vpn.pub
|
||||
ProxyJump ru-vps
|
||||
ServerAliveInterval 30
|
||||
ServerAliveCountMax 3
|
||||
|
||||
Reference in New Issue
Block a user