vault backup: 2024-12-22 07:11:25

This commit is contained in:
2024-12-22 07:11:25 +01:00
parent 4ed344c18f
commit e1b7b31620
2 changed files with 27 additions and 9 deletions

View File

@ -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)
```