First commit

This commit is contained in:
git
2023-05-30 13:48:55 +02:00
commit c42c8c09a5
11 changed files with 166 additions and 0 deletions

7
vssh Executable file
View File

@@ -0,0 +1,7 @@
#/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 $@