可以先检查Ubuntu的ssh服务是否开启

$ ps -e|grep ssh

看到“ssh-agent”和“sshd”,否则表示没有安装服务,或没有开机启动


1.安装ssh

 $ sudo apt-get install openssh-server 

2.启动服务:

$ /etc/init.d/ssh start

3.

这里你需要开启ssh

一、先进入终端输入:# ifconfig 查看ip

Ubuntu不能Xftp 5不能连接

二、使用
Xftp 5连接

相关文章:

  • 2021-05-24
  • 2021-06-09
  • 2021-09-22
  • 2021-10-31
  • 2021-10-28
  • 2021-05-03
  • 2021-07-12
猜你喜欢
  • 2022-02-12
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-07-21
相关资源
相似解决方案