From 6cfd109f51f87317e2e7c0f235f8c4643e7fb909 Mon Sep 17 00:00:00 2001 From: Gregory Colpart Date: Tue, 31 May 2022 17:21:53 +0200 Subject: [PATCH] ajout config CSSH --- HowtoCSSH.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/HowtoCSSH.md b/HowtoCSSH.md index 5cc767d9..397e0b0b 100644 --- a/HowtoCSSH.md +++ b/HowtoCSSH.md @@ -27,4 +27,12 @@ On peut indiquer une commande à exécuter directement sur tous les serveurs cib ~~~ $ cssh mx1.example.com mx2.example.com -a "systemctl reload postfix" -~~~ \ No newline at end of file +~~~ + +## Config spécifique + +~~~ +$ cat ~/.clusterssh/config + +terminal_reserve_top=32 +~~~