Why does 'ssh' and 'scp' work to one and not another?
kitepilot at kitepilot.com
kitepilot at kitepilot.com
Thu Feb 11 07:03:07 MST 2010
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
joe at actionline.com 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 at 192.168.0.73's password:
> Permission denied, please try again.
> joe at 192.168.0.73's password:
> Permission denied, please try again.
> joe at 192.168.0.73's password:
> Permission denied (publickey,password,keyboard-interactive).
>
>
> ---------------------------------------------------
> PLUG-discuss mailing list - PLUG-discuss at lists.plug.phoenix.az.us
> To subscribe, unsubscribe, or to change your mail settings:
> http://lists.PLUG.phoenix.az.us/mailman/listinfo/plug-discuss
More information about the PLUG-discuss
mailing list