Use PGP auth key for ssh
This commit is contained in:
@@ -0,0 +1,6 @@
|
|||||||
|
enable-ssh-support
|
||||||
|
|
||||||
|
default-cache-ttl 180800
|
||||||
|
max-cache-ttl 180800
|
||||||
|
default-cache-ttl-ssh 180800
|
||||||
|
max-cache-ttl-ssh 180800
|
||||||
@@ -157,3 +157,7 @@ if (( $+commands[tmux] )); then
|
|||||||
exit
|
exit
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
# GPG-Agent
|
||||||
|
export SSH_AUTH_SOCK=$(gpgconf --list-dirs agent-ssh-socket)
|
||||||
|
gpgconf --launch gpg-agent
|
||||||
|
|||||||
Reference in New Issue
Block a user