LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Networking (https://www.linuxquestions.org/questions/linux-networking-3/)
-   -   Proxy problem: can`t connect SSH through proxy... (https://www.linuxquestions.org/questions/linux-networking-3/proxy-problem-can%60t-connect-ssh-through-proxy-217038/)

bugzilla 08-13-2004 03:41 AM

Proxy problem: can`t connect SSH through proxy...
 
Hi to all users.
A few days ago i changed my S.O. from Windows XP to Fedora Core 2 and I have an problem.
Here at work we have an network with no domain...everyone is administrating his PC...and we only go out through a proxy....Here start my problem....Like I said I`m new in linux...I try to connect via ssh to my account at university and i can`t coz proxy...In Windows i have fix that problem by setting proxy authentification on PuTTY and i get connected....
On Fedora I don`t know where to set that...and how....so i can connect SSH through proxy...
Anyone can help me?
Thanx.
P.S. proxy is sock 5 version and sorry 4 my bad english :)

littleking 08-13-2004 09:46 AM

Usage: ssh [options] host [command]
Options:
-l user Log in using this user name.
-n Redirect input from /dev/null.
-F config Config file (default: ~/.ssh/config).
-A Enable authentication agent forwarding.
-a Disable authentication agent forwarding (default).
-X Enable X11 connection forwarding.
-x Disable X11 connection forwarding (default).
-i file Identity for public key authentication (default: ~/.ssh/identity)
-t Tty; allocate a tty even if command is given.
-T Do not allocate a tty.
-v Verbose; display verbose debugging messages.
Multiple -v increases verbosity.
-V Display version number only.
-q Quiet; don't display any warning messages.
-f Fork into background after authentication.
-e char Set escape character; ``none'' = disable (default: ~).
-c cipher Select encryption algorithm
-m macs Specify MAC algorithms for protocol version 2.
-p port Connect to this port. Server must be on the same port.
-L listen-port:host:port Forward local port to remote address
-R listen-port:host:port Forward remote port to local address
These cause ssh to listen for connections on a port, and
forward them to the other side by connecting to host:port.
-D port Enable dynamic application-level port forwarding.
-C Enable compression.
-N Do not execute a shell or command.
-g Allow remote hosts to connect to forwarded ports.
-1 Force protocol version 1.
-2 Force protocol version 2.
-4 Use IPv4 only.
-6 Use IPv6 only.
-o 'option' Process the option as if it was read from a configuration file.
-s Invoke command (mandatory) as SSH2 subsystem.
-b addr Local IP address.

bugzilla 09-07-2004 04:54 AM

Still not workin`
 
I know that....i guess i forgot to set something somewhere :( coz even with linux putty with proxy setup i cant connect....ssh_config maybe is not ok...but i donno how to setup it for proxy...i put $HOME/.ssh/environment SOCK5_PROXY=IP and SOCK5_PORT=port and nothing.....
I search on internet 4 some help with ssh_config but i can figure it out how it work
if there is someone who know how to setup ssh_config file i`ll realy need a lil` help here....
thanks.

Spooky 09-16-2004 10:36 AM

I have the same problem but i'm using an http proxy at my university... there i can't connect to my shell even with putty...
plz help..
tkx


All times are GMT -5. The time now is 10:37 PM.