From: Axl Purushu <anup.purushu@katalystpartners.com>
To: Rick Ellis <ellis@spinics.net>
Cc: linux-admin@vger.kernel.org
Subject: Re: SSH auth problem
Date: Mon, 14 Jul 2008 15:53:58 +0530 [thread overview]
Message-ID: <1216031038.4136.48.camel@linux-nlnz.site> (raw)
In-Reply-To: <1215999108.483256@no.spam>
In such cases debuging or verbose logging on client side helps. I had
faced such issues and did the following from the client machine
# ssh -v <target server ip>
It will show exactly where it is failing.
If that is not sufficient in fixing the problem. You can do debuging
from the ssh server side.
# sshd -D -d -p 2222
The above command will start ssh on port 2222 (assuming that u need ssh
on port 22 for remote troubleshooting) without going into background and
in debug mode
Then on client side use
# ssh -v -p2222 <target server ip>
It will show exactly which file permission is wrong or sshd is looking
for which file exactly. Then you can make appropriate changes.
The above commands help in troubleshooting any ssh issues i believe.
-Anup
On Mon, 2008-07-14 at 01:31 +0000, Rick Ellis wrote:
> In article <4879BD0D.3070100@tut.by>,
> alexander.lopata <alexander.lopata@gmail.com> wrote:
>
> >It seems that sshd does not see authorized_keys file in my home folder.
> >What I've done is put my openSSH public key in %h/.ssh/authorized_keys
> >and configure my ssh client to use corresponding private key. But SSH
> >still ask password. What can be wrong ?
>
> That's usually caused by the permissions on the .ssh director or the
> permissions on the authorized_keys file. Make sure neither are accessable
> to anybody other than the user that owns them.
>
> --
> http://www.spinics.net/lists/linux-admin/
>
> --
> To unsubscribe from this list: send the line "unsubscribe linux-admin" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at http://vger.kernel.org/majordomo-info.html
>
prev parent reply other threads:[~2008-07-14 10:23 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-07-13 8:30 SSH auth problem alexander.lopata
2008-07-14 1:31 ` Rick Ellis
2008-07-14 10:23 ` Axl Purushu [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1216031038.4136.48.camel@linux-nlnz.site \
--to=anup.purushu@katalystpartners.com \
--cc=ellis@spinics.net \
--cc=linux-admin@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).