Install sshfs
apt install -y sshfs
Edit config
/etc/fuse.conf
uncomment
# Allow non-root users to specify the allow_other or allow_root mount options. user_allow_otherAdd line to fstab
sshfs#user@itc-life.ru:/ /home/user/mount/itc-life.ru/ fuse user,port=22,_netdev,reconnect,uid=1000,gid=1000,idmap=user,allow_other 0 0
Check mount
mount /home/user/mount/itc-life.ru/
PROFIT!!!