ESXi 開啟 ssh

    內容表格
    沒有標頭

    版本為 08:48, 13 Nov 2024

    到這個版本。

    返回到 版本存檔.

    查閱目前版本

    1、在控制台下,按 ALT+F1 進入控制台界面

    2、輸入 unsupported 然後按 enter  (輸入的時候是看不到你輸入的,所以一定要注意)

    3、如果輸入的 unsupported 正確,您將看到支持模式和密碼提示,然後輸入 root 密碼進行登錄

    4、登錄后,修改設定檔
         # vi /etc/inetd.conf

    5、搜索  #SSH  這一項后,把前面的 # 去掉   

    6、然後保存退出

     

    • From the console press ALT-F1
    • Type unsupported and press ENTER
    • Enter the root password
    • Enter the following command vi /etc/inetd.conf
    • Search for the #SSH settings
    • Remove the # from the SSH row
    • Save the config by using :wq!
    • Type ps | grep inetd on the console
    • Send a hangup signal by using the following command kill -s HUP

     

    Powered by MindTouch Core