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

Re: SSH: Permission denied (publickey,password,keyboard-interactive)



On Tue, Feb 15, 2005 at 01:31:23AM +0000, Pigeon wrote:
> On Mon, Feb 14, 2005 at 03:08:11PM -0500, Andrew Alsup wrote:
> > I'm trying to SSH from one Linux server to another.
> > I can ssh from Debian->Fedora, but not from Fedora->Debian.
> > I can successfully SSH to both servers from my workstation (using password
> > authentication).
Take a look on the HOME/.ssh permissions on FEDORA
$ls -ld $HOME/.ssh
it should be 700
and $HOME the best way is 755
chmod 755 $HOME
chmod 700 $HOME/.ssh

if this is the problem it might work now

-- 
Bruno Ribas - ribas@ufpr.br



Reply to: