ssh: add public keys
This commit is contained in:
@@ -30,6 +30,4 @@ Host *
|
||||
|
||||
# Сжатие данных
|
||||
Compression yes
|
||||
|
||||
# Отключить GSSAPI (ускоряет подключение)
|
||||
GSSAPIAuthentication no
|
||||
SetEnv TERM=xterm-256color
|
||||
|
||||
@@ -2,3 +2,7 @@ Host ada-x1
|
||||
HostName 192.168.1.101
|
||||
User ada
|
||||
IdentityFile ~/.ssh/keys/id_ed25519
|
||||
|
||||
Host master-dev
|
||||
HostName 192.168.122.96
|
||||
User ada
|
||||
|
||||
@@ -19,14 +19,13 @@ Host pve
|
||||
User root
|
||||
IdentityFile ~/.ssh/id_ed25519_hl
|
||||
SetEnv TERM=xterm-256color
|
||||
# ProxyJump vps
|
||||
ProxyJump vps
|
||||
|
||||
Host openclaw
|
||||
Hostname 192.168.1.20
|
||||
User openclaw
|
||||
IdentityFile ~/.ssh/id_ed25519
|
||||
Host cloud-pc
|
||||
HostName 100.120.246.24
|
||||
User ada
|
||||
SetEnv TERM=xterm-256color
|
||||
ProxyJump pve
|
||||
ProxyJump vps
|
||||
|
||||
Host git.ada-dev.ru
|
||||
HostName 100.70.131.10
|
||||
|
||||
Reference in New Issue
Block a user