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.




Network Security Secure-Shell
[Top] [All Lists]

Re: WS_FTP

Subject: Re: WS_FTP
Date: Thu, 11 Oct 2007 00:38:03 -0700
sftp (as part of ssh) is not an implementation of the FTP protocol.

It uses a channel inside of an ssh connection to talk to the sftp service
as configured in sshd_config on the server.

So, don't let the command name fool you.

To connect to the WS_FTP server, I would suggest something like the
ws_ftp client and ncftp, or (noninteractive) wget and curl.

On 10/9/07, Frost, Benjamin M. <Benjamin.Frost@vtmednet.org> wrote:
Hello,

Are there some settings I need to setup to get openssh sftp to work with
a WS_FTP server?
With debugging on I see the following when trying to connect;

Connecting to xx.xx.xx.39...
OpenSSH_3.6.1p2, SSH protocols 1.5/2.0, OpenSSL 0x0090701f
debug1: Reading configuration data /etc/ssh/ssh_config
debug1: Applying options for xx.xx.xx.39
debug1: Applying options for *
debug1: Rhosts Authentication disabled, originating port will not be
trusted.
debug1: Connecting to xx.xx.xx.39 [xx.xx.xx.39] port 28.
debug1: Connection established.
debug1: read PEM private key done: type DSA
debug1: read PEM private key done: type RSA
debug1: identity file /root/.ssh/id_rsa type -1
debug1: identity file /root/.ssh/id_dsa type -1
debug1: ssh_exchange_identification: 220 test.hidden.com X2 WS_FTP
Server 5.0.3 (3284885669)

Thanks,
Ben


Confidentiality Notice:
This message, and any attachments, may contain information that is 
confidential, privileged, and/or protected from disclosure under state and 
federal laws that deal with the privacy and security of medical information. 
If you received this message in error or through inappropriate means, please 
reply to this message to notify the Sender that the message was received by 
you in error, and then permanently delete this message from all storage 
media, without forwarding or retaining a copy.



-- 
And, did Galoka think the Ulus were too ugly to save?
                                         -Centauri

<Prev in Thread] Current Thread [Next in Thread>
  • WS_FTP, Frost, Benjamin M.
    • Re: WS_FTP, Dan Nelson
    • Re: WS_FTP, Robert Hajime Lanning <=