Advertisement
Guest User

Untitled

a guest
Mar 9th, 2021
47
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 1.22 KB | None | 0 0
  1. <?xml version="1.0" encoding="utf-8" ?>
  2. <!DOCTYPE pam_mount SYSTEM "pam_mount.conf.xml.dtd">
  3.  
  4. <pam_mount>
  5.     <debug enable="0" />
  6.     <volume fstype="fuse" options="nosuid,nodev,noatime,reconnect,nonempty,allow_other,default_permissions,UserKnownHostsFile=/dev/null,StrictHostKeyChecking=no,password_stdin" path="sshfs#%(USER)@192.168.72.4:" mountpoint="~" ssh="0" noroot="0">
  7.         <not><uid>0-1000</uid></not>
  8.     </volume>
  9.     <volume fstype="fuse" options="nosuid,nodev,noatime,reconnect,nonempty,disable_hardlink,allow_other,default_permissions,UserKnownHostsFile=/dev/null,StrictHostKeyChecking=no,password_stdin" path="sshfs#%(USER)@192.168.72.4:.local/share/keyrings" mountpoint="~/.local/share/keyrings" ssh="0" noroot="0">
  10.                 <not><uid>0-1000</uid></not>
  11.     </volume>
  12.     <volume fstype="fuse" options="nosuid,nodev,noatime,reconnect,nonempty,disable_hardlink,allow_other,default_permissions,UserKnownHostsFile=/dev/null,StrictHostKeyChecking=no,password_stdin" path="sshfs#%(USER)@192.168.72.4:/mnt/storage/public" mountpoint="~/Public" ssh="0" noroot="0">
  13.                 <not><uid>0-1000</uid></not>
  14.         </volume>
  15.     <fuseumount>umount -l %(MNTPT)</fuseumount>
  16.     <logout wait="10000" hup="0" term="1" kill="1"/>
  17. </pam_mount>
  18.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement