I am in an environment that is tightly firewalled due to corporate
security. I know IT is using both port blocking and protol filtering.
We haven't been able to use IRC directly. Assuming that this
tunnelling can bypass our security, I tried the following:
1. Under windows I don't have ssh. Maybe there is an opensource version
available?
2. Under "SunOS sunmachine 5.6 Generic_105181-26 sun4u sparc
SUNW,Ultra-5_10"
sunmachine% ssh -L 6667:irc.freenode.net:6667 people.apache.org
Host key not found from the list of known hosts.
Are you sure you want to continue connecting (yes/no)? yes
Host 'people.apache.org' added to the list of known hosts.
delafran@people.apache.org's password:
Permission denied.
sunmachine%
3. I also tried from a linux box: (I don't have access to a user
account named 'delafran' on the machine)
[jagadmin@watlnx4 jagadmin]$ ssh -L 6667:irc.freenode.net:6667
people.apache.org
The authenticity of host 'people.apache.org (209.237.227.194)' can't be
established.
DSA key fingerprint is 79:7c:cb:6a:44:47:b2:ef:5c:66:28:d7:40:0d:b1:f9.
Are you sure you want to continue connecting (yes/no)? Please type 'yes'
or 'no'.
The authenticity of host 'people.apache.org (209.237.227.194)' can't be
established.
DSA key fingerprint is 79:7c:cb:6a:44:47:b2:ef:5c:66:28:d7:40:0d:b1:f9.
Are you sure you want to continue connecting (yes/no)? Please type 'yes'
or 'no'.
The authenticity of host 'people.apache.org (209.237.227.194)' can't be
established.
DSA key fingerprint is 79:7c:cb:6a:44:47:b2:ef:5c:66:28:d7:40:0d:b1:f9.
Are you sure you want to continue connecting (yes/no)? yes
Warning: Permanently added 'people.apache.org,209.237.227.194' (DSA) to
the list of known hosts.
jagadmin@people.apache.org's password:
Permission denied, please try again.
jagadmin@people.apache.org's password:
Any other suggestions?
Thanks
Mark
David Blevins wrote:
>Welcome aboard, Mark!
>
>Now that you have an apache account you can connect to irc through an ssh tunnel like
this:
>
>$ ssh -L 6667:irc.freenode.net:6667 people.apache.org
>
>That will open up a shell, which you should leave open, and will forward 6667 on localhost
through people.apache.org and to 6667 on irc.freenode.net
>
>So now localhost:6667 -> irc.freenode.net:6667 through people.apache.org
>
>Just open up your irc client and connect to localhost:6667.
>
>Hope to see you there!
>
>Alan can give you the tck channel info.
>
>-David
>
>On Sun, Mar 27, 2005 at 03:47:11PM -0500, Mark wrote:
>
>
>>Thanks for all the individual welcome messages.
>>
>>I am looking forward to working with everybody and helping out where I
>>can to see that Geronimo continues on the road to success.
>>
>>Mark
>>
>>Dain Sundstrom wrote:
>>
>>
>>
>>>Congratulation Mark and thank you for all the hard work you have in
>>>interop.
>>>
>>>-dain
>>>
>>>On Mar 25, 2005, at 2:57 AM, Geir Magnusson Jr. wrote:
>>>
>>>
>>>
>>>>Dear Mark,
>>>>
>>>>The Apache Geronimo PMC has voted to offer you commit status on the
>>>>Apache Geronimo project, as I believe that Alan and others are tired
>>>>of having to commit your excellent patches :)
>>>>
>>>>Thank you for your participation so far in the project, and we all
>>>>are excited to have you as a committer.
>>>>
>>>>Please let us know if you wish to accept this offer.
>>>>
>>>>geir
>>>>
>>>>--
>>>>Geir Magnusson Jr +1-203-665-6437
>>>>geirm@apache.org
>>>>
>>>>
>>>
>>>.
>>>
>>>
>>>
>
>.
>
>
>
|