Ubuntu配置SecureCRT登入

大牧莫邪發表於2017-07-13

1. 命令列切換到root使用者

備註:ubuntu預設root使用者沒有設定密碼,切換需要首先設定密碼
  • sudo passwd root
  • 按照提示輸入當前使用者密碼
  • 按照提示輸入要設定的root使用者密碼
  • 按照提示再次輸入root使用者密碼
  • 修改成功

    切換到root使用者
  • su – root

  • 按照提示輸入root使用者密碼

    2. 安裝openssh-server

apt-get install openserver-ssh
  • 修改配置檔案
  • 命令列[終端]進入目錄:/etc/ssh
  • 修改檔案 sshd_config
  • 註釋掉 PermitRootlogin ..
  • 新增一行 PermitRootLogin yes 儲存檔案退出

    3. 重啟ssh服務

  • 命令列(終端)執行命令:service ssh restart

  • 檢視ip地址:ifconfig

    4. 開啟SecureCRT軟體,根據提示輸入IP地址和賬號,點選連線,在彈出的對話方塊中輸入root賬號和密碼,盡情享用吧!

相關文章