vault backup: 2025-04-06 18:50:39
This commit is contained in:
parent
4d4aa452aa
commit
d3873456de
|
|
@ -13,12 +13,12 @@
|
||||||
"state": {
|
"state": {
|
||||||
"type": "markdown",
|
"type": "markdown",
|
||||||
"state": {
|
"state": {
|
||||||
"file": "2025/Verkoop macBookPro11,1 Marktplaats.md",
|
"file": "2024/Github multiple users and keys.md",
|
||||||
"mode": "source",
|
"mode": "source",
|
||||||
"source": false
|
"source": false
|
||||||
},
|
},
|
||||||
"icon": "lucide-file",
|
"icon": "lucide-file",
|
||||||
"title": "Verkoop macBookPro11,1 Marktplaats"
|
"title": "Github multiple users and keys"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
@ -67,7 +67,7 @@
|
||||||
"state": {
|
"state": {
|
||||||
"type": "search",
|
"type": "search",
|
||||||
"state": {
|
"state": {
|
||||||
"query": "pyro",
|
"query": "pyrotechny-eu",
|
||||||
"matchingCase": false,
|
"matchingCase": false,
|
||||||
"explainSearch": false,
|
"explainSearch": false,
|
||||||
"collapseAll": false,
|
"collapseAll": false,
|
||||||
|
|
@ -182,10 +182,10 @@
|
||||||
},
|
},
|
||||||
"active": "c3a7478c4edc748a",
|
"active": "c3a7478c4edc748a",
|
||||||
"lastOpenFiles": [
|
"lastOpenFiles": [
|
||||||
|
"2025/Verkoop macBookPro11,1 Marktplaats.md",
|
||||||
"2024/Github multiple users and keys.md",
|
"2024/Github multiple users and keys.md",
|
||||||
"2025/Tuinhuis specs.md",
|
"2025/Tuinhuis specs.md",
|
||||||
"2025/Secure erase under macOS.md",
|
"2025/Secure erase under macOS.md",
|
||||||
"2025/Verkoop macBookPro11,1 Marktplaats.md",
|
|
||||||
"2025/Untitled"
|
"2025/Untitled"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
@ -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:
|
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`:
|
`.ssh/config`:
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue