From ad8b05b15533d5ec8929209e5e000762a3cb67ea Mon Sep 17 00:00:00 2001 From: Andrea Veri Date: Tue, 14 Jan 2014 18:12:51 +0000 Subject: [PATCH] GNOME Backups: drawable.gnome.org has no public IP anymore, make sure rdiff-backup forwards his agent through bastion --- 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 6de6fe869e..d8bcb04460 100644 --- a/files/gnome/ssh_config +++ b/files/gnome/ssh_config @@ -1,4 +1,4 @@ -Host live.gnome.org extensions.gnome.org puppet.gnome.org view.gnome.org +Host live.gnome.org extensions.gnome.org puppet.gnome.org view.gnome.org drawable.gnome.org User root IdentityFile /usr/local/etc/gnome_backup_id.rsa ProxyCommand ssh -W %h:%p bastion.gnome.org -F /usr/local/etc/gnome_ssh_config