Replace ssh proxy command

This page https://gitlab.tudelft.nl/acryan/data-management-for-researchers/-/wikis/Configure-VPS-connection-via-SSH contains instructions for ssh-ing via linux-bastion. However since a recent update of the bastion servers, the command won't work because nc isn't available anymore (I found this wiki by trying to update our own instructions).

Instead of using netcat, you can use ssh directly like so: ProxyCommand ssh -W %h:%p <bastion-host>. Hope that helps :)

To upload designs, you'll need to enable LFS and have an admin enable hashed storage. More information