sunbird 发表于 2018-5-7 09:33:26

两台Ubuntu主机共享文件

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


[*]apt-get install ssh

  2. 确认ssh服务启动


[*]root@Ubuntu-203:~# netstat -anpt | grep ssh
[*]tcp    0   0 0.0.0.0:22    0.0.0.0:*   LISTEN      3258/sshd

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

页: [1]
查看完整版本: 两台Ubuntu主机共享文件