Date: Tue, 21 Jun 2005 00:33:12 -0700 From: Casey Scott <casey@phantombsd.org> To: freebsd-questions@freebsd.org, philip@xms.co.za Subject: Re: Sshd problem Message-ID: <200506210033.12163.casey@phantombsd.org> In-Reply-To: <1119369916.4660.14.camel@linux.site> References: <1119369916.4660.14.camel@linux.site>
next in thread | previous in thread | raw e-mail | index | archive | help
Unfortunately, sshd remains bound to the IP it had when it started. This isn't an issue with FBSD, but with OpenSSH. I see this all the time on other UNIX/Linux boxes. A possible solution to it in the future would be to issue a HUP to sshd using "nohup". e.g. root@host# nohup ifconfig xxx.xxx.xxx.xxx netmask xxx.xxx.xxx.xxx; killall -HUP sshd Hope that helps Casey On Tuesday 21 June 2005 09:05 am, Philip Wege wrote: > Things like Allow root login and all that was set because ssh was used > just after the ip change did this happen.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200506210033.12163.casey>