8 lines
162 B
Plaintext
Executable File
8 lines
162 B
Plaintext
Executable File
#/bin/bash
|
|
|
|
export SSH_AUTH_SOCK="${XDG_RUNTIME_DIR}/gnupg/S.gpg-agent.ssh"
|
|
export GPG_TTY=$(tty)
|
|
gpg-connect-agent updatestartuptty /bye >/dev/null
|
|
|
|
exec ssh $@
|