-
Notifications
You must be signed in to change notification settings - Fork 30
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
USB Sharing #110
Comments
Hi @IDerr ! This is exactly one of the questions we are asking ourselves. So adding full USB proxying may be a big attack surface opened from the server side. This will allow us to have a kind of support for the HID class with a very limited attack surface added, but giving some interesting USB devices (joystick, pads, ....) But we will still miss important usb devices like oauth2 token or something like that. I am interesting if you have idea on this general problem. |
Note that if someone really wants full usb support, maybe the use of usbredir is possible. It seems that the mandatory points are (taken from the readme):
After a quick look at the example (usbredirtestclient, which works over a tcp connection):
|
Hi, really interesting topic, I think that your point of view is good, at the moment, I think usb redir is a great way to redirect usb devices, it's really a choice between security and features. I mean I think he can really profit sanzu to have to such features and make a complete vdi solution. If you need help to implement something, don't hesitate to ping me :) Thanks for your work |
Hello,
Is is planned to add usb proxy feature between client and server ?
Thanks a lot for your work !
The text was updated successfully, but these errors were encountered: