sshの導入まで。
sudo apt-get update
sudo aptitude install openssh-server
sudo vi /etc/ssh/sshd_config
PermitRootLogin no ← noにしておく
sudo /etc/init.d/ssh restart
vnc 5900番ポートなので注意。
vnc自体は、システム→設定→リモートデスクトップで
OK。
sshの導入まで。
sudo apt-get update
sudo aptitude install openssh-server
sudo vi /etc/ssh/sshd_config
PermitRootLogin no ← noにしておく
sudo /etc/init.d/ssh restart
vnc 5900番ポートなので注意。
vnc自体は、システム→設定→リモートデスクトップで
OK。