Re: Restricting SSH remote access (aka telnet) but only allow secure ftp

From: bostontechgroup (support_at_bostontechgroup.com)
Date: 12/14/04

  • Next message: Richard E. Silverman: "Re: Restricting SSH remote access (aka telnet) but only allow secure ftp"
    Date: 13 Dec 2004 17:54:44 -0800
    
    

    You can also look at the DenyUsers option for the sshd_config file.

    You can add the following to your sshd_config file:
    ##
    DenyUsers all
    DenyGroups all
    ##

    This will prevent anyone from loging on to the system but still allow
    sftp.

    BTG

    --
    Boston Technology Group
    http://www.bostontechgroup.com
    

  • Next message: Richard E. Silverman: "Re: Restricting SSH remote access (aka telnet) but only allow secure ftp"
    Loading