Discussion:
Firewall conditions for OpenSSH client
(too old to reply)
Adriana Rodean
2010-03-01 08:49:50 UTC
Permalink
Hi,

What are the windows firewall conditions for an OpenSSH client in
order to be able communicate with server?
Any ports need to be opened on client? or something else?

Here is the command i use:

ssh -L 30300:localhost:8080 -R 1037:localhost:55555  -F ssh_config

Thanks,
Adriana
Pierre Jaury
2010-03-02 00:24:33 UTC
Permalink
You only need the OpenSSH tcp port to be open (output).
Why do you need a L+R tunnel ?
Post by Adriana Rodean
Hi,
What are the windows firewall conditions for an OpenSSH client in
order to be able communicate with server?
Any ports need to be opened on client? or something else?
ssh -L 30300:localhost:8080 -R 1037:localhost:55555 -F ssh_config
Thanks,
Adriana
--
Pierre Jaury <***@jaury.eu>

-----BEGIN GEEK CODE BLOCK-----
Version: 3.12
GCS d- s+:- a-- C++ UL+++ P++ L+++ E W+++ N++ o-- K w--
O- M- V- PS+ PE Y PGP+++ t++ 5 X R tv b++ DI+ D
G+ e++ h- r++ y+
------END GEEK CODE BLOCK------
Loading...