Files
scripts/local/fb_dev/ssh_config
2021-06-15 03:46:12 -07:00

8 lines
191 B
Plaintext

Host github.com
HostName github.com
User vishap
IdentityFile ~/.ssh/id_rsa_github
ProxyCommand=fwdproxy_ssh_proxy %h %p
ServerAliveInterval 300
PreferredAuthentications publickey