小狼@http://blog.csdn.net/xiaolangyangyang
一、安裝時選擇上SSH,或登陸源碼使用上SSH
系統
三、使用ee編輯器編輯/etc/inetd.conf,去掉ssh前的#
四、編輯/etc/rc.conf,加入一行sshd_enable="YES"
五、編輯/etc/ssh/sshd_config,將
#PermitRootLogin no改為PermitRootLogin yes //允許root登陸
#PasswordAuthentication EmptyPasswords no改為PermitEmptyPasswords no//不允許空密碼保存退出六、啟動SSHD服務,/etc/rc.d/sshd start
七、查看服務是否啟動,netstat -an,如果看到22埠有監聽,恭喜! ! !
八、準備好你的帳號和ssh客戶端登入吧
以上就介紹了FreeBSD9.0開啟SSH遠端登錄,包括了方面的內容,希望對PHP教程有興趣的朋友有所幫助。