Sergey Kolupaev
Sergey Kolupaev
I can see that you use a different format for the config file. That is the Python's Commander config file. .Net SDK config file is different. ``` { "server": "keepersecurity.com",...
If device approval step appears every login it means the library creates a new (so called) "device" and the backend enforces a full login flow.
@rvdwegen If `Connect-Keeper` keeps asking you for device approval it means there is an issue with `config.json` file. This file is either cannot be found or misformatted. You can use...
Powershell module generates `config.json` file if it does not exists using default settings. This module does not expose methods for customizing it.
PowerCommander ignored "password" property of the configuration file. This issue has been fixed in the latest PowerCommander release. Passing user's password in the command line should work. Probably your password...
17.0.0 has not been released yet. Do you mean the release draft?
We currently have some issues releasing the Commander to PyPI. Once those issues are resolved the binaries will be published to Github.
The mentioned `cryptography` thread is about public not private key. The latest `cryptography` package `43.0.0` cannot load Yubikey's private key. ``` >>> serialization.load_ssh_private_key(private_key.encode(), password=b'...') Traceback (most recent call last): File...
Thank you for reporting this issue. We will check if the light theme can be detected for posix terminals and adjust the terminal colors.
Not a Commander issue