savannah-hackers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Savannah-hackers] Re: What's wrong with my SSH key permissions???


From: Mathieu Roy
Subject: [Savannah-hackers] Re: What's wrong with my SSH key permissions???
Date: 10 Nov 2002 23:09:50 +0100
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.2

"Bob Calco" <address@hidden> said:

> I'm trying to check out a project I'm working on at savannah. It's been a
> while since I've tried, and I get the following error:
> 
> Bob address@hidden /usr/src
> $ cvs -z3 address@hidden:/cvsroot/freeride co freeride
> @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
> @         WARNING: UNPROTECTED PRIVATE KEY FILE!          @
> @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
> Permissions 0555 for '/home/Bob Calco/.ssh/identity' are too open.
> It is recommended that your private key files are NOT accessible by others.
> This private key will be ignored.
> bad permissions: ignore key: /home/Bob Calco/.ssh/identity
> Enter passphrase for RSA key '/home/Bob Calco/.ssh/identity':
> @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
> @         WARNING: UNPROTECTED PRIVATE KEY FILE!          @
> @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
> Permissions 0555 for '/home/Bob Calco/.ssh/identity' are too open.
> It is recommended that your private key files are NOT accessible by others.
> This private key will be ignored.
> bad permissions: ignore key: /home/Bob Calco/.ssh/identity
> Enter passphrase for RSA key '/home/Bob Calco/.ssh/identity':
> @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
> @         WARNING: UNPROTECTED PRIVATE KEY FILE!          @
> @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
> Permissions 0555 for '/home/Bob Calco/.ssh/identity' are too open.
> It is recommended that your private key files are NOT accessible by others.
> This private key will be ignored.
> bad permissions: ignore key: /home/Bob Calco/.ssh/identity
> Enter passphrase for RSA key '/home/Bob Calco/.ssh/identity':
> @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
> @         WARNING: UNPROTECTED PRIVATE KEY FILE!          @
> @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
> Permissions 0555 for '/home/Bob Calco/.ssh/identity' are too open.
> It is recommended that your private key files are NOT accessible by others.
> This private key will be ignored.
> bad permissions: ignore key: /home/Bob Calco/.ssh/identity
> Bad passphrase.
> address@hidden's password:
> Permission denied, please try again.
> address@hidden's password:
> Permission denied, please try again.
> address@hidden's password:
> Permission denied.
> cvs [checkout aborted]: end of file from server (consult above messages if
> any)
> 
> ---
> 
> I've regenerated my key, and I also tried making the files "read-only".
> Please advise.


It seems self explaining. You have to change the mode of you identity
file. 

For instance, type 
chmod 0600 .ssh/id* -v




-- 
Mathieu Roy
 
 << Profile  << http://savannah.gnu.org/users/yeupou <<
 >> Homepage >> http://yeupou.coleumes.org           >>
 << GPG Key  << http://stock.coleumes.org/gpg        <<




reply via email to

[Prev in Thread] Current Thread [Next in Thread]