Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <?xml version="1.0" encoding="utf-8" ?>
- <!DOCTYPE pam_mount SYSTEM "pam_mount.conf.xml.dtd">
- <pam_mount>
- <debug enable="0" />
- <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">
- <not><uid>0-1000</uid></not>
- </volume>
- <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">
- <not><uid>0-1000</uid></not>
- </volume>
- <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">
- <not><uid>0-1000</uid></not>
- </volume>
- <fuseumount>umount -l %(MNTPT)</fuseumount>
- <logout wait="10000" hup="0" term="1" kill="1"/>
- </pam_mount>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement