Date: Wed, 25 Aug 2004 16:11:44 -0000 (GMT) From: "Hugo Silva" <klr@6s-gaming.com> To: questions@freebsd.org Subject: Re: ssh question Message-ID: <51438.81.84.174.8.1093450304.squirrel@81.84.174.8> In-Reply-To: <CMEJKMIGPBGBFGMAGDKCCECCCBAA.Mtullos@501Post.com> References: <CMEJKMIGPBGBFGMAGDKCCECCCBAA.Mtullos@501Post.com>
next in thread | previous in thread | raw e-mail | index | archive | help
> > After modifying the sshd.conf to allow my new IP access via ssh I can't > connect. I have stopped and restarted the service and the server and > double 'Allow your new ip address' ? What you can specify on /etc/ssh/sshd_config is the ip the server binds to, not the ip addresses of the clients connecting. (your words suggest you did this) - reconfigure your sshd_config to the old value (your ip address, or 0.0.0.0) and re-start sshd. To limit access to the sshd, use a firewall, like ipfw , pf , or ipfilter. > check the conf file. I have checked hosts.allow and found nothing wrong. > Is there some other file I need to change as well? If not, how would I go > about reinstalling/reconfiguring ssh? > > Thanks in advance > > > > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to > "freebsd-questions-unsubscribe@freebsd.org" > -- www.6s-gaming.com
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?51438.81.84.174.8.1093450304.squirrel>