first commit
This commit is contained in:
20
roles/ssh_config/files/users_config
Normal file
20
roles/ssh_config/files/users_config
Normal file
@ -0,0 +1,20 @@
|
||||
Host *
|
||||
stricthostkeychecking no
|
||||
userknownhostsfile /dev/null
|
||||
|
||||
Host *telecontact*
|
||||
user vgvenetadze
|
||||
stricthostkeychecking no
|
||||
userknownhostsfile /dev/null
|
||||
identityfile ~/.ssh/tc
|
||||
|
||||
Host proxy-server
|
||||
HostName 185.6.14.130
|
||||
Port 40022
|
||||
User uzor1
|
||||
IdentityFile ~/.ssh/env_7209
|
||||
|
||||
Host 10.65.88.*
|
||||
User uzor1
|
||||
ProxyJump proxy-server
|
||||
IdentityFile ~/.ssh/env_7209
|
Reference in New Issue
Block a user