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

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