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

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

View File

@ -13,12 +13,12 @@
"state": {
"type": "markdown",
"state": {
"file": "2025/Verkoop macBookPro11,1 Marktplaats.md",
"file": "2024/Github multiple users and keys.md",
"mode": "source",
"source": false
},
"icon": "lucide-file",
"title": "Verkoop macBookPro11,1 Marktplaats"
"title": "Github multiple users and keys"
}
},
{
@ -67,7 +67,7 @@
"state": {
"type": "search",
"state": {
"query": "pyro",
"query": "pyrotechny-eu",
"matchingCase": false,
"explainSearch": false,
"collapseAll": false,
@ -182,10 +182,10 @@
},
"active": "c3a7478c4edc748a",
"lastOpenFiles": [
"2025/Verkoop macBookPro11,1 Marktplaats.md",
"2024/Github multiple users and keys.md",
"2025/Tuinhuis specs.md",
"2025/Secure erase under macOS.md",
"2025/Verkoop macBookPro11,1 Marktplaats.md",
"2025/Untitled"
]
}

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`:
```