Hi all,

I have set up my git repo to use SSL client certificate authentication. 
Furthermore, only HTTPS is enabled. Everything works from my local machine. 
Now, I am trying to push and pull code on my dev machine which I can reach 
via a bastion server using ssh. So, I have:

local_machine (with SSL certificate) --> bastion_server --> dev_machine 
(run git here)

My local machine has the SSL client certificate and I would prefer NOT to 
install it on the dev machine. Is there a way for git on my dev machine to 
point to my local machine in order to get the certificate? Perhaps 
something to do with ssh forwarding/proxy or some credential helper setup 
(is it possible to have a remote credential helper)?

Thanks all,
-Andrea

-- 
You received this message because you are subscribed to the Google Groups "Git 
for human beings" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to