Re: SSH: Permission denied (publickey,password,keyboard-interactive)
It appears that my Fedora box had mode 644 set on /dev/tty*. I found this
out by executing the following:
ssh andy@debian -- didn't work.
sudo ssh andy@debian -- works!
After chmod a+rw /dev/tty* everything is working as expected. Is it pretty
safe to have all the tty devices RW for all?
Thanks for the help,
Andy
"Bruno Cesar Ribas" <ribas@ufpr.br> wrote in message
[🔎] 20050215013639.GA3081@chobits">news:[🔎] 20050215013639.GA3081@chobits...
> 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: