blob: 72d50c0737a1d8510a2722a453884317e0bb9d1d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
|
Source: remote-logon-config-agent
Maintainer: Mike Gabriel <mike.gabriel@das-netzwerkteam.de>
Section: utils
Priority: extra
Build-Depends: debhelper (>= 10),
dh-python,
python3-all,
python3-pycurl,
python3-setuptools
Standards-Version: 3.9.8
X-Python3-Version: >= 3.2
Vcs-Git: git://cgit.arctica-project.org/remote-logon-service.git
Vcs-Browser: https://cgit.arctica-project.org/remote-logon-service.git/
Package: remote-logon-config-agent
Architecture: all
Depends: ${misc:Depends},
${python3:Depends},
python3-pycurl,
Description: Retrieve host and session information from remote broker servers
This tiny Python tool is part of the Arctica Greeter display manager.
.
The remote-logon-config-agent fetches JSON based remote server
information from a brokerage host (formerly known as UCCS, a service run
by Canonical Ltd. around 2012-2014).
.
This tool gets used by the DBus service 'remote-logon-service'. The
retrieved information is then handed over by the DBus service to Arctica
Greeter.
.
The retrieved information can be obtained from a remote desktop
brokerage service like Arctica Server (with brokerage support) or from
the X2Go Session Broker.
.
In Arctica Greeter, the logon information is presented to the user for
starting up remote desktop sessions on Arctica, X2Go or RDP / Citrix
servers.
|