一、在ubuntu
1、安装SSH client and Server
sudo apt-get install openssh-client
ssh-******
sudo apt-get install openssh-server
2、确认启动
ps -e|grep ssh
如果没有启动,则sudo/etc/init.d/ssh start
3、查找ip地址
ifconfig
4、服务命令
停止服务:sudo/etc/init.d/ssh stop
启动服务:sudo/etc/init.d/ssh start
重启服务:sudo/etc/init.d/ssh restart
断开连接:exit

二、在windows的MobaXterm
点击Session 点击SSH 使用MobaXterm进行对ubunbu系统的文件管理

Remote host 填入刚才查的ip地址,输入ubuntu的账号密码,点击ok。
完成。

相关文章:

  • 2022-12-23
  • 2021-08-18
  • 2022-12-23
  • 2022-01-24
  • 2021-05-02
  • 2021-05-21
  • 2021-12-23
  • 2022-01-12
猜你喜欢
  • 2021-04-26
  • 2021-10-29
  • 2021-10-22
  • 2021-09-26
  • 2021-05-07
  • 2021-07-13
相关资源
相似解决方案