[EMAIL PROTECTED];180789 Wrote: > > Instead I used ssh directly by forwarding the two ports individually. > I don't know the commands you would use with Putty, but I'm sure it's > possible. > It definitely can. Somewhere in the "SSH" section there's a "local port forward" option. You may have to specify the IP address of the box from which you initiate the PuTTY connection, but it'll work
[EMAIL PROTECTED];180789 Wrote: > > The commands I used with regular ssh are these: > ssh -L 9000:192.168.1.13:9000 [EMAIL PROTECTED] > ssh -L 3483:192.168.1.13:3483 [EMAIL PROTECTED] > You can combine those: ssh -L 9000:192.168.1.13:9000 -L 3483:192.168.1.13:3483 [EMAIL PROTECTED] -- davis ------------------------------------------------------------------------ davis's Profile: http://forums.slimdevices.com/member.php?userid=8771 View this thread: http://forums.slimdevices.com/showthread.php?t=31638 _______________________________________________ plugins mailing list [email protected] http://lists.slimdevices.com/lists/listinfo/plugins
