Add ssh_arguments to the example configuration

This commit is contained in:
Roey Darwish Dror
2019-09-04 21:12:10 +03:00
parent d3eb76a0d5
commit 8c00f1f247

View File

@@ -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"