/ 中存储网

告诉你两台Ubuntu主机共享文件的方法及命令

2015-06-08 11:26:52 来源:中存储网

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",展开即可配置。