Gentoo Archives: gentoo-user

From: Arturo 'Buanzo' Busleiman <buanzo@××××××××××.ar>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] ssh "Failed to add the host to the list of known hosts"
Date: Tue, 22 May 2007 19:30:12
Message-Id: 46534333.9060903@buanzo.com.ar
In Reply to: [gentoo-user] ssh "Failed to add the host to the list of known hosts" by Denis
1 -----BEGIN PGP SIGNED MESSAGE-----
2 Hash: SHA512
3
4 Denis wrote:
5 > Do I need to be added to some group to fix these permissions?
6
7 ls -ld /home/username/.ssh should say that the dir belongs to "username", and have rwx permissions
8 for it. You probably moved your home directory using root, or something like that.
9
10 chown username: /home/username/.ssh
11 chown username: /home/username/.ssh/*
12 chmod 700 /home/username/.ssh
13 chmod 600 /home/username.ssh/*
14
15 do that with root if you can.
16
17 - --
18 Arturo "Buanzo" Busleiman - Consultor Independiente en Seguridad Informatica
19 OpenPGP for HTTP: New Web-Auth Scheme: http://freshmeat.net/articles/view/2599
20 Consulting and Secure Mail Hosting: http://www.buanzo.com.ar/pro/
21 -----BEGIN PGP SIGNATURE-----
22 Version: GnuPG v1.4.7 (GNU/Linux)
23 Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org
24
25 iD8DBQFGU0MzAlpOsGhXcE0RCpF1AJwK79lu6W5Nl7KTFIwFBcC/hI7o5wCfa29s
26 ZxaW7vdWIwXwF/MYSSD5FCo=
27 =ZoZu
28 -----END PGP SIGNATURE-----
29 --
30 gentoo-user@g.o mailing list

Replies

Subject Author
Re: [gentoo-user] ssh "Failed to add the host to the list of known hosts" Denis <denis.che@×××××.com>