4/24 Are there instructions on how to use the Java SSH client at
http://soda.csua.berkeley.edu/ssh - clueless
\_ got that right
\_ You need instructions on how to use this? This is a joke
right?
\_ OK - this is one of those cases like you're the only person that
hears any weird sounds coming from your car, but your mechanic doesn't
when you bring it to the shop. What happened was that when connected
to certain networks, say at work, the Java ssh client would not know
http://soda.csua.berkeley.edu, and return an error to that effect. Thus, the
cause for clueless-ness. However, on less prohibitive networks, say
at home via dial-up ISP provider or dsl, I have no problems, which
would invite a "got that right" comment. So, now another clueless
question is - does this ssh client run over http or another protocol?
Why does it work in some cases and not others? More than happy to read
all about ssh if you got a pointer/url, especially for this Java ssh
implementation. - Longer than necessary, clueless
\_ Well it runs ssh's network protocol, to port 22 on soda. Odds are
if its not connectin you're behind a tightwad firewall that blocks
outgoing tcp/22. -ERic
\_ You might also being having DNS troubles resolving names from
behind the firewall. I know Sun's firewall does wierd DNS hiding
and you need a super special ssh client to get out. - seidl
\_ might also try running ssh in verbose mode to gather clue |