• Visitors can check out the Forum FAQ by clicking this link. You have to register before you can post: click the REGISTER link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below. View our Forum Privacy Policy.
  • Want to receive the latest contracting news and advice straight to your inbox? Sign up to the ContractorUK newsletter here. Every sign up will also be entered into a draw to WIN £100 Amazon vouchers!

SSH Public Key Problem

Collapse
X
  •  
  • Filter
  • Time
  • Show
Clear All
new posts

    SSH Public Key Problem

    I have a server, and two clients, I have created added the public key from client 1 to authorized_keys on the server and it works a treat, when I try to add the public key from client 2 to the same file but appending the new key below the first, I can still connect from client 1 but not client 2 as i get the error message

    "Permission denied (publickey)."

    Is what I am trying to do possible?
    Originally posted by Stevie Wonder Boy
    I can't see any way to do it can you please advise?

    I want my account deleted and all of my information removed, I want to invoke my right to be forgotten.

    #2
    Originally posted by SimonMac View Post
    I have a server, and two clients, I have created added the public key from client 1 to authorized_keys on the server and it works a treat, when I try to add the public key from client 2 to the same file but appending the new key below the first, I can still connect from client 1 but not client 2 as i get the error message

    "Permission denied (publickey)."

    Is what I am trying to do possible?
    Yes.

    Just make sure you put all of what is in client 1 id_rsa file, then all of what is in client 2 id_rsa file.
    It should work. Sometimes it's actually the authorized_keys2 file.

    The file permissions under the .ssh directory on both client 1 and client 2 will need to be tight. 600 / "rw-------" should do it but check the man page as I can't remember exactly.
    Don't believe it, until you see it!

    Comment

    Working...
    X