About 259,000 results
Open links in new tab
  1. how to use a credential file when mounting a samba share using …

    Apr 7, 2018 · I want to use a credentials file (with 600 permission) instead of typing in username/password. Any ideas how this can be done? I've looked around and the only …

  2. What is the file format of the `~/git-credentials` file?

    Oct 19, 2018 · The format is documented here: The .git-credentials file is stored in plaintext. Each credential is stored on its own line as a URL like: https://user:[email protected]

  3. mount error 13 = Permission denied - Unix & Linux Stack Exchange

    A couple of things to check out. I do something similar and you can test mount it directly using the mount command to make sure you have things setup right. Permissions on credentials file …

  4. How to read password from Windows credentials?

    11 What is the cipher used by windows Credential Manager to generate credentials backup files (*.crd)? With a backup file from Credential Manager and the password used to created that …

  5. Storing username and password in Git - Unix & Linux Stack …

    Jul 18, 2017 · In linux (Ubuntu 18.04) the username / password can be saved in the file ~/.git-credentials, just edit the file to use your new username / password. The file format is quiet …

  6. can not use mount.cifs: mount error(2): No such file or directory

    After install of keyutils, my cifs mount worked just fine, whereas before I did get the error message "mount error (2): No such file or directory", just as in the OP.

  7. mount.cifs can't use the same credential file that smbclient uses

    specifies a file that contains a username and/or password and optionally the name of the workgroup. The format of the file is: username=value password=value domain=value Then I …

  8. What are the secure ways to use credentials in bash scripts?

    Jul 2, 2025 · If you are protecting the credentials against peers with access to the server but without root privileges you could store the credentials in a suitably protected file in your home …

  9. security - How can I secure unencrypted credential files, for …

    Oct 21, 2024 · For existing programs that assume such an unencrypted file containing secrets. I ask this question motivated by wanting to access Gmail using gmi/lieer and notmuch - which …

  10. permissions - mount.cifs fails (Error 2, no such file or directory ...

    Mar 22, 2018 · Permissions on the credentials file are currently set as follows. I started out as the file owner, but that didn't work either. $ ls -l mycreds # -rwSr-xr-x. 1 root root 40 Mar 19 18:23 …