fb_dev local
This commit is contained in:
4
local/fb_dev/.gitconfig.local
Normal file
4
local/fb_dev/.gitconfig.local
Normal 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
7
local/fb_dev/ssh_config
Normal 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
|
||||||
Reference in New Issue
Block a user