GNOME Backups: make sure the ProxyCommands knows about the custom ssh_config file we introduced recently
This commit is contained in:
parent
64fa1cd362
commit
3a3c0025cc
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
Host live.gnome.org extensions.gnome.org puppet.gnome.org view.gnome.org
|
||||
User root
|
||||
IdentityFile /usr/local/etc/gnome_backup_id.rsa
|
||||
ProxyCommand ssh -W %h:%p root@bastion.gnome.org
|
||||
ProxyCommand ssh -W %h:%p bastion.gnome.org -F /usr/local/etc/gnome_ssh_config
|
||||
|
||||
Host *.gnome.org
|
||||
User root
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue