Debian 12/13 無法使用Root登入

由於我們選用的IMG為Debian 官方的IMG, 故Debian 12/13安裝完畢后會出現默認不允許使用密碼的Root賬戶登錄的情況.

請現在控制面板中點擊“Xterm.js”, 輸入您在裝機時的root密碼, 隨後執行下面的命令:

wget http://10.10.10.10/fix-root.sh && chmod +x fix-root.sh && bash fix-root.sh

隨後通過外部SSH登陸工具登陸即可. 

You may get refused when logging in to your freshly installed Debian 12/13. That’s because we use images directly from Debian official releases, which disabled root login by password.

Please enter your VM by “Xterm.js” on control panel first, then type the password you set when rebuilding. Execute the command below:

wget http://10.10.10.10/fix-root.sh && chmod +x fix-root.sh && bash fix-root.sh

Finally, you can login by SSH terminal softwares.

请登录后发表评论

    没有回复内容