14 lines
270 B
Plaintext
14 lines
270 B
Plaintext
Host host.docker.internal
|
|
HostName host.docker.internal
|
|
Port 222
|
|
User git
|
|
IdentityFile ~/.ssh/id_ed25519
|
|
StrictHostKeyChecking no
|
|
|
|
Host gitea
|
|
HostName gitea
|
|
Port 22
|
|
User git
|
|
IdentityFile ~/.ssh/id_ed25519
|
|
StrictHostKeyChecking no
|