diff options
Diffstat (limited to 'docs/man/xrdp-keygen.8.in')
| -rw-r--r-- | docs/man/xrdp-keygen.8.in | 44 |
1 files changed, 44 insertions, 0 deletions
diff --git a/docs/man/xrdp-keygen.8.in b/docs/man/xrdp-keygen.8.in new file mode 100644 index 00000000..ce33063c --- /dev/null +++ b/docs/man/xrdp-keygen.8.in @@ -0,0 +1,44 @@ +.\" Hey, EMACS: -*- nroff -*- +.\"- +.\" Copyright © 2007, 2008 Vincent Bernat <bernat@debian.org> +.\" License: GPL-2+ +.\"- +.TH xrdp\-keygen 8 "@PACKAGE_VERSION@" "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>. |
