Re: [CentOS] CIFS Share with encrypted credentials

2013-10-03 Thread Anthony K
On 02/10/13 06:40, Eero Volotinen wrote: > This is really stupid idea, don't even try to do it. > Why not give a reason why it is a **stupid** idea??? ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos

Re: [CentOS] CIFS Share with encrypted credentials

2013-10-01 Thread Eero Volotinen
> > //10.0.0.1/share /mntcifs > defaults,credentials=/test/.cred > > Since this file is readable by the root user, I figured if there might > be a way to encrypt this file, and with decrypt this file with a script > so the mount will succeed, and then encrypt it again. or maybe there is

Re: [CentOS] CIFS Share with encrypted credentials

2013-10-01 Thread Billy Crook
On Tue, Oct 1, 2013 at 9:06 AM, Dolev Farhi wrote: > I have a CIFS share that I mount on a CentOS6.4. > > Currently I am keeping the password in a regular hidden file, for > example /test/.cred with the username and password. > the /etc/fstab directive points to that file. > for example: > > //10.

[CentOS] CIFS Share with encrypted credentials

2013-10-01 Thread Dolev Farhi
Hi, I have a CIFS share that I mount on a CentOS6.4. Currently I am keeping the password in a regular hidden file, for example /test/.cred with the username and password. the /etc/fstab directive points to that file. for example: //10.0.0.1/share /mntcifs defaults,credential