21 lines
709 B
Plaintext
21 lines
709 B
Plaintext
Source: rdpgw
|
|
Section: admin
|
|
Priority: optional
|
|
Maintainer: Lierfang <it_support@lierfang.com>
|
|
Homepage: https://github.com/bolkedebruin/rdpgw
|
|
Build-Depends: debhelper-compat (= 12),
|
|
golang ( >= 1.23.5-1~bpo12+1 ),
|
|
build-essential,
|
|
libpam0g-dev,
|
|
dh-golang
|
|
|
|
Package: rdpgw
|
|
Architecture: any
|
|
Depends: dbus,
|
|
openssl,
|
|
${misc:Depends},
|
|
${shlibs:Depends},
|
|
Description: rdpgw
|
|
RDPGW is an implementation of the Remote Desktop Gateway protocol.
|
|
This allows you to connect with the official Microsoft clients to remote desktops over HTTPS.
|
|
These desktops could be, for example, XRDP desktops running in containers on Kubernetes. |