Skip to content

Instantly share code, notes, and snippets.

@avoidik
Created September 18, 2021 12:44
Show Gist options
  • Save avoidik/eb4a5e72dc5efdeb8e918692b40151cb to your computer and use it in GitHub Desktop.
Save avoidik/eb4a5e72dc5efdeb8e918692b40151cb to your computer and use it in GitHub Desktop.
VirtualHere USB Client on Ubuntu
[Transport]
PingInterval=3
PingTimeout=10
CompressionLimit=384
EasyFindId=xxx
EasyFindPin=zzz
[General]
MainFrameWidth=640
MainFrameHeight=480
SSLClientCert=
SSLCAFile=/opt/vhusb/rootCA.pem
QualifyByName=1
QualifyByInterface=0
AutoUseDelaySec=0
RetryAutoUseDelaySec=2
AutoRefreshLookupPeriod=30
BonjourLookupTimeout=4
BonjourResolverTimeout=2
Language=EN-US
SSLPort=7574
MainFrameX=200
MainFrameY=200
AutoFind=0
AutoMinimize=1
[Settings]
ManualHubs=x.x.x.x:7574
[AutoShare]
a.b.c.d=1
a.b.c=0
a.d=0
[Unit]
Description=VirtualHere Client
After=network.target
[Service]
Type=forking
ExecStart=/opt/vhusb/vhclientx86_64 --admin --config=/opt/vhusb/config --autofind-off --daemon
[Install]
WantedBy=multi-user.target
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment