fb_dev local

This commit is contained in:
2021-06-15 03:46:12 -07:00
parent e8cd6dfab5
commit 108ad9efd2
2 changed files with 11 additions and 0 deletions

View File

@@ -0,0 +1,4 @@
[http "https://github.com"]
proxy = https://fwdproxy:8082
proxySSLCert=/var/facebook/credentials/vahagnk/x509/vahagnk.pem
proxySSLKey=/var/facebook/credentials/vahagnk/x509/vahagnk.pem

7
local/fb_dev/ssh_config Normal file
View File

@@ -0,0 +1,7 @@
Host github.com
HostName github.com
User vishap
IdentityFile ~/.ssh/id_rsa_github
ProxyCommand=fwdproxy_ssh_proxy %h %p
ServerAliveInterval 300
PreferredAuthentications publickey