VMware安装统信UOS操作系统

VMware虚拟机安装统信UOS操作系统后的一些设置;

UOS

1、启用ssh连接

1
2
3
4
5
6
7
sudo apt install openssh-server  //默认已安装
systemctl enable ssh //设置开机启动
systemctl status ssh
systemctl start ssh
systemctl stop ssh
systemctl restart ssh
systemctl reload ssh

2、启用root的ssh连接,默认root不能ssh连接

1
2
3
4
编辑sshd配置文件,将#PermitRootLogin prohibit-password的#删除,将prohibit-password更改为yes
vi /etc/ssh/sshd_config
重启ssh服务
systemctl restart ssh

欢迎关注公众号收藏小程序

河洛先生河洛先生