From 7fff94f62aee9da2df5cf8f131bfe3c2a3db6123 Mon Sep 17 00:00:00 2001 From: Hippolyte Chauvin Date: Mon, 23 Oct 2023 08:17:58 +0200 Subject: [PATCH] Ajout : configuration SSH --- ssh/config | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 ssh/config diff --git a/ssh/config b/ssh/config new file mode 100644 index 0000000..356bf3f --- /dev/null +++ b/ssh/config @@ -0,0 +1,5 @@ +# Control master +ControlPath ${XDG_RUNTIME_DIR}/ssh/control-%C + +# SSH agent +AddKeysToAgent yes