openSUSE / opi

OBS Package Installer (CLI)
GNU General Public License v3.0
233 stars 20 forks source link

OpenSuse - RustDesk Server - Key Mismatch #176

Closed marcoczen closed 5 months ago

marcoczen commented 5 months ago

Guys,

I followed instructions from https://rustdesk.com/docs/en/self-host/rustdesk-server-oss/install/ for the installation.

Relevant ports at the firewall ( pfsense ) are opened. No UFW on the server. Nmap confirms that the ports are open.

Server processes are;

ps -ef | grep /opt
root      2178     1  0 Feb05 ?        00:00:00 /opt/gohttp/gohttpserver -r ./public --port 8000 --auth-type http --auth-http admin:8xnHKk8gD5oV9M8m
root      6188     1  0 20:49 ?        00:00:00 /opt/rustdesk/hbbs -k _
root      6213     1  0 20:49 ?        00:00:00 /opt/rustdesk/hbbr -k _

But when I ( Linux machine ) try to connect to a remote client ( Windows machine ) - It says "Key Mismatch"

So how do I troubleshoot / proceed ?

asdil12 commented 5 months ago

I guess this is not really related to the opi tool.

Maybe better ask on the openSUSE forum or matrix https://en.opensuse.org/openSUSE:Communication_channels

Also rustdesk-server rpm seems to be in the main repo and can be installed using zypper in rustdesk-server

marcoczen commented 5 months ago

Noted. Thanks. I actually wanted to post this in the rustdesk repo and not here. Lack of sleep - sorry.