Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> Re: SSH Autologin problem
On 5/1/07, Robert Freeman <robertgfreeman_at_yahoo.com> wrote:
>
> I switched the StrictModes to no just to see if it might be a permissions
> issue. It made no difference.
>
> RF
>
In that case, I'd suggest posting the output from running ssh with a dummy command in verbose mode. Something like:
$ ssh -vvv -t node1 /bin/true
If that doesn't yield anything helpful, you may need to run sshd in debugging mode in order to determine what's failing... ideally, your sysadmin would assist in this endeavor. If necessary, however, you can run a private copy of sshd (with somewhat limited functionality) on an alternate port. In this situation it would only be able to authenticate your own userid, and then only by public-key (because it can't read /etc/shadow, etc.)... this is likely adequate to troubleshoot this sort of issue.
Between the client and server debugging output, it's should be possible to determine what's wrong.
-- "I'm too sexy for my code." - Awk Sed Fred. -- http://www.freelists.org/webpage/oracle-lReceived on Tue May 01 2007 - 21:42:38 CDT
![]() |
![]() |