I have a situtation where I need to manage a windows server remotely, through an SSH connection to a Linux server on the network. So the connection looks something like this:
local workstation ---- | ---- ssh server ----- windows server Specifically, I need to be able to access files on the windows server. My initial research indicates a command something like this would do the trick: ssh -R 139:localhost:139 [EMAIL PROTECTED] But I don't think I understand the command properly, or I'm missing something. The command doesn't seem to be working for me. When I try it, I connect to the host fine, but then I'm in a shell on the ssh server. Opening another local console and trying to access the windows server fails - by name or IP address. Can this be done through SSH? Any tips are appreciated. Shawn _______________________________________________ clug-talk mailing list [email protected] http://clug.ca/mailman/listinfo/clug-talk_clug.ca Mailing List Guidelines (http://clug.ca/ml_guidelines.php) **Please remove these lines when replying

