How to store samba (cifs) password securely?

ddbug

When a password to Windows server is needed to mount via fstab (at startup time), is there any way to keep it encrypted ? Anything better than just storing the creds in a file readable only to root?

ElHeineken

It looks like (if your local password is the same as your windows password) password protected mounting can be realized via pam_mount.

Typical for PAM The password is obtained at logon and then used for mounting later. Not sure if this fulfills your requirements, though.

Collected from the Internet

Please contact [email protected] to delete if infringement.

edited at
0

Comments

0 comments
Login to comment

Related

From Dev

How to store password in angularjs securely

From Dev

How to store a password as securely in Chrome Extension?

From Dev

In Eve, how can you store the user's password securely?

From Dev

How can I store password securely in MySQL and authenticate to external services

From Dev

How to securely send/store password in a Spring RESTful login service

From Dev

How can I store password securely in MySQL and authenticate to external services

From Dev

Store a key or password securely locally on android

From Dev

Any way to store a password securely in an application

From Dev

Securely store token/password in Chrome extension

From Dev

Any way to store a password securely in an application

From Dev

How to change password securely in Meteor?

From Dev

How to Securely Store Various Credentials?

From Dev

How to send password to REST service securely?

From Dev

How to send password securely from client side?

From Dev

Capistrano 3.0 — How securely prompt for password now?

From Dev

How to send password to REST service securely?

From Dev

Can I securely store username and password in PHP session variables?

From Dev

SAMBA/CIFS connection error

From Dev

autofs cifs samba

From Dev

How to force autofs cifs (samba) to use smb version >= 2.0

From Dev

How to get File Owner attribute from SAMBA (CIFS)?

From Dev

How to securely store user passwords in a Cloudant DB?

From Dev

How to store data securely on a mobile device?

From Dev

How to store a json data securely in phonegap android?

From Dev

how to securely store encryption keys in android?

From Dev

How to securely store Google Authenticator secret key?

From Dev

How to securely store passwords in a configuration file on Linux?

From Dev

How to securely store AWS service ids for iOS?

From Dev

Problem Mounting Samba Share with cifs

Related Related

  1. 1

    How to store password in angularjs securely

  2. 2

    How to store a password as securely in Chrome Extension?

  3. 3

    In Eve, how can you store the user's password securely?

  4. 4

    How can I store password securely in MySQL and authenticate to external services

  5. 5

    How to securely send/store password in a Spring RESTful login service

  6. 6

    How can I store password securely in MySQL and authenticate to external services

  7. 7

    Store a key or password securely locally on android

  8. 8

    Any way to store a password securely in an application

  9. 9

    Securely store token/password in Chrome extension

  10. 10

    Any way to store a password securely in an application

  11. 11

    How to change password securely in Meteor?

  12. 12

    How to Securely Store Various Credentials?

  13. 13

    How to send password to REST service securely?

  14. 14

    How to send password securely from client side?

  15. 15

    Capistrano 3.0 — How securely prompt for password now?

  16. 16

    How to send password to REST service securely?

  17. 17

    Can I securely store username and password in PHP session variables?

  18. 18

    SAMBA/CIFS connection error

  19. 19

    autofs cifs samba

  20. 20

    How to force autofs cifs (samba) to use smb version >= 2.0

  21. 21

    How to get File Owner attribute from SAMBA (CIFS)?

  22. 22

    How to securely store user passwords in a Cloudant DB?

  23. 23

    How to store data securely on a mobile device?

  24. 24

    How to store a json data securely in phonegap android?

  25. 25

    how to securely store encryption keys in android?

  26. 26

    How to securely store Google Authenticator secret key?

  27. 27

    How to securely store passwords in a configuration file on Linux?

  28. 28

    How to securely store AWS service ids for iOS?

  29. 29

    Problem Mounting Samba Share with cifs

HotTag

Archive