https://www.digitalocean.com/community/tutorials/how-to-use-visual-studio-code-for-remote-development-via-the-remote-ssh-plugin sudo apt-get install sshfs sudo yum install fuse-sshfs sshfs -C -o cache_timeout=80000 myself@work:~/files_at_work ~/my_home sshfs -o cache_timeout=115200 -o attr_timeout=115200 ... sshfs remote:/path/to/folder local -oauto_cache,reconnect,defer_permissions eval "$(ssh-agent -s)" && ssh-add con puttygen traduci da id_rsa a file .ppk sudo chown www-data:www-data -R /var/www sudo chown -R $(whoami):www-data ./ sudo chmod -R 775 ./ sudo chmod o+s ./