[winswitch] Force SSH "normal" password authentication

Antoine Martin antoine at nagafix.co.uk
Mon Jan 10 12:31:55 GMT 2022


On 10/01/2022 14:19, Luca Manganelli via shifter-users wrote:
> Hello,
> 
> it's possible to instruct XPRA to connect via SSH normal password
> authentication (and not with the password of the authorization keys)?
> 
If I understand what you're asking correctly, this should do the trick 
(and really needs documenting):
xpra attach --ssh=paramiko:auth=password
Other possible options are "none", "agent" and "key".
ie: --ssh=paramiko:auth=agent+key,stricthostkeychecking=no

Add "-d ssh" for debugging.

Cheers,
Antoine


More information about the shifter-users mailing list