Files
workstation-setup/roles/ssh_config/files/users_config
Vakhtang Gvenetadze 3fd2f6bdde first commit
2025-03-31 12:34:39 +04:00

21 lines
399 B
Plaintext

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