中兴网络设备交换机路由器查看ip状态查看IPv4查看IPv6状态命令方法
show ip interface brief
show ipv6 interface brief
show ip interface brief
show ipv6 interface brief
su - root vi /etc/ssh/sshd_config保存好后重启SSH/etc/init.d/ssh restartPermitRootLogin without-password换成 PermitRootLogin yes...
1、修改ssh配置文件sshd_config[root@VM_0_10_centos ~]# vi /etc/ssh/sshd_config截图中红色框中的部分,建议先保留22端口号,然后新增自定义端口号2、防火墙放行[root@VM_0_10_centos ~]# firewall-cmd –zo...
1、utf-8 后加 init=/bin/sh #Ctrl+x 执行启动 2、mount -o remount,rw / ...
...
一、安装openssh-service命令: sudo apt install openssh-server二、启动ssh服务命令: sudo service ssh start检查是否启动成功: ps -aux | grep ''ssh'...