Re: VNC Through WinSSHD
From: Wilfried Hennings (nospam_at_fz-juelich.de)
Date: 08/18/03
- Next message: christophe mainguet: "remote host access on a remote forwarded port"
- Previous message: chris wallace: "Re: ssh_exchange_identification: Connection closed by remote host"
- In reply to: bob: "VNC Through WinSSHD"
- Next in thread: bob: "Re: VNC Through WinSSHD"
- Reply: bob: "Re: VNC Through WinSSHD"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: Mon, 18 Aug 2003 11:58:27 +0200
bobsmith10@hotmail.com (bob) wrote:
> I realize that this may be a dumb question, but I can't seem to find
> it via any group and/or faq.
>
> I have WinSSHD (www.bitvise.com). I am able to create the tunnel from
> remote to server machine. After login I can see, (and use) the
> server's command prompt window...
Login isn't necessarily a tunnel.
I got the instructions from
http://www.uk.research.att.com/vnc/sshvnc.html
1.) Creating a tunnel requires an sshd service on the remote machine as
well.
2.) vnc server on the server machine must be able to accept connections
from localhost.
Assume your vnc server is running display 0 and you use the vnc viewer
not the browser based viewer, so your vnc server serves port 5900.
For cygwin sshd, to establish the tunnel, issue the following command on
the client (replace "remote.host" with the actual name):
ssh -L 5902:localhost:5900 user@remote.host
The local end of this tunnel is port 5902 which you must connect the vnc
viewer to, i.e. then run
vncviewer localhost:2
Hope that helps.
-- email me: change "nospam" to "w.hennings" Dipl.-Ing.(=M.Sc.Eng.) Wilfried Hennings c./o. Forschungszentrum (Research Center) Juelich GmbH, MUT <http://www.fz-juelich.de/mut/index.php?index=3> All opinions mentioned are strictly my own, not my employer's.
- Next message: christophe mainguet: "remote host access on a remote forwarded port"
- Previous message: chris wallace: "Re: ssh_exchange_identification: Connection closed by remote host"
- In reply to: bob: "VNC Through WinSSHD"
- Next in thread: bob: "Re: VNC Through WinSSHD"
- Reply: bob: "Re: VNC Through WinSSHD"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|