Skip site navigation (1)Skip section navigation (2)

FreeBSD Manual Pages

  
 
  

home | help
xrdp-keygen(8)		    System Manager's Manual		xrdp-keygen(8)

NAME
       xrdp-keygen - xrdp RSA key generation utility

SYNOPSIS
       xrdp-keygen xrdp	< outfile | auto >
       xrdp-keygen test

DESCRIPTION
       xrdp-keygen  generates  the  file /usr/local/etc/xrdp-devel/rsakeys.ini
       which contains the RSA key pair used to perform authentication  to  re-
       mote clients. The public	key is self-signed.

OPTIONS
       This program takes one of the following options:

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

       test   Generate a test key pair and print information to	standard  out-
	      put.

NOTES
       On  machines  with  FIPS	 enabled,  this	program	will generate an empty
       file, and a warning. On these machines, xrdp cannot use Classic RDP en-
       cryption.

FILES
       /usr/local/etc/xrdp-devel/rsakeys.ini
	      RSA public and private key  pair	used  to  identify  this  XRDP
	      server.

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

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

xrdp team		   0.10.80.b20260203-4d9dde8		xrdp-keygen(8)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=xrdp-keygen&sektion=8&manpath=FreeBSD+Ports+15.1.quarterly>

home | help