amitbet / vncproxy

An RFB proxy, written in go that can save and replay FBS files
Other
206 stars 45 forks source link

VNC username parameter? #29

Open vshulkin opened 2 years ago

vshulkin commented 2 years ago

I have a question. Proxy argument has targPass which assumes VNC connection protected by a password. What if I need to provide username as well? Is there anyway to supply targUser or something as part of the proxy arguments?

Thanks