Hi,
and thanks for reading !
I'm using UltraVNC on windows XP maschines.
After upgrading from 1.0.2 to 1.0.9.6.1 I wanted to give the SecureVNCPlugin.dsm a try, which drove me mad ...
I want to generate one xxx_Server_ClientAuth.pubkey and deploy that to many maschines.
Now generating one xxx_Server_ClientAuth.pubkey on one maschine and using the xxx_Viewer_ClientAuth.pkey on a remote client works, but only on the maschine the key was generated on.
When I do a fresh install of ultraVNC on another maschine, copy the xxx_Server_ClientAuth.pubkey into the install dir (same as SecureVNCplugin path) and try to connect using the xxx_Viewer_ClientAuth.pkey I only get a VNCpassword authentication and I'm not able to use the passphrase from SecureVNCPlugin config dialog, even though the viewer tells, the traffic is encrypted.
How do I have to set up the SecureVNCPlugin correctly to us one xxx_Viewer_ClientAuth.pkey to access many UltraVNC Servers?
kind regards
KJ
Update: UltraVNC 1.4.3.6 and UltraVNC SC 1.4.3.6: https://forum.uvnc.com/viewtopic.php?t=37885
Important: Please update to latest version before to create a reply, a topic or an issue: https://forum.uvnc.com/viewtopic.php?t=37864
Join us on social networks and share our announcements:
- Website: https://uvnc.com/
- GitHub: https://github.com/ultravnc
- Mastodon: https://mastodon.social/@ultravnc
- Facebook: https://www.facebook.com/ultravnc1
- X/Twitter: https://x.com/ultravnc1
- Reddit community: https://www.reddit.com/r/ultravnc
- OpenHub: https://openhub.net/p/ultravnc
Important: Please update to latest version before to create a reply, a topic or an issue: https://forum.uvnc.com/viewtopic.php?t=37864
Join us on social networks and share our announcements:
- Website: https://uvnc.com/
- GitHub: https://github.com/ultravnc
- Mastodon: https://mastodon.social/@ultravnc
- Facebook: https://www.facebook.com/ultravnc1
- X/Twitter: https://x.com/ultravnc1
- Reddit community: https://www.reddit.com/r/ultravnc
- OpenHub: https://openhub.net/p/ultravnc
SecureVNCPlugin, deployment
-
- Posts: 2
- Joined: 2011-07-23 12:12
SecureVNCPlugin, deployment
Hi,
I have a question concerning the setup of the secureVNCplugin:
I want to use one
xxx_Server_ClientAuth.pubkey
and deploy that to many maschines which I want to access with one
xxx_Viewer_ClientAuth.pkey
When I copy the xxx_Server_ClientAuth.pubkey into a fresh installed UltraVNC install dir
I don't get passphrase authentication only VNC password authentication.
What is the correct way to deploy xxx_Server_ClientAuth.pubkey?
Do I have to generate it on every maschine using the secureVNCplugin dialog?
kind regards
KJ
I have a question concerning the setup of the secureVNCplugin:
I want to use one
xxx_Server_ClientAuth.pubkey
and deploy that to many maschines which I want to access with one
xxx_Viewer_ClientAuth.pkey
When I copy the xxx_Server_ClientAuth.pubkey into a fresh installed UltraVNC install dir
I don't get passphrase authentication only VNC password authentication.
What is the correct way to deploy xxx_Server_ClientAuth.pubkey?
Do I have to generate it on every maschine using the secureVNCplugin dialog?
kind regards
KJ
Re: SecureVNCPlugin, deployment
did you find a solution? seems like a quite common use case...
Re: SecureVNCPlugin, deploy
Although the PassPhrase is configured at the SecureVNCPlugin GUI, it is in fact saved inside the "ultravnc.ini" at the statement "DSMPluginConfig="kammajaega wrote:I want to generate one xxx_Server_ClientAuth.pubkey and deploy that to many maschines.
Now generating one xxx_Server_ClientAuth.pubkey on one maschine and using the xxx_Viewer_ClientAuth.pkey on a remote client works, but only on the maschine the key was generated on.
When I do a fresh install of ultraVNC on another maschine, copy the xxx_Server_ClientAuth.pubkey into the install dir (same as SecureVNCplugin path) and try to connect using the xxx_Viewer_ClientAuth.pkey I only get a VNCpassword authentication and I'm not able to use the passphrase from SecureVNCPlugin config dialog, even though the viewer tells, the traffic is encrypted.
How do I have to set up the SecureVNCPlugin correctly to us one xxx_Viewer_ClientAuth.pkey to access many UltraVNC Servers?
Code: Select all
DSMPluginConfig=SecureVNC;0;0x00104001;
Code: Select all
DSMPluginConfig=SecureVNC;0;0x00104001;MTIzNDU2Nzg5MA==
So when deploying, you also need to copy this encrypted passphrase into the "ultravnc.ini" of those new machines.
Re: SecureVNCPlugin, deployment
Perfect, thanks, YY! Copying to the FAQs.