Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Proxy handling #17

Open
fullbright opened this issue May 9, 2011 · 4 comments
Open

Proxy handling #17

fullbright opened this issue May 9, 2011 · 4 comments

Comments

@fullbright
Copy link

When a computer is in a network that needs a proxy, the cron job fails.

How can we add proxy handling to the application ?

@mimor
Copy link

mimor commented May 30, 2011

I think you should be careful using ssh when behind a proxy (eg. corporate env.) -> might get one fired.

@fullbright
Copy link
Author

Hi,

Indeed ! but I was thinking about another environment, like when you setup a
vpn and have to proxy your request through it, or just have internet through
a proxy.

Sergio Kokouvi AFANOU
Ingnieur INSA Lyon - Rseaux et Tlcom
Tel: 06 22 03 76 97

On Mon, May 30, 2011 at 10:31 PM, mimor <
[email protected]>wrote:

I think you should be careful using ssh when behind a proxy (eg. corporate
env.) -> might get one fired.

Reply to this email directly or view it on GitHub:
#17 (comment)

@philcryer
Copy link
Owner

so...I could add a line in /etc/lipsyncd.conf for PROXY= and then if it's defined us it...it's just that...how are we going to tell it to use the PROXY for some connections (like at work) and others for other connections (like when you're at home)? to me this almost needs to be handled by a local proxy server, so you'd point at that, then it would decide how to ssh out... Thoughts? I can't think of a way I can solve both instances.

@fullbright
Copy link
Author

Hi,

There is a nice program called corkscrew that is able to make an SSH
connexion through a proxy. Proxy details are available in the .ssh/config
file.

It may be a clue.

Regards,

Sergio AFANOU
Le 21 juin 2011 22:27, "philcryer" <
[email protected]> a
crit :

so...I could add a line in /etc/lipsyncd.conf for PROXY= and then if it's
defined us it...it's just that...how are we going to tell it to use the
PROXY for some connections (like at work) and others for other connections
(like when you're at home)? to me this almost needs to be handled by a local
proxy server, so you'd point at that, then it would decide how to ssh out...
Thoughts? I can't think of a way I can solve both instances.

Reply to this email directly or view it on GitHub:
#17 (comment)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants