home: add github ssh
All checks were successful
flake check / check (push) Successful in 6m54s
fmt check / check (push) Successful in 40s
All checks were successful
flake check / check (push) Successful in 6m54s
fmt check / check (push) Successful in 40s
This commit is contained in:
parent
2c41a17e23
commit
cc1d523598
1 changed files with 5 additions and 1 deletions
|
@ -103,8 +103,12 @@
|
|||
Host git.flake.sh
|
||||
Hostname git.flake.sh
|
||||
User notohh
|
||||
IdentityFile ~/.ssh/notohh-forgejo
|
||||
IdentityFile ~/.ssh/notohh-git
|
||||
Port 2222
|
||||
Host github.com
|
||||
Hostname github.com
|
||||
User notohh
|
||||
IdentityFile ~/.ssh/notohh-git
|
||||
Host rpi4
|
||||
Hostname 100.92.145.147
|
||||
User notoh
|
||||
|
|
Loading…
Reference in a new issue