1. 安装ssh(包含openssl-server和openssh-client)


  1. apt-get install ssh

2. 确认ssh服务启动


  1. [email protected]:~# netstat -anpt | grep ssh 
  2. tcp    0   0 0.0.0.0:22    0.0.0.0:*     LISTEN      3258/sshd  

3. 点击菜单栏的"Place"->"Connect to Server"

 

两台Ubuntu主机共享文件

两台Ubuntu主机共享文件 

 

转载于:https://blog.51cto.com/wukun/847497

相关文章:

  • 2021-08-26
  • 2021-10-20
  • 2021-08-28
  • 2021-12-29
  • 2021-04-21
  • 2021-09-18
  • 2021-12-14
  • 2021-11-08
猜你喜欢
  • 2022-01-02
  • 2021-07-21
  • 2021-11-03
  • 2021-10-11
  • 2022-01-02
  • 2021-12-17
  • 2022-01-02
相关资源
相似解决方案