LoginSignup
9
7

More than 5 years have passed since last update.

xfreerdpのすすめ(rdesktop後継)

Last updated at Posted at 2015-11-20
  • 今までrdesktopを使っていたが、xfreerdpのほうが高機能。

参考

インストール

sudo apt-get install -y freerdp-x11

使い方

xfreerdp \
 +compression \
 +fonts \
 -wallpaper \
 -theme \
 +home-drive \
 +clipboard \
 +smart-sizing \
 +async-input \
 /size:1280x960 \
 /sound \
 /t:"-" \
 /u:user1 \
 /v:localhost:3389

rdesktopでwindows10に接続ができない場合

w10.png

ネットワークレベル認証でリモートデスクトップを実行しているコンピュータからのみ接続を許可する(推奨)

このチェックを外せば接続ができる。

9
7
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
9
7