Suggestions - when you start up sshd, edit the start up script and include the really verbose flags (-vv, I think), then look at the logs (ssh developer taught me that one). Second: use strace when you launch the daemon, and see what files it is trying to open. Then either relocate them, or symlink them. Third: If your system is relatively stock, open a bug report with the vendor. I opened several reports with Red Hat - some they fixed, some they provided the fix/workaround, some they are not going to fix :( George Toft, CISSP, MSIS AGD,LLC www.agdllc.com 623-203-1760 Nathan England wrote: > Anyone having trouble using sshd and any kernels over 2.6.7 ? > I've read some discussion about it, but nothing so far helps my problem of not > being able to connect to anything... > > I have a couple servers where I have my id_rsa.pub file included in the > authorized keys and I can log in as normal, but when a password is required, > it says: > > nathan@deadsoul:~$ ssh nathan@fallout > ssh_askpass: exec(/usr/libexec/ssh-askpass): No such file or directory > Permission denied, please try again. > ssh_askpass: exec(/usr/libexec/ssh-askpass): No such file or directory > Permission denied, please try again. > ssh_askpass: exec(/usr/libexec/ssh-askpass): No such file or directory > Permission denied (publickey,password,keyboard-interactive). > > > But under kernel 2.6.7 it works fine. > Also, when I try to start sshd under 2.6.10 it says it can't find the > file /etc/ssh/sshd_config > which doesn't exist, but under 2.6.7 it works okay, not asking for the file. > > I've tried upgraded packages, I've tried removing the slack pack and > installing from source... nothing seems to work. Only going backwards in the > kernel tree... > > Any ideas? > > Nathan > --------------------------------------------------- > PLUG-discuss mailing list - PLUG-discuss@lists.plug.phoenix.az.us > To subscribe, unsubscribe, or to change you mail settings: > http://lists.PLUG.phoenix.az.us/mailman/listinfo/plug-discuss > > --------------------------------------------------- PLUG-discuss mailing list - PLUG-discuss@lists.plug.phoenix.az.us To subscribe, unsubscribe, or to change you mail settings: http://lists.PLUG.phoenix.az.us/mailman/listinfo/plug-discuss