1.修改端口 cd /etc/ssh #备份 sudo cp sshd_config sshd_config.bak sudo vim sshd_config1234 2. 修改sshd_config Port 2233 #修改端口 ListenAddress 0.0.0.0 #打开本地监听 #StrictModes yes #注释掉 PasswordAuthentication yes #允...
win10子系统重启报错: mycms5@DESKTOP-V7GC41P:~$ reboot System has not been booted with systemd as init system (PID 1). Cant operate. 这是因为:系统没有用SITD作为init系统(PID 1)启动。不能操作。...