Saving Password

Hello,

I can’t see an option to save the password. Instead of typing it out every time. Is there a way to do so?

Cheers

Hi @Desibuoy

For the HTML5 client, you could use your browser’s password manager to store these credentials. For the native client, there is no way to do this securely.

You can set various configuration parameters in the client configuration file at ~/.thinlinc/tlclient.conf, one of which is the password (see https://www.cendio.com/resources/docs/tag/client_config_params.html). So you could specify your password there. However, this is not recommended, and should be considered very insecure.

If you are interested in secure passwordless authentication, you might like to look at something like Yubikey.

Hope that helps.