Re: How to get sftp more secure?
- From: Pascal Hambourg <boite-a-spam@xxxxxxxxxxxxxxx>
- Date: Wed, 17 Oct 2007 13:27:28 +0200
Hello,
tech11 a écrit :
SSH is good to use, but it lead out one safety question, if you keep port '22' open, someone may use sftp to transfer data, it's not permited in our LAN, how to resove the question?
If you mean to disable the sftp function on your sshd daemon, just comment out the following line in /etc/ssh/sshd_config :
Subsystem sftp /usr/lib/sftp-server
The 'sshd_config' and 'sftp-server' manpages should tell you about the details. But keep in mind that there are other means than sftp to transfer data over SSH.
Either if have a way to recode the data transfer, just like vsftpd doing, I may check the recode and get to know what's happening, it'll be acceptable also.
Huh ?
.
- Prev by Date: Nagle's Algorithm disabling
- Next by Date: Re: filter traffic between computers on the same subnet
- Previous by thread: Nagle's Algorithm disabling
- Next by thread: DSL connection loss (novice question)
- Index(es):
Relevant Pages
|