Linked Questions

30 votes
3 answers
56k views

EDIT The issue as exposed here is solved (about files modes of the .ssh folder. But an other issue persists so I create a new question : > Unable to login with SSH-RSA key I can no longer ...
Rémi B.'s user avatar
  • 975
34 votes
2 answers
104k views

Possible Duplicate: Why am I still getting a password prompt with ssh with public key authentication? I have ssh access to two sever. One old one and one new one. For the old one I use the ...
Framester's user avatar
  • 1,633
6 votes
1 answer
11k views

Possible Duplicate: Why am I still getting a password prompt with ssh with public key authentication? I'm setting up a remote server. The sshd is configured to use publickey only. There are two ...
goldilocks's user avatar
  • 90.1k
0 votes
2 answers
3k views

I created an SSH key on my laptop using ssh-keygen and then put it on some production servers so that I don' have to type my password every time. On some servers it is working well, but on some it's ...
OmiPenguin's user avatar
  • 4,398
4 votes
2 answers
7k views

debug ssh works Authentications that can continue: publickey debug1: Next authentication method: publickey debug1: Offering public key: /home/vinatia/.ssh/id_rsa debug1: Server accepts key: pkalg ...
user58125's user avatar
2 votes
5 answers
7k views

I have two Oracle Linux 7.1 servers setup (devapp and subversion are the hostnames). What I want to do is ssh into subversion from devapp without having to enter a password. I followed this guide: ...
user193952's user avatar
3 votes
1 answer
4k views

Today I have setup 3 servers (4 including the server sending the SSH commands) with a public SSH key so I can automate some scripts It works on the 2 first systems but not on the third.. SSH still ...
clarkk's user avatar
  • 1,957
0 votes
2 answers
758 views

My permissions look like this: -rw-------. 1 smpadmin staff 400 May 21 2014 id_rsa.pub -rw-r--r--. 1 smpadmin staff 505 Dec 14 19:19 known_hosts drwxr-xr-x. 45 smpadmin staff 4096 Jan ...
Alex Pi's user avatar
  • 103
2 votes
1 answer
1k views

I copied my public ssh key to a remote server, but the authentication fails with the following ssh output: ilya@workstation ~ % ssh -v ilya@remoteserver OpenSSH_6.6.1, OpenSSL 1.0.1k-fips 8 Jan 2015 ...
Ilya's user avatar
  • 23
0 votes
1 answer
262 views

So I have a centos 7 server with 2 users. User1 has the ~/.ssh/authorized_keys file with proper permissions and with externaluser's public key in it. User2 has the ~/.ssh/authorized_keys file with ...
iamAguest's user avatar
  • 553
0 votes
1 answer
77 views

Should be able to ssh from one VM to another or more other machines, but should not prompt for public key authentication. How to cover the prompt in automation using a shell script.
Anna's user avatar
  • 51
588 votes
14 answers
1.7m views

I have a machine running Ubuntu which I SSH to from my Fedora 14 machine. I want to forward X from the Ubuntu machine back to Fedora so I can run graphical programs remotely. Both machines are on a ...
Mr. Shickadance's user avatar
9 votes
7 answers
43k views

This post is following this question : Authentication refused: bad ownership or modes for file /var/git/.ssh/authorized_keys . The issue as exposed there is solved (about files modes of the ....
Rémi B.'s user avatar
  • 975
14 votes
4 answers
16k views

We inherited a bunch of used servers from another team. Some of them have SELinux enabled on it, some do not. Because of SELinux, we are having trouble setting up passwordless ssh, our webserver, ...
Classified's user avatar
22 votes
1 answer
25k views

I'm trying to SSH into my remote VPS with Debian onboard. Running sshd in debug mode, I found that: Authentication refused: bad ownership or modes for directory /root I tried setting permissions as I ...
keddad's user avatar
  • 663

15 30 50 per page