declare -x SSH_AUTH_SOCK SSH_AGENT_PID if [ -n "$SSHENVFILE" ] && [ -r "$SSHENVFILE" ];then source "$SSHENVFILE" fi ' href='https://git.lirion.net/dotfiles/atom/.bash?h=v1.2.1' type='application/atom+xml'/>

git.lirion.de

Of git, get, and gud

aboutsummaryrefslogtreecommitdiffstats
path: root/.bash
Commit message (Collapse)AuthorAgeFilesLines
* launch dirmngrH. P. 2022-03-231-1/+1
|
* adding gpg-connect-agent to ssh agent machinesH. P. 2022-03-231-0/+1
|
* Hide grep outputH. P. 2022-03-221-1/+1
|
* +doc for SSHAGHH. P. 2022-03-211-0/+2
|
* Execute ssh agent only on machines we want to be the sourceH. P. 2022-03-212-1/+7
| | | | Also, see ssh_config(5) and ForwardAgent
* 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
|
* Adding postexec for "last-mile tasks"