From owner-freebsd-questions Sun Jun 11 23:42:51 2000 Delivered-To: freebsd-questions@freebsd.org Received: from wcug.wwu.edu (sloth.wcug.wwu.edu [140.160.164.200]) by hub.freebsd.org (Postfix) with SMTP id 4D35E37BAD1 for ; Sun, 11 Jun 2000 23:42:48 -0700 (PDT) (envelope-from doc@wcug.wwu.edu) Received: (qmail 28122 invoked by uid 1074); 12 Jun 2000 06:42:46 -0000 Date: Sun, 11 Jun 2000 23:42:46 -0700 (PDT) From: David Daugherty X-Sender: doc@sloth To: cjclark@alum.mit.edu Cc: questions@FreeBSD.ORG Subject: Re: sshd not letting me in from dhcp In-Reply-To: <20000611002112.A221@dialin-client.earthlink.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Ok, the ssh daemon isn't being started in rc.local or inetd.conf. Where can I add this flag. I'm not sure where ssh starts from. David Software Engineer - NetManage Work email: david.daugherty@netmanage.com Home email: doc@wcug.wwu.edu ICQ 21106703 Washington State Resident On Sun, 11 Jun 2000, Crist J. Clark wrote: > On Sat, Jun 10, 2000 at 11:33:14PM -0700, David Daugherty wrote: > > I have a laptop which gets it's IP via dhcp. When I try to ssh into a > > server on my local network the server drops the connection. If I try from > > a machine with a static IP it works fine. My hosts.allow has > > ALL : ALL : allow > > as the first line. What is forcing the ssh to drop the connection from the > > dhcp'd laptop? The line from my messages looks like: > > Jun 10 15:27:24 truman sshd[3989]: Connection from 192.168.1.246 denied. Authentication as user x was attempted. > > Have you tried running the client, > > % ssh -v server > > Or running the server as, > > # sshd -d > > To see exactly what is going on? Any customizations to your > sshd_config file? > > The notebook I'm on right now has no problem ssh'ing in to various > hosts and it's been getting dynamic IPs at each dialup. > -- > Crist J. Clark cjclark@alum.mit.edu > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message