fix ssh-agent does not work on archlinux
parent
baf1e6676e
commit
badf3cc5d9
|
@ -1165,6 +1165,11 @@ Depending on how your environment is set up, you might need to add these to your
|
||||||
export SSH_AUTH_SOCK="${HOME}/.gnupg/S.gpg-agent.ssh"
|
export SSH_AUTH_SOCK="${HOME}/.gnupg/S.gpg-agent.ssh"
|
||||||
gpgconf --launch gpg-agent
|
gpgconf --launch gpg-agent
|
||||||
|
|
||||||
|
**Note : ** On some systems, for example Archlinux based distros, you need to replace the second line by
|
||||||
|
```
|
||||||
|
export SSH_AUTH_SOCK="/run/user/$UID/gnupg/S.gpg-agent.ssh"
|
||||||
|
```
|
||||||
|
|
||||||
|
|
||||||
### Copy public key to server
|
### Copy public key to server
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue