Linux開啓ssh服務

  1. 首先更新源  
    sudo apt-get update
  2. 安裝ssh服務
    sudo apt-get install openssh-server
  3. 檢測是否已啓動
    ps -e | grep ssh

    看到有ssh字樣,說明已啓動,若是沒有就手動啓動windows

    /etc/init.d/ssh start
  4. 配置ssh-server,配置文件位於/etc/ssh/sshd_config,默認端口爲22,爲了安全,通常自定義爲其餘端口,而後重啓
    sudo /etc/init.d/ssh resart

    在windows中,使用putty或者SSH Secure Shell等登陸虛擬機安全

相關文章
相關標籤/搜索