RE: VNC -config option?
"Neil Winton" <neil.winton-XZoyATsUNX5Wk0Htik3J/[email protected]>
| Newsgroups | gmane.comp.security.zebedee.general |
|---|---|
| Message-ID | <[email protected]> |
Hi,
In the line:
command '"C:\My Installs\VNC\vncviewer.exe -config theConfigFile.vnc"
localhost:%d'
you need to change the quotes:
command '"C:\My Installs\VNC\vncviewer.exe" -config "theConfigFile.vnc"
localhost:%d'
and, unless Zebedee is running from the VNC installation directory, or
theConfigFile.vnc is in the Zebedee installation directory, you are better
to use an absolute path for the config file:
command '"C:\My Installs\VNC\vncviewer.exe" -config "C:\My
Installs\VNC\theConfigFile.vnc" localhost:%d'
Regards,
Neil
PS: As for the Sourceforge problem, your guess is as good as mine!
-----Original Message-----
From: zebedee-talk-admin-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org
[mailto:zebedee-talk-admin-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org]On Behalf Of Sourcecode
Sent: 18 August 2003 13:18
To: [email protected]
Subject: [Zebedee-talk] VNC -config option?
Hi,
I am using the 2.51 version of Zebedee...
I've successfully operated the Zebedee tunnel to secure my VNC connection.
It seems, though, that the modified 'vncviewer.zbd' file (snippet below)
ignores the addition of the vnc config option.... (i.e. I still get
prompted for a password; though my config file has one.)
any ideas?
this is the change I've made...
command '"C:\My Installs\VNC\vncviewer.exe -config theConfigFile.vnc"
localhost:%d'
Also.... why does the sourceforge "search" mechanism *never* return any
results for *any* multiword search I try??
thanks!
tob