GUI クライアント
http://www.nomachine.com/
参考サイト
http://gihyo.jp/admin/serial/01/ubuntu-recipe/0098
http://tomo.ac/goodstream/nxclient/index.html
http://tmty.jp/tag/aws/
サーバー側
ubuntu@ip-10-146-37-157:~$ startx
The program 'startx' is currently not installed. You can install it by typing:
sudo apt-get install xinit
ubuntu@ip-10-146-37-157:~$
ubuntu@ip-10-146-37-157:~$ uname -a
Linux ip-10-146-37-157 2.6.32-341-ec2 #42-Ubuntu SMP Tue Dec 6 14:56:13 UTC 2011 x86_64 GNU/Linux
SSHサーバーは、インストール済みのようだ「sudo apt-get install openssh-server」は不要
FreeNX サーバ側インストール
ubuntu@ip-10-146-37-157:~$ sudo add-apt-repository ppa:freenx-team
ubuntu@ip-10-146-37-157:~$ sudo apt-get update
ubuntu@ip-10-146-37-157:~$ sudo apt-get install freenx
ダウンロード先
http://www.nomachine.com/download-client-windows.php
インストール後の設定
EC2 Instance: i-0fed450f ec2-175-41-205-159.ap-northeast-1.compute.amazonaws.com
Hostには、「ec2-175-41-205-159.ap-northeast-1.compute.amazonaws.com」を記述
パスワード変更 kari
ubuntu@ip-10-146-37-157:~$ sudo passwd ubuntu
Enter new UNIX password:
Retype new UNIX password:
passwd: password updated successfully
ubuntu@ip-10-146-37-157:~$ sudo pwconv
authentication failed ログインできない
ubuntu@ip-10-146-37-157:~$ cd /etc/ssh/
ubuntu@ip-10-146-37-157:~$ sudo mv sshd_config sshd_config.org
ubuntu@ip-10-146-37-157:~$ sudo cp sshd_config.org sshd_config
ubuntu@ip-10-146-37-157:~$ sudo vi sshd_config
PasswordAuthentication no
↓
PasswordAuthentication yes
ubuntu@ip-10-146-37-157:~$ sudo ssh 127.0.0.1
The authenticity of host '127.0.0.1 (127.0.0.1)' can't be established.
RSA key fingerprint is 21:3d:e5:13:11:80:d9:42:c6:99:25:62:75:5e:a0:bf.
Are you sure you want to continue connecting (yes/no)? yes
Warning: Permanently added '127.0.0.1' (RSA) to the list of known hosts.
Permission denied (publickey).ubuntu@ip-10-146-37-157:~$ sudo /etc/init.d/ssh restart
http://d.hatena.ne.jp/takuya_1st/20091229/1262115454
http://yangsumi.blogspot.com/
デスクトップログイン時にエラー
# sudo apt-get update
# sudo apt-get -y install ubuntu-desktop
0 件のコメント:
コメントを投稿