Enable GPG ssh authentication
This commit is contained in:
parent
69247fe8f6
commit
04469d7f32
1 changed files with 5 additions and 0 deletions
|
|
@ -14,3 +14,8 @@ export FZF_DEFAULT_COMMAD="find -L"
|
|||
export PATH="$PATH:/opt/mssql-tools/bin"
|
||||
|
||||
stty -ixon # disable ctrl-s terminal freeze
|
||||
|
||||
# Enable GPG ssh auth
|
||||
|
||||
export SSH_AUTH_SOCK=$(gpgconf --list-dirs agent-ssh-socket)
|
||||
gpgconf --launch gpg-agent
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue