2
2

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

Amazon Workspace(Linux)から、RemminaでWindowsにリモートデスクトップ接続(RDP)

2
Posted at

AWSのWorkspaces(Linux)から、WindowsにRDP接続したいと相談した所、Remminaがイケテルという事だったので、試して見ました。

以下、Remminaのインストール手順です(yum repoよく分かってないので、冗長かも知れませんが、覚書的にメモメモ)

環境

  • AWS Workspaces(Amazon Linux2)
  • Remmina(+RDPプラグイン)

接続先は、EC2(Windows Server 2016)で試しました。

インストール

まず、EPELを入れます。

wget https://dl.fedoraproject.org/pub/epel/7/x86_64/Packages/e/epel-release-7-11.noarch.rpm
sudo rpm -ivh epel-release-7-11.noarch.rpm 

NUX REPOをインストールします。

sudo rpm --import http://li.nux.ro/download/nux/RPM-GPG-KEY-nux.ro
sudo yum -y install epel-release
sudo rpm -Uvh http://li.nux.ro/download/nux/dextop/el7/x86_64/nux-dextop-release-0-5.el7.nux.noarch.rpm

EPELとNUXがリポとして追加されている事を確認します。

$ yum repolist
..
..
..
epel/x86_64                           Extra Packages for Enterprise L 13,040+288
nux-dextop/x86_64                     Nux.Ro RPMs for general desktop   2,658+44

で、remmina(とRDPプラグイン)を、yumでインストール。

sudo yum --enablerepo=nux-dextop install remmina remmina-plugins-rdp

使い方

メニューのどこかに「Remmina Remote Desktop Client」があるので、それで起動。

接続名、接続先情報(SERVER, USER, PASSWORD)を入れて、接続出来ればOK。

参考URL

2
2
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
2
2

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?