Blame server/shadow/freerdp-shadow-cli.1.in

Packit 1fb8d4
.de URL
Packit 1fb8d4
\\$2 \(laURL: \\$1 \(ra\\$3
Packit 1fb8d4
..
Packit 1fb8d4
.if \n[.g] .mso www.tmac
Packit 1fb8d4
.TH freerdp\-shadow\-cli 1 2017-01-12 "@FREERDP_VERSION_FULL@" "FreeRDP"
Packit 1fb8d4
.SH NAME
Packit 1fb8d4
freerdp\-shadow\-cli \- A utility for sharing a X display via RDP.
Packit 1fb8d4
.SH SYNOPSIS
Packit 1fb8d4
.B freerdp\-shadow\-cli
Packit 1fb8d4
[\fB/port:\fP\fI<port number>\fP]
Packit 1fb8d4
[\fB/ipc-socket:\fP\fI<ipc-socket>\fP]
Packit 1fb8d4
[\fB/monitors:\fP\fI<0,1,2,...>\fP]
Packit 1fb8d4
[\fB/rect:\fP\fI<x,y,w,h>\fP]
Packit 1fb8d4
[\fB+auth\fP]
Packit 1fb8d4
[\fB-may-view\fP]
Packit 1fb8d4
[\fB-may-interact\fP]
Packit 1fb8d4
[\fB/sec:\fP\fI<rdp|tls|nla|ext>\fP]
Packit 1fb8d4
[\fB-sec-rdp\fP]
Packit 1fb8d4
[\fB-sec-tls\fP]
Packit 1fb8d4
[\fB-sec-nla\fP]
Packit 1fb8d4
[\fB-sec-ext\fP]
Packit 1fb8d4
[\fB/sam-file:\fP\fI<file>\fP]
Packit 1fb8d4
[\fB/version\fP]
Packit 1fb8d4
[\fB/help\fP]
Packit 1fb8d4
.SH DESCRIPTION
Packit 1fb8d4
.B freerdp\-shadow\-cli
Packit 1fb8d4
can be used to share a running X display like with VNC but by using the RDP
Packit 1fb8d4
instead. It is also possibly to share only parts (rect) of the display.
Packit 1fb8d4
.SH OPTIONS
Packit 1fb8d4
.IP /ipc-socket:<ipc-socket>
Packit 1fb8d4
If this option is set an ipc socket with the path \fIipc-socket\fP is used
Packit 1fb8d4
instead of a TCP socket.
Packit 1fb8d4
.IP /port:<port>
Packit 1fb8d4
Set the port to use. Default is 3389.
Packit 1fb8d4
This option is ignored if ipc-socket is used.
Packit 1fb8d4
.IP /monitors:<1,2,3,...>
Packit 1fb8d4
Select the monitor(s) to share.
Packit 1fb8d4
.IP /rect:<x,y,w,h>      
Packit 1fb8d4
Select rectangle within monitor to share.
Packit 1fb8d4
.IP -auth
Packit 1fb8d4
Disable authentication. If authentication is enabled PAM is used with the
Packit 1fb8d4
X11 subsystem. Running as root is not necessary, however if run as user only
Packit 1fb8d4
the same user that started freerdp\-shadow\-cli can authenticate.
Packit 1fb8d4
.br
Packit 1fb8d4
\fBWarning\fP: If authentication is disabled \fIeveryone\fP can connect.
Packit 1fb8d4
.IP -may-view
Packit 1fb8d4
Clients may view without prompt.
Packit 1fb8d4
.IP -may-interact
Packit 1fb8d4
Clients may interact without prompt.
Packit 1fb8d4
.IP /sec:<rdp|tls|nla|ext>
Packit 1fb8d4
Force a specific protocol security
Packit 1fb8d4
.IP -sec-rdp
Packit 1fb8d4
Disable RDP security (default:on)
Packit 1fb8d4
.IP -sec-tls
Packit 1fb8d4
Disable TLS protocol security (default:on)
Packit 1fb8d4
.IP -sec-nla
Packit 1fb8d4
Disable NLA protocol security (default:on)
Packit 1fb8d4
.IP +sec-ext
Packit 1fb8d4
Use NLA extended protocol security (default:off)
Packit 1fb8d4
.IP /sam-file:<file>
Packit 1fb8d4
NTLM SAM file for NLA authentication
Packit 1fb8d4
.IP /version
Packit 1fb8d4
Print the version and exit.
Packit 1fb8d4
.IP /help
Packit 1fb8d4
Print the help and exit.
Packit 1fb8d4
Packit 1fb8d4
.SH EXAMPLES
Packit 1fb8d4
freerdp-shadow-cli /port:12345
Packit 1fb8d4
Packit 1fb8d4
When run as user within a X session (for example from an xterm) a socket on
Packit 1fb8d4
12345 is opened and the current display is shared via RDP.
Packit 1fb8d4
Packit 1fb8d4
.SH EXIT STATUS
Packit 1fb8d4
.TP
Packit 1fb8d4
.B 0
Packit 1fb8d4
Successful program execution.
Packit 1fb8d4
.TP
Packit 1fb8d4
.B 1
Packit 1fb8d4
Otherweise.
Packit 1fb8d4
Packit 1fb8d4
.SH SEE ALSO
Packit 1fb8d4
wlog(7)
Packit 1fb8d4
Packit 1fb8d4
.SH AUTHOR
Packit 1fb8d4
FreeRDP <team@freerdp.com>