--------------------------------------------------------------------
Host OS : Windows 7.
Guest OS : CentOS 5.7
Virtual Machine : Vmware Player 4 build.
Connection Type: Nat
--------------------------------------------------------------------
putty : http://www.chiark.greenend.org.uk/~sgtatham/putty/download.html
貌似centos 安裝就已經能支援 ssh 登入, 當然別忘了檢查selinux 是否信任 ssh 服務。
#setup
|- Firewall configuration-> Customize -> Allow incoming : ssh (選中 )
直接啟動 putty , 填入 GuestOS ip , 連接埠 : 22 . 登入就行了 。
PS :
中文支援一: Putty Configuration->Window->Appearance->Font settins-> change-> 新宋體
中文支援二 : Translation-> Character Set Translation -> Remote Character Set -> UTF-8
------------------------------------------------------------------------------------------------------------------------------------------------------------------
xming : http://sourceforge.net/projects/xming/
#vi /etc/ssh/sshd_config
|- X11Forwrding yes ( 允許 x 通訊)
* 啟動 xlauch -> one window (display number:0),
* Run Remote -> using Putty(plink.exe) -> Connect to computer(GuestOS's IP)->
login as user(username) -> Passward
* next -> skip -> finish(open) .
開啟gnome 介面。
#gnome-session
參考 :
http://wly719.iteye.com/blog/435538