dotfiles/ssh/.ssh/config

15 lines
272 B
Text
Raw Normal View History

2024-08-12 17:39:56 -07:00
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