- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Connection problems with SFTP
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО12-31-2009 07:39 AM
тАО12-31-2009 07:39 AM
Running HP-UX 11.11 v1 on J6750 workstation, MTOE from 12/06, with Support Plus from 6/09
I am having an unusual sftp problem. From a XP box, I use SSH Secure Shell v3.1.0 (GUI) from SSH Communications Security Corp., to my HP-UX workstations. This version is the non-commercial version that does not support PKI or PKCS #11.
In the past, I have been able to sftp to workstations without problems. But now, when I make the connection, after being prompted for username and password, the connection hangs.
Using Wireshark, the handshake seems to be working.
I have downloaded and installed the latest version of Secure Shell from software.hp.com (even though a version exists with the install). I do this to keep the system up to date with the most current version, product # T1471AA. On an older machine, the T1471AA is version A.04.70.003, which works fine. The latest version is A.05.30.007, and it is the one I am having problems with.
As a test, I made a clean install, no patches, upgrades, or hardening, and I was able to connect via sftp. I installed the latest T1471AA version, and was still able to connect, but the connection just doesnтАЩt finish and hangs there. I get the same problem with version A.05.00.024 on a third machine.
Any assistance would be appreciated. Thanks in advance.
Fred
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО12-31-2009 10:42 AM
тАО12-31-2009 10:42 AM
Re: Connection problems with SFTP
You could get some more info by increasing debugging level in your sftp client (sftp -d I believe).
Also, you should try to make a simple ssh connection to see what it is going on. Use ssh -vv
Best regards from Romania,
Horia
Horia.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО12-31-2009 12:46 PM
тАО12-31-2009 12:46 PM
Re: Connection problems with SFTP
Those options are not really possible. The client is running from Windows XP, using a GUI. There is no command line option. I have look for a way to modify the GUI, to no avail.
I have not had problems connecting from other UNIX boxes, just from XP.
Fred
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО12-31-2009 01:16 PM
тАО12-31-2009 01:16 PM
SolutionGet a free WinSCP GUI client from http://winscp.net/ and test with it too.
The A.05.* series of T1471AA is based on OpenSSH 5.0. and above. After A.04.70.003 / OpenSSH 4.7, a new SFTP protocol option was introduced:
http://www.openssh.com/txt/release-4.9
----
* Added a protocol extension method "posix-rename@openssh.com" for sftp-server(8) to perform POSIX atomic rename() operations (bz#1400)
----
My first guess would be that the SFTP component of the old SSH.com Secure Shell v3.1.0 might get confused by this new option. If it could just say "no, I don't support that option" in the option negotiation phase, the server side would handle that just fine.
To confirm that, a debug log from the sshd would probably be useful.
See also "man sftp-server" for instructions on how to increase the log level of the sftp-server subsystem.
A bug report (with the debug logs included) to HP or directly to openssh.com folks would probably allow the implementation of a server-side workaround. Something like "if the client reports its version as 'ssh.com v3.1.0', don't even bother offering these protocol extensions".
MK
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-04-2010 03:20 AM
тАО01-04-2010 03:20 AM
Re: Connection problems with SFTP
Matti Kurkela has pointed you to a right direction.
WinSCP has an option to perform debugging.
See Session/Logging enable logging (select .txt log) and then set debugging level (Logging level) at Debug2.
This way, you should know for sure if your sftp client (never worked with this client that you use)is the problem.
WinSCP is free and reliable. I use version 4.2.4 and it is working great (at least since some while...). Of course you should get the latest version availlable.
Best regards,
Horia.
Horia.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-04-2010 06:48 AM
тАО01-04-2010 06:48 AM
Re: Connection problems with SFTP
Seems to me like a server issue.
The HP-UX version of Secure shell is a very early opensssh 5.x port and should be upgraded after reading the notes.
http://software.hp.com
Not much help to be offered on the Windows side, other thant he fact that a product based on a version of openssh closer to that running on the HP-UX servers is more likely to work.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-05-2010 12:13 PM
тАО01-05-2010 12:13 PM
Re: Connection problems with SFTP
Fred