2012/06/14

Fedora14 安裝SSH

那我們先輸入以下指令:
yum install openssh-server -y

安裝完後輸入 rpm -qa |grep openssh-server
會出現 openssh-server-5.5p1-21.fc14.2.i686

輸入:vim /etc/ssh/ssh_config
將root設為不可登入
#PermitRootLogin no
更改完畢重起SSH的服務:/etc/rc.d/init.d/sshd restart

如果SSH被防火牆擋住的話就輸入:iptables -I INPUT -p tcp --dport 22 -j ACCEPT

輸入ntsysv,將ssh點選起來,以後開機都會啟動這個服務

接著就可以使用一些遠端登入工具登入你的Linux系統了
再這邊推薦Putty這套軟體,上課常看到老師再使用。

參考資料:
http://www.linuxidc.com/Linux/2010-04/25398.htmhttp://mepopedia.com/forum/read.php?135,5748