已采納回答 / XhstormR
<...code...>默認登錄用戶名是 centos,如果想用 root 用戶的話,可以在 WEB 面板植入下面的命令<...code...>#!/bin/sh mv /root/.ssh/authorized_keys /root/.ssh/authorized_keys.old cp ?/home/centos/.ssh/authorized_keys /root/.ssh/
2016-06-14