mirror of
https://github.com/d0zingcat/dotfiles.git
synced 2026-06-06 23:16:51 +00:00
updates on 220602
This commit is contained in:
40
.ssh_config
40
.ssh_config
@@ -1,3 +1,43 @@
|
||||
Host *
|
||||
TCPKeepAlive yes
|
||||
ServerAliveInterval 10
|
||||
ServerAliveCountMax 3
|
||||
|
||||
#Host jumper
|
||||
#Hostname jumper.dbkops.com
|
||||
#User tangli
|
||||
#IdentityFile ~/.ssh/id_rsa
|
||||
|
||||
Host *
|
||||
TCPKeepAlive yes
|
||||
ServerAliveInterval 10
|
||||
ServerAliveCountMax 3
|
||||
|
||||
Host speedy
|
||||
Hostname speedy.dbkops.com
|
||||
# Port 22
|
||||
Port 2022
|
||||
User tangli
|
||||
IdentityFile ~/.ssh/id_rsa
|
||||
|
||||
Host jumper
|
||||
ProxyCommand ssh speedy -W %h:%p
|
||||
Hostname jumper.dbkops.com
|
||||
User tangli
|
||||
IdentityFile ~/.ssh/id_rsa
|
||||
|
||||
Host aws-optimus-1
|
||||
ProxyCommand ssh jumper -W %h:%p
|
||||
Hostname 172.21.7.29
|
||||
User tangli
|
||||
IdentityFile ~/.ssh/id_rsa
|
||||
|
||||
Host aws-optimus-2
|
||||
ProxyCommand ssh jumper -W %h:%p
|
||||
Hostname 172.21.9.172
|
||||
User tangli
|
||||
IdentityFile ~/.ssh/id_rsa
|
||||
|
||||
Host centos.htilil
|
||||
HostName 10.1.4.28
|
||||
User root
|
||||
|
||||
Reference in New Issue
Block a user