From 9f114530963f4ef5b6cd71c48b09076b1fff3ab8 Mon Sep 17 00:00:00 2001 From: Fabio Date: Fri, 3 Oct 2025 21:30:21 +0800 Subject: [PATCH] Aggiorna README.md --- README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/README.md b/README.md index ae21332..81afbc0 100644 --- a/README.md +++ b/README.md @@ -46,6 +46,20 @@ e in fondo inserire SSH_AUTH_SOCK=/run/user/$(id -u)/ssh-agent.socket +o + + sudo nano /etc/environment.d/ssh_auth_socket.conf + +e in fondo inserire + + SSH_AUTH_SOCK="${XDG_RUNTIME_DIR}/ssh-agent.socket" + +se la versione SSH รจ maggiore di 7,2 inserire + + echo 'AddKeysToAgent yes' >> ~/.ssh/config + +This will instruct the ssh client to always add the key to a running agent + avviare il sistema sudo systemctl daemon-reload