Re: passwordless ssh problems
From: Darren Tucker (dtucker@dodgy.net.au)
Date: 12/14/02
- Next message: Nico Kadel-Garcia: "Re: public dsa authorised_keys works but not rsa"
- Previous message: Darren Tucker: "Re: PuTTY with Cable Modem"
- In reply to: novcomp: "passwordless ssh problems"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
From: dtucker@dodgy.net.au (Darren Tucker) Date: Sat, 14 Dec 2002 02:47:21 GMT
In article <e2d074da.0212131228.35ac8ccd@posting.google.com>,
novcomp <grumple1@comcast.net> wrote:
>I'm not having much luck getting passwordless ssh to work. I've read
>numerous posts, docs, and tried many things to no avail.
sshd is very picky about directory permissions, this is usually what
stops it from working. To figure out what it's unhappy about, run it in
debug mode on another port, eg
sshd -p 222 -ddd
and
ssh -p 222 host
--
Darren Tucker (dtucker at zip.com.au)
GPG key 8FF4FA69 / D9A3 86E9 7EEE AF4B B2D4 37C9 C982 80C7 8FF4 FA69
Good judgement comes with experience. Unfortunately, the experience
usually comes from bad judgement.
- Next message: Nico Kadel-Garcia: "Re: public dsa authorised_keys works but not rsa"
- Previous message: Darren Tucker: "Re: PuTTY with Cable Modem"
- In reply to: novcomp: "passwordless ssh problems"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]