On Mon, Jun 24, 2002 at 07:32:45PM -0700, justin cunningham wrote: > If I wanted to restrict ssh to only listen for my office's ip until it > gets patched how do I do this? I tried editing sshd_config and putting > my office ip as the listenaddress but it didn't work. What did I do > incorrectly? > > Thanks, Justin > > ps: please reply to email address as well as deb list.
According to sshd manpage (well at least here on Redhat), if ssh has been compiled with LIBWRAP support, then you can use /etc/hosts.allow and /etc/hosts.deny to achieve what you want. See man 5 hosts_access. Someone else might be so kind as to post the exact syntax. - Chris -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]