git.lirion.de

Of git, get, and gud

aboutsummaryrefslogtreecommitdiffstats
path: root/bin/ssh-with-gpg
Commit message (Collapse)AuthorAgeFilesLines
* gnupg forwarding now workingH. P. 2022-03-241-2/+5
|
* remove old dirmngr socket. remember to execute only once with multiple ↵H. P. 2022-03-231-0/+1
| | | | connections.
* wrong order :-)H. P. 2022-03-231-5/+1
|
* TGT was missing, lel. Also: passing remaining arguments now.H. P. 2022-03-231-1/+1
|
* untested behaviour: ssh-with-gpgH. P. 2022-03-231-0/+20
er-highlight'>| * Makefile and distribute dir for "git-less" serversH. P. 2022-03-212-0/+10 | * adding distribute folder for servers which cannot reach gitH. P. 2022-03-212-0/+3 | * varname fumbleH. P. 2022-03-211-1/+1 | * +function for adding ssh keysH. P. 2022-03-212-1/+10 | * ...already marked for export in postexecH. P. 2022-03-211-1/+0 | | | | This reverts commit 99e0da1b6441da25a0d3427638f0fd1a20076f87. * mark SSH agent variables for exportH. P. 2022-03-211-0/+1 | * [2]H. P. 2022-03-211-1/+1 | * Adding postexec for "last-mile tasks"H. P. 2022-03-211-0/+4 | * Doesn't workH. P. 2022-03-211-8/+0 | * intermed: squeeze double ; after sourcing sshenvH. P. 2022-03-211-1/+1 | * "typo": wrong folderH. P.