ToMtOm
ToMtOm
Hi, first of all, thanks for this great lib ! Quick question : ``` WebsocketServer(host="0.0.0.0", port=12345) ``` will that allow a connection using IPV6 ? if not, is there a...
Hi, (working on windows // v0.33) Few bugs : when I try to start an ssh connection, the pin is asked (--> great) but the windows displays `unknown>unknown>unknown` instead of...
Trying to setup a dev env. GO is installed ``` root@ubuntu:~# go version go version go1.23.0 linux/amd64 ``` libfido2-dev is also installed ``` root@ubuntu:~# apt-cache show libfido2-dev Package: libfido2-dev Source:...
Hi there ! When I try to create an SSH key and store it in my vault : ``` $ ./goldwarden.exe ssh add --name myssh@toto ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIJ5l0HpqJ2vph1Q2uUdRQwoUzasqgcQbQNqphpcxuh1g myssh@toto ``` I...
Hi there ! thank you for the new release 0.3.4 !! I was waiting for it since july so I couldn't wait to give it a try --> _I was...
Hello, try to run `python3 -m pip install --upgrade -r ${BASE_DIR}/requirements.txt` with the file `requirements.txt` containing the only line : ``` toshiba-ac~=0.3.10 ``` I'm getting the following error : ```...