windows rdp 10.0.17134 リモートデスクトップ プロトコル10.5サポート
[root@localhost xrdp]# head -35 /etc/xrdp/xrdp.ini [Globals] ; xrdp.ini file version number ini_version=1 ; fork a new process for each incoming connection fork=true ; tcp port to listen port=3389 ; 'port' above should be connected to with vsock instead of tcp use_vsock=false ; regulate if the listening socket use socket option tcp_nodelay ; no buffering will be performed in the TCP stack tcp_nodelay=true ; regulate if the listening socket use socket option keepalive ; if the network connection disappear without close messages the connection will be closed tcp_keepalive=true #tcp_send_buffer_bytes=32768 #tcp_recv_buffer_bytes=32768 ; security layer can be 'tls', 'rdp' or 'negotiate' ; for client compatible layer security_layer=negotiate ; minimum security level allowed for client ; can be 'none', 'low', 'medium', 'high', 'fips' crypt_level=high ; X.509 certificate and private key ; openssl req -x509 -newkey rsa:2048 -nodes -keyout key.pem -out cert.pem -days 365 certificate= key_file= ; set SSL protocols ; can be comma separated list of 'SSLv3', 'TLSv1', 'TLSv1.1', 'TLSv1.2', 'TLSv1.3' ssl_protocols=TLSv1.2, TLSv1.3 ; set TLS cipher suites #tls_ciphers=HIGH [root@localhost xrdp]#
[root@localhost log]# cat /var/log/yum.log Oct 20 01:02:14 Installed: epel-release-7-11.noarch Oct 21 17:53:28 Updated: xorg-x11-server-common-1.19.5-5.el7.x86_64 Oct 21 17:53:28 Updated: xorg-x11-server-Xorg-1.19.5-5.el7.x86_64 Oct 21 18:16:30 Installed: xorgxrdp-0.2.8-1.el7.x86_64 Oct 21 18:16:31 Installed: 1:xrdp-0.9.8-1.el7.x86_64 [root@localhost log]#
[root@localhost log]# yum info openssl 読み込んだプラグイン:fastestmirror, langpacks Repodata is over 2 weeks old. Install yum-cron? Or run: yum makecache fast Loading mirror speeds from cached hostfile * epel: ftp.yz.yamagata-u.ac.jp インストール済みパッケージ 名前 : openssl アーキテクチャー : x86_64 エポック : 1 バージョン : 1.0.2k リリース : 8.el7 容量 : 814 k リポジトリー : installed 提供元リポジトリー : anaconda 要約 : Utilities from the general purpose cryptography library with TLS implementation URL : http://www.openssl.org/ ライセンス : OpenSSL 説明 : The OpenSSL toolkit provides support for secure communications between : machines. OpenSSL includes a certificate management tool and shared : libraries which provide various cryptographic algorithms and : protocols. [root@localhost log]#
/etc/xrdp/xrdp.ini の内容 ; ; Session types ; ; Some session types such as Xorg, X11rdp and Xvnc start a display server. ; Startup command-line parameters for the display server are configured ; in sesman.ini. See and configure also sesman.ini. [Xvnc] ・・・先頭でないとダメ name=Xvnc lib=libvnc.so username=ask password=ask ip=127.0.0.1 port=-1 #xserverbpp=24 #delay_ms=2000 [Xorg] name=Xorg lib=libxup.so username=ask password=ask ip=127.0.0.1 port=-1 code=20
c1708にあるのでインストされてないようであればインスト [root@localhost xrdp]# yum info tigervnc-server-minimal 読み込んだプラグイン:fastestmirror, langpacks Repodata is over 2 weeks old. Install yum-cron? Or run: yum makecache fast Loading mirror speeds from cached hostfile * epel: ftp.yz.yamagata-u.ac.jp インストール済みパッケージ 名前 : tigervnc-server-minimal アーキテクチャー : x86_64 バージョン : 1.8.0 リリース : 1.el7 容量 : 2.5 M リポジトリー : installed 提供元リポジトリー : anaconda 要約 : A minimal installation of TigerVNC server URL : http://www.tigervnc.com ライセンス : GPLv2+ 説明 : The VNC system allows you to access the same desktop from a wide : variety of platforms. This package contains minimal installation : of TigerVNC server, allowing others to access the desktop on your : machine. [root@localhost xrdp]#