<?xml version="1.0" encoding="utf-8"?><!DOCTYPE article  PUBLIC '-//OASIS//DTD DocBook XML V4.4//EN'  'http://www.docbook.org/xml/4.4/docbookx.dtd'><article><articleinfo><title>機能の紹介</title><revhistory><revision><revnumber>1</revnumber><date>2015-02-27 03:03:18</date><authorinitials>meta</authorinitials></revision></revhistory></articleinfo><para>本ページでは xrdp を機能別に、できるだけ最近の動向を動向を追いかけながら紹介します。 </para><section><title>自動セッションリサイズ</title></section><section><title>暗号化</title><para>xrdp は Remote Desktop Protocol の <ulink url="http://msdn.microsoft.com/en-us/library/cc240771.aspx">Standard RDP Security</ulink> に対応し、クライアントとの通信は RC4 で暗号化されます。暗号化レベルは4段階あり、xrdp.ini の crypt_level で暗号化レベルを設定できます。 </para><screen><![CDATA[[globals]
bitmap_cache=yes
bitmap_compression=yes
port=3389
crypt_level=high
channel_code=1]]></screen><para><emphasis role="strong">low</emphasis> ではクライアントからサーバに送信されるデータのみが 40bit RC4 で暗号化されます。サーバからクライアントへ送信されるデータは暗号化されません。 <emphasis role="strong">medium</emphasis> では low と同じく 40bit RC4 で暗号化されますが、サーバからクライアント、クライアントからサーバの双方向でデータが暗号化されます。 <emphasis role="strong">high</emphasis> では双方向のデータが 128bit RC4 で暗号化されます。 <emphasis role="strong">fips</emphasis> では <ulink url="http://blogs.msdn.com/b/openspecification/archive/2011/12/08/encryption-negotiation-in-rdp-connection.aspx">FIPS 140-1</ulink> に基づいた方式で暗号化されます。 </para><para>同一セグメント内など、非常に限られたネットワーク内で使用する分には low でも問題ありませんが、特に理由がなければ <emphasis role="strong">high, fips 以外は使用しない</emphasis>ことをおすすめします。パフォーマンスにも大きな差はありません。 </para><para>2013年11月13日にマイクロソフトから RC4 を無効にすることを推奨する <ulink url="http://blogs.technet.com/b/srd/archive/2013/11/12/security-advisory-2868725-recommendation-to-disable-rc4.aspx">Security Advisory 2868725</ulink> が公開されましたが、RC4 の代わりにより強固な TLS を使用する <ulink url="http://msdn.microsoft.com/en-us/library/cc240795.aspx">Enhanced RDP Security</ulink> には<emphasis role="strikethrough">2013年11月現在非対応</emphasis><emphasis role="underline">2014年11月現在暫定的に対応済</emphasis>です。 </para><para>参考までに、RC4 は現在「推奨すべき状態ではなくなったが、互換性維持のために継続利用を容認する暗号技術」という状態になっています。 </para><itemizedlist><listitem><para><ulink url="http://itpro.nikkeibp.co.jp/article/Watcher/20130426/474102/">“日本の標準暗号”が10年ぶり大改定、国産暗号削減よりもRC4とSHA-1の監理ポスト入りが影響大</ulink> </para></listitem></itemizedlist></section><section><title>ファイル共有</title></section><section><title>クリップボード共有</title><para>xrdp はクリップボードでテキスト・ビットマップの共有に対応しているほか、クライアントとサーバの間でファイルをコピー＆ペーストすることができます。実際にクリップボード経由でのファイルコピーが動作している様子は、下記動画をご覧ください。 </para><!--RAW HTML: <iframe width="420" height="315" src="https://www.youtube.com/embed/ZMV6-WUELB4" frameborder="0" allowfullscreen></iframe>--></section><section><title>サウンドリダイレクト</title></section></article>