centos6.5 安裝sshd

#rpm -qa |grep ssh 檢查是否裝了SSH包html #yum install openssh-server 沒有的話,安裝SSH服務centos #chkconfig --list sshd 檢查SSHD是否在本運行級別下設置爲開機啓動ssh #chkconfig --level 2345 sshd on  若是沒設置啓動就設置下tcp #service sshd restart 
相關文章
相關標籤/搜索