Re: Why does 'ssh' and 'scp' work to one and not another?

Top Page
Attachments:
Message as email
+ (text/plain)
Delete this message
Reply to this message
Author: kitepilot@kitepilot.com
Date:  
To: Main PLUG discussion list
Subject: Re: Why does 'ssh' and 'scp' work to one and not another?
Go to a terminal on 192.168.0.73, login as "joe" and do:
ssh localhost
And tell me what happens.
And, (as someone said) look at /var/logs/auth.log (or equivalent) on
192.168.0.73 and look for "joe":
grep joe /var/logs/auth.log
ET




writes:

> .
> Brian Cluff wrote:
>>> Does your joe account on 73 have a restricted
>>> or non-shell in the /etc/passwd?
>
> Eric Cope wrote:
>> sounds like ssh isn't accessible on 73. Is that true?
>
> I guess that must be true. How can I fix that?
> That is the question.
>
> 'sshd_config' is identical on 73 and on 68
> where ssh and scp both work (on 68). When I
> try ssy from 68 to 73, this is the result:
>
> $ ssh 192.168.0.73
> joe@192.168.0.73's password:
> Permission denied, please try again.
> joe@192.168.0.73's password:
> Permission denied, please try again.
> joe@192.168.0.73's password:
> Permission denied (publickey,password,keyboard-interactive).
>
>
> ---------------------------------------------------
> PLUG-discuss mailing list -
> To subscribe, unsubscribe, or to change your mail settings:
> http://lists.PLUG.phoenix.az.us/mailman/listinfo/plug-discuss

---------------------------------------------------
PLUG-discuss mailing list -
To subscribe, unsubscribe, or to change your mail settings:
http://lists.PLUG.phoenix.az.us/mailman/listinfo/plug-discuss