feinerer 1019dd8de9 Update to KDE Connect 1.4
OK rsadowski@
2020-03-27 21:27:08 +00:00
..
2020-03-27 21:27:08 +00:00
2020-03-27 21:27:08 +00:00

$OpenBSD: README,v 1.2 2020/03/27 21:27:09 feinerer Exp $

+-----------------------------------------------------------------------
| 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