diff --git a/.obsidian/workspace.json b/.obsidian/workspace.json index 70f11a7..f05ba20 100644 --- a/.obsidian/workspace.json +++ b/.obsidian/workspace.json @@ -13,12 +13,12 @@ "state": { "type": "markdown", "state": { - "file": "2021/zfs-snapshots.md", + "file": "2024/1gabba.pw-links.md", "mode": "source", "source": false }, "icon": "lucide-file", - "title": "zfs-snapshots" + "title": "1gabba.pw-links" } } ] @@ -52,7 +52,7 @@ "state": { "type": "search", "state": { - "query": "snapshot", + "query": "", "matchingCase": false, "explainSearch": false, "collapseAll": false, @@ -73,8 +73,7 @@ "title": "Bookmarks" } } - ], - "currentTab": 1 + ] } ], "direction": "horizontal", @@ -165,9 +164,11 @@ }, "active": "316987f51496a482", "lastOpenFiles": [ + "2024/happy-holidays-nye-2024-kaart/jerry-nero-cutout-cosy-holidays-2024-center-round.png", + "2024/Github multiple users and keys.md", + "2021/zfs-snapshots.md", "2025/xg-infra-upgrade-2025.md", "2024/freebsd-jail-vanilla.md", - "2021/zfs-snapshots.md", "2024/april-training-mental-physical-goede-voornemens.md", "2022/Adimec R D Software Quality Working Group.md", "2022/apc-forum-donate-copyleft-symbool-dat-is-gek.png", @@ -190,7 +191,6 @@ "2024/verjaardag-uitnodiging-jerry-35j-23-mrt-2024.png", "2024/verjaardags-feest-35-jaar-in-breugel.md", "2024/happy-holidays-nye-2024-kaart/wishes-jerry-nero-2025.png", - "2024/happy-holidays-nye-2024-kaart/jerry-nero-cutout-cosy-holidays-2024-center-round.png", "2024/nye-party-2025-at-breugel.png", "2024/Why I am tasting colors?.md", "2024/doelen-2024.md", @@ -208,9 +208,7 @@ "2024-08-03.md", "2021/vakantie-liefde-op-terschelling-zomer-2019.md", "2024/mac-reinstall-notes.md", - "2024/verjaardagskaart-pap-59-met-jerry-erbij/Tekst pap kaart 59 jaar.md", "2024/verjaardagskaart-pap-59-met-jerry-erbij/IMG_0736.JPG", - "2024/Gezonde routines boek review & notes.md", "Untitled.canvas" ] } \ No newline at end of file diff --git a/2024/Github multiple users and keys.md b/2024/Github multiple users and keys.md new file mode 100644 index 0000000..57d35ce --- /dev/null +++ b/2024/Github multiple users and keys.md @@ -0,0 +1,20 @@ +For pyrotechny.eu a different user account and SSH key is used. When using git ssh config can override the domain name and use it with different settings. See below: + +`.ssh/config`: + +``` +Host gh_pyrotechny + Hostname github.com + User git + IdentityFile ~/.ssh/id_ecda_pyrotechny_eu +``` + +`.git/config`: + +``` +jerry@Jerrys-iMac pyrotechny.eu % git remote -v +local /Users/jerry/src/github.com/xor-gate/pyrotechny.eu (fetch) +local /Users/jerry/src/github.com/xor-gate/pyrotechny.eu (push) +origin gh_pyrotechny:pyrotechny-eu/pyrotechny.eu.git (fetch) +origin gh_pyrotechny:pyrotechny-eu/pyrotechny.eu.git (push) +``` \ No newline at end of file