Benutzer-Werkzeuge

Webseiten-Werkzeuge


sshfs

Unterschiede

Hier werden die Unterschiede zwischen zwei Versionen angezeigt.

Link zu dieser Vergleichsansicht

Beide Seiten der vorigen RevisionVorhergehende Überarbeitung
Nächste Überarbeitung
Vorhergehende Überarbeitung
sshfs [2024-03-29 23:01:32] – [AutoFS / AutoMount] manfredsshfs [2024-07-07 17:28:32] (aktuell) – [AutoFS / AutoMount] manfred
Zeile 1: Zeile 1:
 ====== sshfs ====== ====== sshfs ======
 +
 +  * [[::SSH / SSL]]
 +  * [[::SSH-Schlüssel austauschen für ein passwortlosen Login]]
 +    * ''ssh-keygen -t ed25519 -a 1024''
  
 [[http://stefankonarski.de/content/verschluesseltes-netzwerkdateisystem-sshfs-unter-freebsd]] [[http://stefankonarski.de/content/verschluesseltes-netzwerkdateisystem-sshfs-unter-freebsd]]
Zeile 53: Zeile 57:
 ==== AutoFS / AutoMount ==== ==== AutoFS / AutoMount ====
  
-  root@debian:~# apt install sshfs+  root@debian:~# apt install autofs sshfs 
 +  root@debian:~# useradd -m mm
   root@debian:~# id mm   root@debian:~# id mm
   uid=1001(mm) gid=1001(mm) groups=1001(mm)   uid=1001(mm) gid=1001(mm) groups=1001(mm)
Zeile 73: Zeile 78:
 <file bash root@debian:/etc/auto.sshfs> <file bash root@debian:/etc/auto.sshfs>
 # SSHFS # SSHFS
-Audio -fstype=fuse,ro,allow_other,noatime,follow_symlinks,idmap=user,auto_cache,reconnect,ServerAliveInterval=15,Ciphers=aes128-ctr,Compression=no,IdentityFile=/home/mm/.ssh/id_ed25519 :sshfs\#mm@192.168.0.1\:/Audio +Audio -fstype=fuse.sshfs,ro,allow_other,noatime,follow_symlinks,idmap=user,auto_cache,reconnect,ServerAliveInterval=15,Ciphers=aes128-ctr,Compression=no,IdentityFile=/home/mm/.ssh/id_ed25519 :sshfs\#mm@192.168.0.1\:/Audio 
-Video -fstype=fuse,ro,allow_other,noatime,follow_symlinks,idmap=user,auto_cache,reconnect,ServerAliveInterval=15,Ciphers=aes128-ctr,Compression=no,IdentityFile=/home/mm/.ssh/id_ed25519 :sshfs\#mm@192.168.0.1\:/Video+Video -fstype=fuse.sshfs,ro,allow_other,noatime,follow_symlinks,idmap=user,auto_cache,reconnect,ServerAliveInterval=15,Ciphers=aes128-ctr,Compression=no,IdentityFile=/home/mm/.ssh/id_ed25519 :sshfs\#mm@192.168.0.1\:/Video
 </file> </file>
  
/home/http/wiki/data/attic/sshfs.1711753292.txt · Zuletzt geändert: von manfred