Aggiorna README.md
This commit is contained in:
parent
6dbb0b9f40
commit
9f11453096
1 changed files with 14 additions and 0 deletions
14
README.md
14
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
|
||||
|
|
|
|||
Loading…
Reference in a new issue