hi,

i have established a connection between 2 machines with sshd/ssh.
now i have to open a tcp-port for exchanging information between the two
machines.

i tried the following:

in my sshd_config  i made the entries:
- AllowTcpForwarding yes
- GatewayPorts yes

then i tried:
ssh -f -n -R 10000:host:port user@host"./sleep 3600"

but there was no port 10000 opened on my system.

any tips?

thanx

Matthias


--
Want to unsubscribe from this list?
Check out: http://cygwin.com/ml/#unsubscribe-simple

Reply via email to