logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

xrdp-keygen - xrdp RSA key generation utility

Author

       This manual page was originally written by Vincent Bernat <bernat@luffy.cx>.

xrdp team                                            0.10.1                                       xrdp-keygen(8)

Description

xrdp-keygen  generates  the  file  /etc/xrdp/rsakeys.ini  which contains the RSA key pair used to perform
       authentication to remote clients. The public key is self-signed.

Files

/etc/xrdp/rsakeys.ini
              RSA public and private key pair used to identify this XRDP server.

Name

       xrdp-keygen - xrdp RSA key generation utility

Options

       This program takes one of the following options:

       xrdpoutfile
              Generate a new key pair.  The key data is stored in the file named outfile.
              If auto is used as outfile, the default file /etc/xrdp/rsakeys.ini gets created if it does not yet
              exists.

       test   Generate a test key pair and print information to standard output.

See Also

xrdp(8), xrdp-sesman(8).

Synopsis

xrdp-keygenxrdp < outfile | auto >
       xrdp-keygentest

See Also