Evan McNish said: > Attempts so far: > - Cygwin has been installed as best as I know how. A few of > the posts suggested I should run the command "ssh -g -L > 5900:localhost:5900 localhost" on the host. Unfortunately > all I get back is "ssh: connect to host localhost port 22: > connection refused". This doesn't make a lot of sense as > I'm not trying to connect to a host but rather start a host. > I'm sure I've missed something. I saw references to SSHD as > a daemon that needs to be started but I don't know how.
Since you are using Cygwin (therefore OpenSSH) ssh - the OpenSSH client sshd - the OpenSSH server Googling for cygwin sshd turns up a number of guides like: http://pigtail.net/LRP/printsrv/cygwin-sshd.html http://tech.erdelynet.com/cygwin-sshd.html There might be an issue with using Win98 because it has no concept of security, but I'm not sure. -- William Hooper _______________________________________________ VNC-List mailing list [EMAIL PROTECTED] To remove yourself from the list visit: http://www.realvnc.com/mailman/listinfo/vnc-list
