vault backup: 2025-04-06 18:50:39

This commit is contained in:
2025-04-06 18:50:39 +02:00
parent 4d4aa452aa
commit d3873456de
2 changed files with 9 additions and 4 deletions

View File

@ -1,5 +1,10 @@
For pyrotechny.eu the user account `pyrotechny-eu` and custom SSH key is used. When using git ssh config can override the domain name and use it with different settings. This is needed for enhanced security about traceability. See below:
```
$ mkdir ~/.ssh && chmod 700 ~/.ssh
$ ssh-keygen -t ecdsa -b 521 -f $HOME/.ssh/id_ecda_pyrotechny_eu
```
`.ssh/config`:
```