2-8 of 331,000 results
Open links in new tab
  1. linux - Permissions on private key in .ssh folder? - Super User

    I changed my permissions in my .ssh folder and now when I use a piece of software that uses my private key, I have to type my password each time. What should my permissions be on my …

  2. SSH Key Permissions chmod settings? - Unix & Linux Stack …

    I got round this problem and deleted the SSH files but want to be able to use the correct permissions to avoid these issues in future. How should I set up ICEauthority, or where should I …

  3. ssh authorized_keys file location and permissions - Super User

    Aug 2, 2021 · I am confused on the permissions that ssh requires when dealing with custom authorized_keys files. For example, assuming that we have a server the following line in file …

  4. What is SSH authorized_keys file and how to check it

    Oct 19, 2025 · This command copies the public key to the remote server’s authorized_keys file while preserving any existing keys, and sets the correct permissions on the file to ensure that it …

  5. How do I add SSH Keys to authorized_keys file? - Ask Ubuntu

    Jun 1, 2011 · I still get permission denied from the server on my local machine. authorized_keys has the permissions 600. I have tried appending my SSH key with ssh-rsa and leaving the ssh …

  6. Correct .ssh file and directory permissions – Linux

    Oct 15, 2024 · Authorized Keys (authorized_keys): This file contains the public keys authorized for SSH access. It must have 600 permissions to ensure it is only readable and writable by the …

  7. Adding a public key to ~/.ssh/authorized_keys does not log me ...

    I added the public SSH key to the authorized_keys file. ssh localhost should log me in without asking for the password. I did that and tried typing ssh localhost, but it still asks me to type in ...