Re: Restricting SSH remote access (aka telnet) but only allow secure ftp
From: bostontechgroup (support_at_bostontechgroup.com)
Date: 12/14/04
- Previous message: bostontechgroup: "Re: Another OpenSSH install issue"
- In reply to: Richard E. Silverman: "Re: Restricting SSH remote access (aka telnet) but only allow secure ftp"
- Next in thread: Richard E. Silverman: "Re: Restricting SSH remote access (aka telnet) but only allow secure ftp"
- Reply: Richard E. Silverman: "Re: Restricting SSH remote access (aka telnet) but only allow secure ftp"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
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
- Previous message: bostontechgroup: "Re: Another OpenSSH install issue"
- In reply to: Richard E. Silverman: "Re: Restricting SSH remote access (aka telnet) but only allow secure ftp"
- Next in thread: Richard E. Silverman: "Re: Restricting SSH remote access (aka telnet) but only allow secure ftp"
- Reply: Richard E. Silverman: "Re: Restricting SSH remote access (aka telnet) but only allow secure ftp"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Loading