ports/net/kdeconnect-kde/pkg
2023-09-08 05:21:37 +00:00
..
DESCR SecBSD's official ports repository 2023-08-16 22:26:55 +00:00
PLIST sync ports with The Matrix 2023-09-08 05:21:37 +00:00
README SecBSD's official ports repository 2023-08-16 22:26:55 +00:00

+-----------------------------------------------------------------------
| Running ${PKGSTEM} on OpenBSD
+-----------------------------------------------------------------------

Browsing remote file systems
============================

kdeconnectd uses sshfs(1) for browsing a remote file system. The user needs
doas(1) rights to mount the file system. Assuming the user is member of the
wheel group add the following line to doas.conf(5):

permit nopass :wheel cmd ${TRUEPREFIX}/bin/sshfs

Firewall
========

In case of a restrictive firewall a rule must be added to pf.conf(5) as
kdeconnectd uses dynamic ports in the range 1714-1764 for TCP and UDP:

pass proto { tcp, udp } to port 1714:1764