1834804 Members
2356 Online
110070 Solutions
New Discussion

Secure Shell

 
David Dangerfield_1
Frequent Advisor

Secure Shell

Installed the Secure Shell. When trying to do an sftp to the site I am trying to ftp to I get connection close port 22 error. I have heard something about this clear command stuff wondering if HP Support this software if anyone has heard of it.
5 REPLIES 5
Pat Lieberg
Valued Contributor

Re: Secure Shell

Check your sshd_config file and ensure the sftp subsytem is being loaded on the system you are trying to access. There should be a line similar to:

Subsystem sftp /opt/ssh/libexec/sftp-server
Rick Garland
Honored Contributor

Re: Secure Shell

The site you are doing the ftp to, is it loaded with SSH as well? Does it have port 22 in a LISTEN state?

David Dangerfield_1
Frequent Advisor

Re: Secure Shell

Ok after doing some calls and check it seems that the port 22 is open on both ends. But the sftp that I installed from March 2004 CD's needs to be able to support the "Clear Command Channel"
Pat Lieberg
Valued Contributor

Re: Secure Shell

I don't see that ssh/sftp from HP supports CCC (clear command channel). It looks like ftpd supports CCC on hpux if you're operating in a secure environment (using kerberos5).
David Dangerfield_1
Frequent Advisor

Re: Secure Shell

So far that is what I am seeing. Was wishing to find someone who might know something different. THANKS