Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Revert "+deprecation of ssh-rsa altogether" | H. P. | 2022-07-17 | 1 | -4/+0 | |
| | | | | | | | ssh_config only knows +ALG, not -ALG. :| so either we define a static list of accepted signature algorithms or well... fuckthisshit.jpg. This reverts commit 12a28688d9b25ba3e36ef207a01e8334667813ac. | |||||
* | +deprecation of ssh-rsa altogether | H. P. | 2022-07-17 | 1 | -0/+4 | |
| | ||||||
* | +par ssh key generation | H. P. | 2022-07-17 | 1 | -0/+3 | |
| | ||||||
* | +example paragraph for ssh-rsa connections | H. P. | 2022-07-17 | 1 | -0/+10 | |
| | ||||||
* | .gitconfig for @8eadf0c5ed061ceee22e4b1a75eaa55eeb72e02a | H. P. | 2022-07-17 | 1 | -1/+1 | |
| | ||||||
* | ...in case of confname=hostname*conf... | H. P. | 2022-07-16 | 1 | -0/+0 | |
| | ||||||
* | ( ͡° ͜ʖ ͡°) | H. P. | 2022-07-16 | 1 | -1/+1 | |
| | ||||||
* | +ssh control master | H. P. | 2022-07-16 | 4 | -0/+20 | |
| | ||||||
* | don't be vrebose on adding ssh keysv0.9.3 | H. P. | 2022-07-08 | 1 | -1/+1 | |
| | ||||||
* | i said "no background" !!!11!eleven | H. P. | 2022-07-06 | 1 | -0/+2 | |
| | ||||||
* | Execute key addition on any login on the hosts which serve as "admin stations" | H. P. | 2022-07-06 | 1 | -1/+5 | |
| | ||||||
* | Only add SSH key if it's not been added yet. | H. P. | 2022-07-06 | 1 | -1/+4 | |
| | | | | | Currently, ```ssh-add -l``` displays the fingerprint the same way ```ssh-keygen -Esha256 -lf``` does. Simple comparison, done. | |||||
* | display current IFS | H. P. | 2022-07-06 | 1 | -0/+1 | |
| | ||||||
* | Do not execute any remote action on localhost | H. P. | 2022-07-05 | 1 | -24/+25 | |
| | ||||||
* | Do not execute remote removal on localhost | H. P. | 2022-07-05 | 1 | -0/+8 | |
| | ||||||
* | con: loc | H. P. | 2022-06-30 | 1 | -0/+1 | |
| | ||||||
* | removing delegation remnants | H. P. | 2022-06-30 | 1 | -3/+0 | |
| | ||||||
* | We do not need facts, let's not waste time gathering them | H. P. | 2022-06-30 | 1 | -1/+2 | |
| | ||||||
* | Make sure DFDISTRIB is not empty | H. P. | 2022-06-30 | 1 | -0/+7 | |
| | ||||||
* | separation into plays-per-host(s) | H. P. | 2022-06-29 | 1 | -3/+12 | |
| | ||||||
* | update tmux-gpakosz | H. P. | 2022-06-29 | 1 | -0/+0 | |
| | ||||||
* | Source is now an absolute path :-) | H. P. | 2022-06-28 | 1 | -2/+2 | |
| | ||||||
* | BUGFIX: only create the tarball once for all hosts | H. P. | 2022-06-28 | 1 | -0/+1 | |
| | ||||||
* | Including *.local files as non-presence is no error | H. P. | 2022-06-28 | 1 | -0/+4 | |
| | ||||||
* | Move tarball creation inside ansible playbook [2] | H. P. | 2022-06-28 | 1 | -26/+0 | |
| | ||||||
* | Added local tarball removal after successful remote executions | H. P. | 2022-06-28 | 1 | -0/+11 | |
| | ||||||
* | Reincluded remote tarball removal | H. P. | 2022-06-28 | 1 | -1/+0 | |
| | ||||||
* | Move tarball creation inside ansible playbook | H. P. | 2022-06-28 | 1 | -0/+47 | |
| | ||||||
* | replaced cloudflare (wtf!!!) with quad9 | H. P. | 2022-06-24 | 1 | -1/+1 | |
| | ||||||
* | +password-store alias for multiples stores | H. P. | 2022-06-24 | 1 | -0/+3 | |
| | ||||||
* | +new long format for git logv0.9.2 | H. P. | 2022-05-02 | 1 | -0/+3 | |
| | ||||||
* | + coloured diff as default | H. P. | 2022-05-02 | 1 | -0/+1 | |
| | ||||||
* | typo | H. P. | 2022-04-27 | 1 | -1/+1 | |
| | ||||||
* | +voicemsg alias | H. P. | 2022-04-26 | 1 | -0/+5 | |
| | ||||||
* | force yaml to noexpandtab eventuallyv0.9.1 | H. P. | 2022-03-24 | 1 | -0/+1 | |
| | ||||||
* | +default pull strategy: no rebase | H. P. | 2022-03-24 | 1 | -0/+2 | |
| | ||||||
* | +lst, %call apt binary directly | H. P. | 2022-03-24 | 1 | -1/+2 | |
| | ||||||
* | +package clean | H. P. | 2022-03-24 | 1 | -0/+12 | |
| | ||||||
* | disable SC2012 in xstat | H. P. | 2022-03-24 | 1 | -0/+1 | |
| | ||||||
* | fix and improvement: dirmngr | H. P. | 2022-03-24 | 1 | -1/+1 | |
| | | | | | - fix: missing then after if - improvement: using pgrep instead of ps+pgrep|grep | |||||
* | gnupg forwarding now working | H. P. | 2022-03-24 | 3 | -2/+7 | |
| | ||||||
* | make initial dirmngr launch silent | H. P. | 2022-03-24 | 2 | -2/+3 | |
| | ||||||
* | syntax error | H. P. | 2022-03-23 | 1 | -1/+1 | |
| | ||||||
* | distinguish rel from fedora, adopting the rh corporate turquois | H. P. | 2022-03-23 | 1 | -2/+4 | |
| | ||||||
* | Merge branch 'testing' of git.lirion.de:/var/cache/git/dotfiles into testing | H. P. | 2022-03-23 | 2 | -3/+5 | |
|\ | ||||||
| * | own colours for AIX | H. P. | 2022-03-23 | 1 | -2/+4 | |
| | | ||||||
| * | exclude .local files from distributed tarball | H. P. | 2022-03-23 | 1 | -1/+1 | |
| | | ||||||
* | | fixes | H. P. | 2022-03-23 | 2 | -5/+9 | |
|/ | ||||||
* | +test: debian pink for debian systems | H. P. | 2022-03-23 | 1 | -2/+5 | |
| | ||||||
* | less variable spam | H. P. | 2022-03-23 | 1 | -23/+25 | |
| |