I have a router with a dynamic IP.
I have assigned it a dynamic dns (mydns.myname.com) to be able to reach always it.
Behind that router my LAN and my workstations.
I want to use DSM plugin, so:
1. loaded DMS plugin on both viewer and remote workstations
2. generate pair of keys (.pubkey and .pkey) and also copied .pkey file on the viewer workstation (renaming the file into FIRSTWS.pkey)
3. added a port forwarding rule on the router (from external to port 5901: forward to IP of my remote workstation X)
everything worked trying the first workstation (X): launch the viewer specifying DSM plugin, connecting to mydns.myname.com::5901
good
for the second workstation I did the same steps, the only difference is the name of the .pkey file (SECONDWS.pkey) and the port forwarding rule (port 5902 and the IP) on the router
when I try to connect to mydns.myname.com::5902, it asks me the passphrase (good!) but then it refuses me with:
response failed client authentication
Where am I doing wrong?
