]> git.proxmox.com Git - pve-docs.git/blame - spiceproxy.adoc
describe two factor authentication
[pve-docs.git] / spiceproxy.adoc
CommitLineData
2d8f1c92
DM
1ifdef::manvolnum[]
2PVE({manvolnum})
3================
4include::attributes.txt[]
5
6NAME
7----
8
9spiceproxy - SPICE Proxy Service
10
11
12SYNOPSYS
13--------
14
15include::spiceproxy.8-synopsis.adoc[]
16
17DESCRIPTION
18-----------
19endif::manvolnum[]
20
21ifndef::manvolnum[]
22SPICE Proxy Service
23===================
24include::attributes.txt[]
25endif::manvolnum[]
26
27http://www.spice-space.org[SPICE] (the Simple Protocol for Independent
28Computing Environments) is an open remote computing solution,
29providing client access to remote displays and devices (e.g. keyboard,
30mouse, audio). The main use case is to get remote access to virtual
31machines and container.
32
33This daemon listens on TCP port 3128, and implements an HTTP proxy to
34forward 'CONNECT' request from the SPICE client to the correct {pve}
8c1189b6 35VM. It runs as user `www-data` and has very limited permissions.
2d8f1c92
DM
36
37
38Host based Access Control
39-------------------------
40
41It is possible to configure "apache2" like access control
8c1189b6
FG
42lists. Values are read from file `/etc/default/pveproxy`.
43See `pveproxy` documentation for details.
2d8f1c92
DM
44
45
46ifdef::manvolnum[]
47include::pve-copyright.adoc[]
48endif::manvolnum[]