Re: SSH Security

From: Charles Leeds (charlesleeds_at_rowdyrhino.com)
Date: 09/29/04

  • Next message: Margaret Doll: "Re: SSH Security"
    Date: Wed, 29 Sep 2004 10:47:19 -0400
    To: ddelao@oucpm.org, General Red Hat Linux discussion list <redhat-list@redhat.com>
    
    

    Restricting SSH Clients to IP Addresses

    In /etc/ssh/sshd_config:

    AllowUsers *@10.1.100.131

    Make 10.1.100.131 whatever ip address you want to restrict to. You can
    have multiple address separated by either spaces or commas, I don't
    remember which.

    Darryl W. DeLao Jr. wrote:

    >How can I tell the SSH server to only allow certain IP's the ability to
    >login?
    >
    >
    >
    >Thanks!
    >
    >
    >
    >
    >
    >
    >

    -- 
    redhat-list mailing list
    unsubscribe mailto:redhat-list-request@redhat.com?subject=unsubscribe
    https://www.redhat.com/mailman/listinfo/redhat-list
    

  • Next message: Margaret Doll: "Re: SSH Security"