Ethical Hacking Learn to find vulnerabilities before the bad guys do! Gain real world hands on hacking experience in our state of the art hacking lab. Course designed and taught by expert instructors with years of penetration testing experience. 12 student maximum in every class. Certification attempt included in every package. | Computer Forensics Training at InfoSec Institute Gain the in-demand skills of a certified computer examiner, learn to recover trace data left behind by fraud, theft, and cybercrime perpetrators. Discover the source of computer crime and abuse at your organization so that it never happens again. All of our class sizes are guaranteed to be 12 students or less to facilitate one-on-one interaction with one of our expert instructors. |

| Subject: | Re: Passive sftp? |
|---|---|
| Date: | Thu, 6 Mar 2008 19:45:50 -0500 |
FTP has become complicated. These are two standards for secure ftp SFTP and FTPS. SFTP operates like ssh/scp. It uses the same port (port 22). openssh supports sftp both client and server. FTPS operates like ftp and ssl/tls (port 20/21, etc). Among the ftp clients that now support this addition are gftp and fireftp. vsftpd is a FTPS server. On Wed, Mar 5, 2008 at 9:29 PM, Tom Lobato <tomlobato@gmail.com> wrote:
Bob Rasmussen escreveu: > In the FTP protocol, "passive" means that only one connection is > established, originating in the client. All trafic goes over this > connection. (In non-passive FTP, the server opens a second channel back to > the client.) > > No such differentiation exists in SFTP. There is only one connection. > > The vendor may be using "passive" in a different sense, but I don't think > it is a widely accepted usage. in really, both passive and active ftp modes uses two connections. The first, which is originated on client (to port 21 on server), is the control connection, for authentication, command/response exchanges, etc. The second connection, which transfer effective data, support two modes: passive: originated from client to server. Uses destination port defined on control connection. active: originated from server to client. Uses destination port 20 on client. See http://www.faqs.org/rfcs/rfc1579.html (Firewall-Friendly FTP). good resources: http://en.wikipedia.org/wiki/File_Transfer_Protocol http://www.slacksite.com/other/ftp.html http://www.faqs.org/rfcs/rfc959.html (for the braves!) Tom Lobato www.tinecon.com.br
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | Re: Passive sftp?, Tom Lobato |
|---|---|
| Next by Date: | Re: Requiring multiple authentication, paul |
| Previous by Thread: | Re: Passive sftp?, Tom Lobato |
| Next by Thread: | Re: Passive sftp?, Security Focus |
| Indexes: | [Date] [Thread] [Top] [All Lists] |