-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Does not work on Windows 10 #13
Comments
@alien2003 Yes, SSH works differently on Windows, up until recently Windows didn't even support SSH on command line at all and you had to use a tool like Putty. The agent should work if you use WSL - https://docs.microsoft.com/en-us/windows/wsl/install-win10 Edit - I just noticed the error also indicates you are using python 3 and the onlykey-agent is python 2. |
Windows has OpenSSH client and server now. I can just type ssh root@server in CMD and connect.
Not a critical bug because I mostly use GNU/Linux, but would be great to implement native Windows support without WSL |
Hi, I am having exactly the same issue alien2003 has mentioned, even though I am using WSL. Tried on both Debian and Ubuntu 18.04 LTS "apps". Went through the installation, have setup the UDEV rule, on both cases I am getting the "ValueError: not open" error.
It should be noted this is the first time (and hopefully the last time) I am using WSL in my life. I might be doing something wrong - I've spent most of the morning trying to figure out what. This works well for me both on linux & mac. I am testing it on windows because I would like to introduce these into my company... |
@CargoCoder We have not tested this with WSL. I expect it will work as long as WSL allows the USB HID messages from host to WSL. I would try the following:
|
Installed with pip bundled with Python choco package
The text was updated successfully, but these errors were encountered: