Gentoo Archives: gentoo-dev

From: Markus Krainer <markus-krainer@××××××.at>
To: gentoo-dev@g.o
Subject: Re: [gentoo-dev] sshd error
Date: Sat, 18 May 2002 13:07:35
Message-Id: 3CE69850.1050702@chello.at
In Reply to: [gentoo-dev] sshd error by Chuck Haines
1 Chuck Haines wrote:
2 > I am having a problem getting sshd to work. I am trying to run sshd to
3 > start the server and go the following error.
4 > @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
5 > @ WARNING: UNPROTECTED PRIVATE KEY FILE! @
6 > @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
7 > Permissions 0644 for '/etc/ssh/ssh_host_dsa.pub' are too open.
8 > It is recommended that your private key files are NOT accessible by
9 > others.
10
11 Did you read the warning?
12 I think a simple
13 # chmod 600 /etc/ssh/ssh_host_dsa.pub
14 should fix your problem.
15
16 -Markus-

Replies

Subject Author
Re: [gentoo-dev] sshd error Chuck Haines <chaines@×××.EDU>