owl-stream/~/.ssh/config
2024-10-26 20:11:36 -04:00

14 lines
333 B
Plaintext

# ~/.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