Advertisement

MobaXterm使用SSH连接到Ubuntu 22.04

阅读量:

针对Ubuntu

1,打开虚拟机终端

首先先更新一下

复制代码
    sudo apt update

2,安装一下SSH

复制代码
    sudo apt install openssh-server

3,开启SSH服务

复制代码
    sudo systemctl start ssh
    sudo systemctl enable ssh

4,输入命令ifconfig,查看ip地址

在这里插入图片描述

针对MobaXterm

打开SSH

在这里插入图片描述
  • Remotely assigned Host, please fill in the above IP address.
  • Please specify your Linux username and enter it here.
  • P

全部评论 (0)

还没有任何评论哟~