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:
parent
c253d0a81f
commit
eca2f0961f
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
....
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue