0db849fc5c
The TCP socket implementation of sesman has a number of limitations, namely that it is affected by firewalls, and also that determining the user on the other end requires a full authentication process. The advantage of the TCP socket is that sesman and xrdp can be run on separate machines. This is however not supported by the xorgxrdp backend (shared memory), and is insecure, in that passwords are sent in-the-clear, and the connection is susceptible to MitM attacks. This architecture has been deprecated in release notes since xrdp v0.9.17, and although it will continue to be supported in any further releases in the x0.9.x series, it will not be supported in the next major version.
59 lines
1.2 KiB
Groff
59 lines
1.2 KiB
Groff
.TH "xrdp-sesadmin" "8" "@PACKAGE_VERSION@" "xrdp team"
|
|
.SH NAME
|
|
xrdp\-sesadmin \- console XRDP sessions administration tool
|
|
|
|
.SH SYNOPSIS
|
|
.B xrdp\-sesadmin
|
|
.RI [ options ]
|
|
.BI -c= command
|
|
|
|
.SH DESCRIPTION
|
|
This manual page documents briefly the
|
|
.B xrdp\-sesadmin
|
|
command.
|
|
.PP
|
|
\fBxrdp\-sesadmin\fP is a console program to administer running XRDP sessions.
|
|
|
|
.SH OPTIONS
|
|
A summary of options is included below.
|
|
.TP
|
|
.BI \-u= username
|
|
\fIUsername\fP for authentication on the server.
|
|
Defaults to \fBroot\fP.
|
|
|
|
.TP
|
|
.BI \-p= password
|
|
The \fIpassword\fP to authenticate with.
|
|
The default is to ask for the password interactively.
|
|
|
|
.TP
|
|
.BI \-i= port
|
|
The sesman \fIUNIX domain socket\fP to connect to.
|
|
Defaults to \fBsesman.socket\fP.
|
|
If no path is specified for the socket, a default of @sesmanruntimedir@ is used.
|
|
|
|
.TP
|
|
.BI \-c= command
|
|
Specifies the \fIcommand\fP to execute on the server.
|
|
Valid commands are:
|
|
.RS 4
|
|
.TP
|
|
.B list
|
|
List currently active sessions.
|
|
.TP
|
|
.BI kill: sid
|
|
Kills the session specified the given \fIsession id\fP.
|
|
(not yet implemented).
|
|
.RE
|
|
|
|
.SH FILES
|
|
xrdp\-sesadmin.log
|
|
|
|
.SH SEE ALSO
|
|
.BR xrdp (8).
|
|
|
|
More info on \fBxrdp\fR can be found on the
|
|
.UR @xrdphomeurl@
|
|
xrdp homepage
|
|
.UE
|