Webserver User Access

MacOSX with OSXfuse and sshfs

First of all you need to have VPN with anyconnect: https://www.hiz-saarland.de/dienste/vpn/ (without VPN you need to use our jumphost styx configured)

Install brew, osxfuse and sshfs

The Dollar sign stands for MacOSX terminal command prompt. You should type all commands after the Dollar sign.

Replace ag-prof with your group login to the webserver not equivalent with login for Math Department.

The path for /users/local/ should be adapted to your local username.

$/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh)"
$brew install wget
$brew cask install osxfuse
$brew install sshfs
$mkdir ~/MatheWebPublic
$sshfs ag-prof@www.math.uni-sb.de:/exports/ag/ag-prof /Users/local/MatheWebPublic
$mkdir ~/MatheWebNonPublic
$sshfs ag-prof@www.math.uni-sb.de:/home/ag/ag-prof /Users/local/MatheWebNonPublic