Top "Authorized-keys" questions

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

I added the public SSH key to the authorized_keys file. ssh localhost should log me in without asking for …

ssh public-key authorized-keys
How to add RSA key to authorized_keys file?

I've created an RSA public key and I want to add that to authorized_keys file, but there is no …

ubuntu-11.10 ssh-keys authorized-keys
Git Remote: Error: fatal: protocol error: bad line length character: Unab

I set up a git server and want now to push initially my repo from the client. I used git …

git ssh authorized-keys
How to append authorized_keys on the remote server with id_rsa.pub key

How to append authorized_keys on the remote server with id_rsa.pub key from the local machine with a …

ssh public-key authorized-keys
Can't open ssh/authorized_keys of user

I know this may be trivial for some of you. I'm not a linux expert, and I'm trying to play …

git ssh authorized-keys
Is it possible to use Ansible authorized_key exclusive with multiple keys?

I'm fairly new in using Ansible and have been reading here and google and haven't found an answer yet. My …

ubuntu ansible ansible-playbook authorized-keys
Ansible - how to concatenate files contents into a variable

How can I concatenate a contents of several files into a variable? Here's the problem: I'm trying to set public …

ansible authorized-keys