1、首先確定linux系統有網路。
使用ipconfig檢視是否有ip地址,沒有的話需要先配置。
2、開啟sshd服務:service sshd start
3、關閉防火牆服務:service iptables stop
最後還可以把sshd設定為開機啟動,而防火牆為開機不啟動,命令為:
chkconfig ssdh on
chkconfig iptables off
1、首先確定linux系統有網路。
使用ipconfig檢視是否有ip地址,沒有的話需要先配置。
2、開啟sshd服務:service sshd start
3、關閉防火牆服務:service iptables stop
最後還可以把sshd設定為開機啟動,而防火牆為開機不啟動,命令為:
chkconfig ssdh on
chkconfig iptables off