Unterschiede

Hier werden die Unterschiede zwischen zwei Versionen angezeigt.

Link zu dieser Vergleichsansicht

Nächste Überarbeitung
Vorhergehende Überarbeitung
systemverwaltung:user_info:howto:web-access [2018/11/22 11:48]
admin angelegt
systemverwaltung:user_info:howto:web-access [2021/12/02 11:27] (aktuell)
Zeile 10: Zeile 10:
 Install OXFUSE and SSHFS Install OXFUSE and SSHFS
  
-<file bash rmote-mount.sh>+<file bash remote-mount.sh> 
 +#!/bin/bash 
 +# Aus: https://coderwall.com/p/tixbrq/mount-remote-dir-in-the-osx-finder-using-sshfs-and-homebrew - 2016 
 +# Variablen 
 +REMOTEPORT=22 
 +REMOTEUSER=username # put username from amth department here 
 +REMOTESERVER="contact.math.uni-sb.de" 
 +REMOTEDIR= 
 +MOUNTP=~/mnt 
 +VOLNAME=contact 
 + 
 +# reset mount 
 +umount -f $MOUNTP 
 +mkdir -pv $MOUNTP 
 + 
 +# mount dir 
 +#sshfs $REMOTEPORT $REMOTEUSER@$REMOTESERVER:$REMOTEDIR $MOUNTP \ 
 +sshfs $REMOTEUSER@$REMOTESERVER:$REMOTEDIR $MOUNTP \ 
 +-oauto_cache,reconnect,defer_permissions,noappledouble,negative_vncache,volname=$VOLNAME
  
 </file> </file>
  
 +Best is to synchronize first with the jumphost ''contact.math.uni-sb.de'', and then trigger ''rsync'' to your homedir e.g. on ''gemini'' and then perhaps to the webspace.

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