Le 12/07/2021 à 10:13, Pierre Ossman a écrit :
> On 09/07/2021 15:11, Patrick Begou wrote:
>> Hi,
>>
>> I was trying to update tigervnc from 1.8 to 1.11 on a centos7 server
>> using the rpms available on github. But with this version there is no
>> vncserver command anymore. The classical use we have with 1.8 version
>> is:
>>
>> - ssh to the server and launch a vncserver session
>>
>> - from the laptop connect via a ssh tunnel (using: vncviewer -via
>> server_name :session_id)
>>
>> Is there some documentation to start using 1.11 version as usage looks
>> different ? I only find manual pages detailing options for some
>> commands but not how the new "workflow" can/must be used.
>>
>
> The development version has added an HOWTO that should help you get
> going with the new way of doing things:
>
>
https://github.com/TigerVNC/tigervnc/blob/master/unix/vncserver/HOWTO.md
>
> Regards
Thanks Pierre for the link and the detailed information. However this
workflow seams a little bit difficult to follow if the admin has to set
a reserved port and a password by hand for each user.
I'm managing many servers and many users with an ldap authentication.
They have sometime several sessions opened... The old method with
vncserver command was really simple to use and flexible.
I've seen that the el8 rpm of tigervnc-server
(tigervnc-server-1.11.0-6.el8.x86_64) is still providing the script, may
be I will try to use it with the el7 rpm provided on github ...
Patrick