[Pdx-pm] Net::SSH::Perl
Austin Schutz
tex at off.org
Thu Jan 29 14:15:24 CST 2004
On Thu, Jan 29, 2004 at 08:58:27AM -0800, Robby Russell wrote:
>
> Thanks, the debug helped. It was missing Term/ReadKey. Now on to the
> next problem
>
> [snip]
<snip>
</snip>
> Password:
> [/snip]
>
> (prompts for password...which it shouldn't do)
>
> To test that the key works, I just tried to ssh to the machine. No
> password requested.
>
> $ ssh statususer at 67.126.xxx.xxx
> [statususer at primaryfax statususer]$
>
> So, I am now trying to figure out why perl can't load the public key but
> regular ssh can.
>
> Any thoughts?
>
Try using truss/strace to figure out what it is trying to open.
On linux this would be:
strace -o script.out -f script
then grep open script.out. Maybe there's some odd permissions problem.
Austin
More information about the Pdx-pm-list
mailing list