ssh connection behind firewall !!

2009-05-14 Thread Charles Moulliard
Hi, I'm blocked by my firewall to connect to the apache.org server using ssh protocol on port 22. I have tried to add our Windows Proxy server in the proxy section of putty but it didn't change anything Does anybody has a solution to connect to people.apache.org server through maybe a HTTP/S tunn

Re: ssh connection behind firewall !!

2009-05-14 Thread Willem Jiang
Hi Charles, Does your proxy server support the ssl connection ? I don't know if a socket5 proxy can do this. Willem Charles Moulliard wrote: > Hi, > > I'm blocked by my firewall to connect to the apache.org server using ssh > protocol on port 22. I have tried to add our Windows Proxy server in

Re: ssh connection behind firewall !!

2009-05-14 Thread Charles Moulliard
Yes. My proxy allows HTTP and HTTPS. Charles Moulliard Senior Enterprise Architect Apache Camel Committer * blog : http://cmoulliard.blogspot.com On Thu, May 14, 2009 at 11:24 AM, Willem Jiang wrote: > Hi Charles, > > Does your proxy server support the ssl connectio

Re: ssh connection behind firewall !!

2009-05-14 Thread Claus Ibsen
On Thu, May 14, 2009 at 11:09 AM, Charles Moulliard wrote: > Hi, > > I'm blocked by my firewall to connect to the apache.org server using ssh > protocol on port 22. I have tried to add our Windows Proxy server in the > proxy section of putty but it didn't change anything Wait until you get home an

Re: ssh connection behind firewall !!

2009-05-14 Thread Charles Moulliard
You are right. I will test it tomorrow from my home. For SVN, everything works fine here. Regards, Charles Moulliard Senior Enterprise Architect Apache Camel Committer * blog : http://cmoulliard.blogspot.com On Thu, May 14, 2009 at 11:39 AM, Claus Ibsen wrote: >

Re: ssh connection behind firewall !!

2009-05-14 Thread Hadrian Zbarcea
You may want to change the permissions on your home dir as well. Another thing you might want to do is to setup your authorized_keys in ~/.ssh so you use a strong auth mechanism. [hadr...@minotaur ~]$ ls -ld ~cmoulliard drwx-- 2 cmoulliard cmoulliard 512 Apr 26 23:51 /home/cmoulliard

Re: ssh connection behind firewall !!

2009-05-14 Thread Charles Moulliard
Many thanks. I will test this tomorrow morning and provide you feedback Charles Moulliard Senior Enterprise Architect Apache Camel Committer * blog : http://cmoulliard.blogspot.com On Thu, May 14, 2009 at 4:20 PM, Hadrian Zbarcea wrote: > You may want to change the