sudo apt-get install sshfs
sudo mkdir /mnt/cong
sudo sshfs -o allow_other,IdentityFile=~/.ssh/id_rsa cong@xxx.xxx.x.xxx:/share1/home/cong /mnt/cong
sudo umount /mnt/cong