MobaXterm连接Ubuntu显示connection refused

Posted 朱果果

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了MobaXterm连接Ubuntu显示connection refused相关的知识,希望对你有一定的参考价值。

#如果没有发现ssh进程说明ssh没有启动

username@hostname:~$ ps -e | grep ssh

 

#在服务端启动服务
username@hostname:~$ service ssh start
ssh: unrecognized service


#在本机远程到服务端
bogon:~ macname$ ssh higgs@192.168.1.108
ssh: connect to host 192.168.1.108 port 22: Connection refused

 

#出现以上错误,是因为没有安装ssh,执行以下命令安装
sudo apt-get install openssh-server

主机要能和Ubuntu互ping

 

以上是关于MobaXterm连接Ubuntu显示connection refused的主要内容,如果未能解决你的问题,请参考以下文章

MobaXterm登陆Win10 Linux子系统

ubuntu开启22端口

ubuntu开启22端口

windows11系统WSL2安装ubuntu20.04桌面

windows11系统WSL2安装ubuntu20.04桌面

mobaxterm session stopped 怎么回事