I'm looking for a way to hide my credentials in fstab for lines like
Code: Select all
//hostname/share smbfs /mnt/sharename defaults,username=user%password 0 0
Code: Select all
//hostname/share smbfs /mnt/sharename defaults,username=user%password 0 0




Code: Select all
emerge sshfs-fuse
sshfs remote-system-name:/remote-folder /media/mount-name

reboot the machine into knoppix. steal a machine, pull out the hard disk, load another os etc. etc.Vulpes_Vulpes wrote:But don't you have to be root to read the 0600 chmodded credential file? I'm really interested in the workaround you mentioned.humbletech99 wrote:yeah, but this is quite easy to work around and just read the info off disk, but it really what I will have to resort to otherwise...
