vi /etc/ssh/sshd_config
Port 22
Protocol 2
PermitRootLogin yes
PasswordAuthentication yes
/etc/init.d/sshd restrat
service sshd status
netstat -an|grep 22
发现没有端口22,日阿
解决方法:
______________________________________
一、开启SSH
以root用户登录Linux,打开终端,运行: /etc/init.d/sshd restrat
______________________________________
二、关闭防火墙
1.在终端运行 setup
2,.选择 firewall 回车
3.按tab键切换到disablede项,然后按空格键选择,然后再按tab键切换到ok,按空格件选择
4.按tab键切换到quit,按空格件选择
然后用客户端ssh登录Linux
______________________________________
三、关闭防火墙的另一种方式
/etc/init.d/iptables stop
______________________________________
补充:
红旗linux的某些版本,不允许root用户远程登陆的,需要修改设置#vi /etc/ssh/sshd_config 中
PermitRootLogin no
#这就不允许root用户远程登录,要修改成PermitRootLogin yes 并重启sshd服务才行的
#service sshd restart
再拿SecureCRT 连接,必能连。
VMWARE 采用HOST ONLY ,先保证能Ping通。
无法用securecrt 连接虚拟机Linux
精选 转载
提问和评论都可以,用心的回复会被更多人看到
评论
发布评论
相关文章
-
SecureCRT 连接 CentOS虚拟机
1、安装SecureCRT SecureCRT是一款支持SSH等协议的终端仿真软件,可以在windows下登录Linux服务器,这样
securecrt CentOS SecureCRT连接CentOS虚拟机 centos 主机名 -
xshell连接虚拟机ubuntuip地址 ubuntu 360杀毒
-
Xshell连接虚拟机失败的解决方法
由于自己的xshell突然连接不到虚拟输入用户名和密码...
网络 linux ssh python centos -
Xshell连接虚拟机
先自己检查一下虚拟机相关服务是否打开了,看一下相关服务是否是运行状态,如果没运行,先右键运行然后连接试一下,如果还不行参考下方处理方式 转
vim 桥接模式 ip地址 linux虚拟机 主机名