目前,我有一个位于远程的 Ubuntu 服务器,我想与本地 Windows 7 计算机共享一个文件夹。换句话说,我想将我的远程 Ubuntu 驱动器映射为本地驱动器。我该怎么做呢?
答案1
我认为最简单的方法是在 Ubuntu 上安装 onpessh-server 并使用 winscp。
只要确保 ssh 服务器的安全,我建议您使用密钥并禁用密码。
https://help.ubuntu.com/10.10/serverguide/C/openssh-server.html
https://help.ubuntu.com/community/SSH/OpenSSH/Keys
您必须使用 puttygen 导入 openssh 密钥
http://jason.sharonandjason.com/key_based_putty_logins_mini_how_to.htm
http://linux-sxs.org/networking/openssh.putty.html
虽然设置需要几分钟,但它是安全且图形化的。