SSH: Linux开启ssh并启动root登录设置默认密码
apt update && apt install -y openssh-server echo "PermitRootLogin yes" >> /etc/ssh/sshd_config echo "root:xxxxxx" | chpasswd
apt update && apt install -y openssh-server echo "PermitRootLogin yes" >> /etc/ssh/sshd_config echo "root:xxxxxx" | chpasswd