sudo apt-get install openssh-server
sudo apt-get install smbclient
将远端storage目录挂载到本地/mnt/smb下 shell
mount -t cifs -o username=xxx,password=xxx //192.168.1.100/storage /mnt/smb