From 3a3c0025ccecb82a9b4d70194edd62ad62c9f7f5 Mon Sep 17 00:00:00 2001 From: Andrea Veri Date: Mon, 23 Dec 2013 16:36:53 +0000 Subject: [PATCH] GNOME Backups: make sure the ProxyCommands knows about the custom ssh_config file we introduced recently --- files/gnome/ssh_config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/gnome/ssh_config b/files/gnome/ssh_config index 94b49d0085..6de6fe869e 100644 --- a/files/gnome/ssh_config +++ b/files/gnome/ssh_config @@ -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