sshaccess: add 10.3.171.* to Host list for ProxyCommand config

I happen to have a server behind the 10.3.171.* range. I'm hoping
we can add it to this line so I don't have to carry custom config
for it.
This commit is contained in:
Dusty Mabe 2023-07-28 12:20:09 -04:00
parent c253d0a81f
commit eca2f0961f
No known key found for this signature in database
GPG key ID: 3302DBD73952E671

View file

@ -65,7 +65,7 @@ Host bastion.fedoraproject.org
User FAS_USERNAME (all lowercase)
ProxyCommand none
ForwardAgent no
Host *.iad2.fedoraproject.org *.qa.fedoraproject.org 10.3.160.* 10.3.161.* 10.3.163.* 10.3.165.* 10.3.167.* *.vpn.fedoraproject.org batcave01
Host *.iad2.fedoraproject.org *.qa.fedoraproject.org 10.3.160.* 10.3.161.* 10.3.163.* 10.3.165.* 10.3.167.* 10.3.171.* *.vpn.fedoraproject.org batcave01
ProxyCommand ssh -W %h:%p bastion.fedoraproject.org
....