Hi,

I am using the bering uClibc distro of leaf. I am attempting to setup ssh and sshd. I used makekey to generate the keys. When I try to so an scp from the
LEAF to one of the systems on my local net I get: /usr/local/bin/ssh no such file or directory.
Lost Connection.


If I create a link in /usr/local/bin/ssh pointing to the ssh binary in /usr/local then the scp works.

Is there an easy way to fix this short of leaving the link in?
Ok, I just committed a new version into CVS which should resolve that problem (scp seems to hardcode the position of the ssh binary at compile time). Note - viewcvs takes a little time to update, so wait with downloading until the page
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/leaf/bin/packages/uclibc-0.9/15/
shows an ssh.lrp that's _not_ 5 weeks old (or, go via "real" CVS).


Next problem is with sshd. When I try to ssh from one of the machines on my
local net I get: (...)
In the logs I get:
Jul 2 15:51:59 taz syslog: refused connect from icarus.rogueind.com
Jul 2 15:51:59 taz sshd[44]: debug1: Forked child 25273.
Jul 2 15:51:59 taz sshd[25273]: debug1: Connection refused by tcp wrapper
Sounds like your hosts-allow doesn't allow for ssh connections from that machine.

In addition if I do /etc/init.d/sshd restart I get the following in the logs:
Jul  2 16:37:19 taz sshd[32081]: Received SIGHUP; restarting.
Jul  2 16:37:19 taz sshd[32081]: RESTART FAILED: av[0]='/usr/sbin/sshd', error: Bad 
address.
I'm guessing "the logs" would be /var/log/auth.log here, right? Maybe the new binary will help, since all I get when restarting sshd is

sshd[20975]: Received signal 15; terminating.
sshd[26299]: Server listening on 0.0.0.0 port 22

I hope that somewhat helps. I'll be out of the country as of tomorrow (until the 14th), so I won't be able to respond until I return (just so you know).

Martin




------------------------------------------------------- This SF.Net email sponsored by: Free pre-built ASP.NET sites including Data Reports, E-commerce, Portals, and Forums are available now. Download today and enter to win an XBOX or Visual Studio .NET. http://aspnet.click-url.com/go/psa00100006ave/direct;at.asp_061203_01/01 ------------------------------------------------------------------------ leaf-user mailing list: [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/leaf-user SR FAQ: http://leaf-project.org/pub/doc/docmanager/docid_1891.html

Reply via email to