"Justin M." <[EMAIL PROTECTED]> writes:
> Hello...if I am trying to connect to an ssh server when behind a Socks
> 5 proxy do I need to specify a port when starting up ssh?
No. But you should configure socks sevre and client for ssh.
> Or can I simply run it like normal, assuming the ssh is compiled or
> supported w/ socks.
Yes. If you have a problem with socks5, set the following environment
variables and try to run ssh again. You will get useful information
for debugging.
% setenv SOCKS5_LOG_STDERR 1
% setenv SOCKS5_DEBUG 3
--
Yuji Yamano