parent
674f4c060f
commit
d6aed5e83f
@ -0,0 +1,40 @@
|
|||||||
|
.\" Hey, EMACS: -*- nroff -*-
|
||||||
|
.TH xrdp\-keygen 8 "0.7.0" "xrdp team"
|
||||||
|
.SH NAME
|
||||||
|
xrdp\-keygen \- xrdp RSA key generation utility
|
||||||
|
|
||||||
|
.SH SYNOPSIS
|
||||||
|
.B xrdp\-keygen xrdp
|
||||||
|
< \fIoutfile\fP | \fBauto\fP >
|
||||||
|
.br
|
||||||
|
.B xrdp\-keygen test
|
||||||
|
|
||||||
|
.SH DESCRIPTION
|
||||||
|
\fBxrdp\-keygen\fP generates the file
|
||||||
|
.I /etc/xrdp/rsakeys.ini
|
||||||
|
which contains the RSA key pair used to perform authentication to
|
||||||
|
remote clients. The public key is self-signed.
|
||||||
|
|
||||||
|
.SH OPTIONS
|
||||||
|
This program takes one of the following options:
|
||||||
|
.TP
|
||||||
|
\fBxrdp\fP \fIoutfile\fP
|
||||||
|
Generate a new key pair.
|
||||||
|
The key data is stored in the file named \fIoutfile\fP.
|
||||||
|
.br
|
||||||
|
If \fBauto\fP is used as \fIoutfile\fP, the default file \fI/etc/xrdp/rsakeys.ini\fP gets created if it does not yet exists.
|
||||||
|
.TP
|
||||||
|
.B test
|
||||||
|
Generate a test key pair and print information to standard output.
|
||||||
|
|
||||||
|
.SH FILES
|
||||||
|
.TP
|
||||||
|
.I /etc/xrdp/rsakeys.ini
|
||||||
|
RSA public and private key pair used to identify this XRDP server.
|
||||||
|
|
||||||
|
.SH SEE ALSO
|
||||||
|
.BR xrdp (8),
|
||||||
|
.BR xrdp\-sesman (8).
|
||||||
|
|
||||||
|
.SH AUTHOR
|
||||||
|
This manual page was originally written by Vincent Bernat <bernat@luffy.cx>.
|
Loading…
Reference in new issue