From 8c00f1f247f9c9e6087f93c936f90da02fe29989 Mon Sep 17 00:00:00 2001 From: Roey Darwish Dror Date: Wed, 4 Sep 2019 21:12:10 +0300 Subject: [PATCH] Add ssh_arguments to the example configuration --- config.example.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/config.example.toml b/config.example.toml index 2319bfb9..3d549d67 100644 --- a/config.example.toml +++ b/config.example.toml @@ -10,6 +10,9 @@ # List of remote machines with Topgrade installed on them #remote_topgrades = ["toothless", "pi", "parnas"] +# Arguments to pass SSH when upgrading remote systems +#ssh_arguments = "-o ConnectTimeout=2" + # Commands to run before anything #[pre_commands] #"Emacs Snapshot" = "rm -rf ~/.emacs.d/elpa.bak && cp -rl ~/.emacs.d/elpa ~/.emacs.d/elpa.bak"