Initial commit
This commit is contained in:
parent
8177684254
commit
d8da7beb52
14
~/.ssh/config
Normal file
14
~/.ssh/config
Normal file
@ -0,0 +1,14 @@
|
|||||||
|
# ~/.ssh/config entry for Gitea
|
||||||
|
Host gitea
|
||||||
|
HostName localhost
|
||||||
|
Port 222
|
||||||
|
User git
|
||||||
|
IdentityFile ~/.ssh/id_ed25519 # Or whatever your SSH key is
|
||||||
|
PreferredAuthentications publickey
|
||||||
|
|
||||||
|
Host localhost
|
||||||
|
HostName localhost
|
||||||
|
Port 222
|
||||||
|
User git
|
||||||
|
IdentityFile ~/.ssh/id_ed25519
|
||||||
|
PreferredAuthentications publickey
|
||||||
Loading…
x
Reference in New Issue
Block a user