ssh visszafelé avagy trükközés

Hali mindenki

Lehet megoldhatatlan hülyeséget kérdezek, de hátha... Szóval a probléma:
- adott egy Debianos user, legyen X
- X tűzfal mögött van és nincs nyitott portja
- szeretnék ssh-zni X gépére, de mivel nincs nyitott portja és nem is fognak neki nyitni, meg lehet e oldani, hogy mégis rá tudjak csatlakozni?
- X, ha akar tud hozzám ssh-zni, s arra gondoltam valahogy ezt kihasználva lehetne megoldani a proglémát

Üdv!

Hozzászólások

-R
ssh remote port forwarding
(ugyanugy mukodik, mint a -L csak a tavoli gepen nyit portot, es azt iranyitja vissza)
persze a kapcsolatot belulrol kell kezdemenyezni
---------------------
int iPhone,iMac,iPod; // Apple using Hungarian notation :)

Uff :) a man kissé nyakatekert ezügyben

-R port:host:hostport Specifies that the given port on the remote (server) host is to be forwarded to the given host and port on the local side. This works by allocating a socket to listen to port on the remote side, and whenever a connection is made to this port, the connection is forwarded over the secure channel, and a connection is made to host port hostport from the local machine. Port forwardings can also be specified in the configuration file. Privileged ports can be forwarded only when logging in as root on the remote machine. IPv6 addresses can be specified with an alternative syntax: port/host/hostport

Esetleg egy kis értelmezésben tudnál segíteni? :):)

- www.horvtoys.ini.hu -