Aggiorna README.md

This commit is contained in:
Fabio 2025-10-03 21:30:21 +08:00
parent 6dbb0b9f40
commit 9f11453096

View file

@ -46,6 +46,20 @@ e in fondo inserire
SSH_AUTH_SOCK=/run/user/$(id -u)/ssh-agent.socket 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 avviare il sistema
sudo systemctl daemon-reload sudo systemctl daemon-reload