「rdesktop」の版間の差分
提供: セキュリティ
(ページの作成:「<!-- vim: filetype=mediawiki --> 読み方 ;rdesktop: __TOC__ == 概要 == rdesktopは、Windowsのリモートデスクトップ用クライアン...」) |
|||
行1: | 行1: | ||
− | + | [[rdesktop]]は、[[Windows]]の[[リモートデスクトップ]]用クライアントです。 | |
− | + | ||
− | + | ||
− | 読み方 | + | '''読み方''' |
− | ;[[rdesktop]]: | + | ;[[rdesktop]]:あーる ですくとっぷ |
__TOC__ | __TOC__ | ||
== 概要 == | == 概要 == | ||
− | |||
[[rdesktop]]は、[[Windows]]の[[リモートデスクトップ]]用クライアントです。 | [[rdesktop]]は、[[Windows]]の[[リモートデスクトップ]]用クライアントです。 | ||
== インストール == | == インストール == | ||
− | |||
{{ports|/usr/ports/net/rdesktop|rdesktop}} | {{ports|/usr/ports/net/rdesktop|rdesktop}} | ||
{{yum|rdesktop}} | {{yum|rdesktop}} | ||
+ | {{apt|rdesktop}} | ||
== 使い方 == | == 使い方 == | ||
行79: | 行76: | ||
== 関連項目 == | == 関連項目 == | ||
− | + | * [[Windows]] | |
+ | * [[リモートデスクトップ]] | ||
* [[ssh]] | * [[ssh]] | ||
* [[Remote Desktop Protocol]] | * [[Remote Desktop Protocol]] | ||
+ | <!-- | ||
+ | vim: filetype=mediawiki | ||
+ | --> |
2013年10月5日 (土) 19:31時点における最新版
rdesktopは、Windowsのリモートデスクトップ用クライアントです。
読み方
- rdesktop
- あーる ですくとっぷ
目次
概要
rdesktopは、Windowsのリモートデスクトップ用クライアントです。
インストール
FreeBSDにインストールする場合
ports コレクションからインストールする場合
cd /usr/ports/net/rdesktop sudo make install clean
pkgコマンドでインストールする場合
sudo pkg install rdesktop
portmasterコマンドでインストールする場合
sudo portmaster -y -d /usr/ports/net/rdesktop
portinstallコマンドでインストールする場合
sudo portinstall /usr/ports/net/rdesktop
CentOSにインストールする場合
sudo yum -y install rdesktop
Ubuntu/Debianにインストールする場合
apt-get コマンドでインストールする場合です。
sudo apt-get install rdesktop
使い方
rdesktop: A Remote Desktop Protocol client. Version 1.7.0. Copyright (C) 1999-2011 Matthew Chapman et al. See http://www.rdesktop.org/ for more information. Usage: rdesktop [options] server[:port] -u: user name -d: domain -s: shell -c: working directory -p: password (- to prompt) -n: client hostname -k: keyboard layout on server (en-us, de, sv, etc.) -g: desktop geometry (WxH) -f: full-screen mode -b: force bitmap updates -L: local codepage -A: enable SeamlessRDP mode -B: use BackingStore of X-server (if available) -e: disable encryption (French TS) -E: disable encryption from client to server -m: do not send motion events -C: use private colour map -D: hide window manager decorations -K: keep window manager key bindings -S: caption button size (single application mode) -T: window title -N: enable numlock syncronization -X: embed into another window with a given id. -a: connection colour depth -z: enable rdp compression -x: RDP5 experience (m[odem 28.8], b[roadband], l[an] or hex nr.) -P: use persistent bitmap caching -r: enable specified device redirection (this flag can be repeated) '-r comport:COM1=/dev/ttyS0': enable serial redirection of /dev/ttyS0 to COM1 or COM1=/dev/ttyS0,COM2=/dev/ttyS1 '-r disk:floppy=/mnt/floppy': enable redirection of /mnt/floppy to 'floppy' share or 'floppy=/mnt/floppy,cdrom=/mnt/cdrom' '-r clientname=<client name>': Set the client name displayed for redirected disks '-r lptport:LPT1=/dev/lp0': enable parallel redirection of /dev/lp0 to LPT1 or LPT1=/dev/lp0,LPT2=/dev/lp1 '-r printer:mydeskjet': enable printer redirection or mydeskjet="HP LaserJet IIIP" to enter server driver as well '-r sound:[local[:driver[:device]]|off|remote]': enable sound redirection remote would leave sound on server available drivers for 'local': oss: OSS output driver, default device: /dev/dsp or $AUDIODEV libao: libao output driver, default device: system dependent '-r clipboard:[off|PRIMARYCLIPBOARD|CLIPBOARD]': enable clipboard redirection. 'PRIMARYCLIPBOARD' looks at both PRIMARY and CLIPBOARD when sending data to server. 'CLIPBOARD' looks at only CLIPBOARD. -0: attach to console -4: use RDP version 4 -5: use RDP version 5 (default)