| Summary: | KDE Connect stops working and cannot find devices after installing ssh server | ||
|---|---|---|---|
| Product: | [Applications] kdeconnect | Reporter: | Rigoberto Leyva Salmeron <rleyvasal> |
| Component: | common | Assignee: | Albert Vaca Cintora <albertvaka> |
| Status: | REPORTED --- | ||
| Severity: | normal | CC: | andrew.g.r.holmes |
| Priority: | NOR | ||
| Version First Reported In: | 22.12.0 | ||
| Target Milestone: | --- | ||
| Platform: | Neon | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
Rigoberto Leyva Salmeron
2023-01-05 19:57:26 UTC
I also tried "Add device by IP" on KDE Connect Android app to no avail - I entered the IP address of my KDE Neon computer (they are both in the same network without firewall) Resolved! One of the steps of installing ssh-server was to allow port for ssh with (I supposed this created the issue) sudo ufw allow ssh sudo ufw enable && sudo ufw reload I followed the guide to troubleshoot on section "I have two devices running KDE Connect on the same network, but they can't see each other" at https://userbase.kde.org/KDEConnect#Running_KDE_Connect_over_OpenVPN sudo netstat -tunelp | grep -i kdeconnect # process was connected netcat -z -v <your-phones-ip> 1714-1764 # Connection was refused on all ports I then opened firewall ports manually and I got connection back sudo ufw allow 1714:1764/udp sudo ufw allow 1714:1764/tcp sudo ufw reload Although the issue is now resolved I will leave the issue open to have someone take a look because I believe the issue could have been avoided if the re-installation of the KDE Connect Neon App had taken care of the firewall rules during the installation process. |