Dies ist eine alte Version des Dokuments!


Webserver User Access

Install brew and sshfs

  • installing brew
$/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh)"
  • installing wget
$brew install wget
  • install osxfuse and sshfs
$brew cask install osxfuse
$brew install sshfs
  • local directory
$mkdir ~/MatheWebPublic
  • sshfs mounting with webserver
$sshfs ag-prof@www.math.uni-sb.de:/exports/ag/ag-prof /Users/local/MatheWebPublic
  • repeat last two steps for non public folders
$mkdir ~/MatheWebNonPublic
$sshfs ag-prof@www.math.uni-sb.de:/home/ag/ag-prof /Users/local/MatheWebNonPublic

QR-Code
QR-Code systemverwaltung:user_info:howto:www (erstellt für aktuelle Seite)