dotfiles/ssh/.ssh/config
2024-08-12 17:39:56 -07:00

14 lines
272 B
Text

Host gh
User git
Hostname github.com
IdentityFile ~/.ssh/id_rsa-github
Host gl
User git
Hostname gitlab.com
IdentityFile ~/.ssh/id_rsa-gitlab
Host fg
Hostname forgejo-ssh.ballcloud.cc
User git
ProxyCommand /usr/bin/cloudflared access ssh --hostname %h