RE: only allow user to login from a specific IP

1999-01-19 Thread Paul Miller
user to login from a specific IP On Tue, Jan 19, 1999 at 12:35:32PM -0500, Paul Miller wrote: : How can I only allow user to login from a specific IP (telnet/ftp/etc)? Try /etc/login.access and its manpage login.access(5). HTH, -Remco -- Unsubscribe? mail -s unsubscribe [EMAIL PROTECTED

Re: only allow user to login from a specific IP

1999-01-19 Thread Remco van de Meent
On Tue, Jan 19, 1999 at 12:35:32PM -0500, Paul Miller wrote: : How can I only allow user to login from a specific IP (telnet/ftp/etc)? Try /etc/login.access and its manpage login.access(5). HTH, -Remco

RE: only allow user to login from a specific IP

1999-01-19 Thread Andrew Ivanov
t; > > How can I only allow user to login from a specific IP (telnet/ftp/etc)? > > > Modify the files /etc/hosts.allow and /etc/hosts.deny > THe format for them is in the man(5), I think > Andrew > > >

RE: only allow user to login from a specific IP

1999-01-19 Thread Paul Miller
I think that is only for denying/allowing specific hosts - I want to permit a user to login from only a specific host. -Paul > How can I only allow user to login from a specific IP (telnet/ftp/etc)? > Modify the files /etc/hosts.allow and /etc/hosts.deny THe format for them is in the man

Re: only allow user to login from a specific IP

1999-01-19 Thread Andrew Ivanov
> How can I only allow user to login from a specific IP (telnet/ftp/etc)? > Modify the files /etc/hosts.allow and /etc/hosts.deny THe format for them is in the man(5), I think Andrew Never include a comment that wil

only allow user to login from a specific IP

1999-01-19 Thread Paul Miller
How can I only allow user to login from a specific IP (telnet/ftp/etc)? -Paul