- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- sftp from HP-UX to Windows
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
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
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
тАО06-06-2006 09:14 AM
тАО06-06-2006 09:14 AM
Windows 2000, Ipswitch Inc. WS_FTP server V5.
Having trouble establishing a connection from HP-UX to Windows. I can connect and transfer files between HP-UX systems. Also, Windows systems can connect and transfer files between themselves.
The Windows admin here installed, setup, configured the Windows side. He says either the product doesn't support sftp with SSH, or it's broken, - so he has it set up to do sftp over SSL.
Do you think it is possible to use HP-UX sftp to work with this Windows "sftp over SSL" ?
Also, between my HP-UX systems, I generated a key on sender, and copied the public key to
authorized_keys file in .ssh directory for account on remote host. But Windows admin says no such thing should be needed for sftp ( with ssl) to this Windows host.
With my current config / setup, - here is output of connect attempt from hp-ux to Windows with LogLevel=DEBUG3
#sftp -oPort=27 -oLogLevel=DEBUG3 user@w2ksrv
Connecting to w2ksrv...
debug1: Reading configuration data /opt/ssh/etc/ssh_config
debug3: Seeding PRNG from /opt/ssh/libexec/ssh-rand-helper
debug2: ssh_connect: needpriv 0
debug1: Connecting to w2ksrv [10.1.0.10] port 27.
debug1: Connection established.
debug1: permanently_set_uid: 0/3
debug1: identity file /root/.ssh/id_rsa type -1
debug3: Not a RSA1 key file /root/.ssh/id_dsa.
debug2: key_type_from_name: unknown key type '-----BEGIN'
debug3: key_read: missing keytype
debug3: key_read: missing whitespace
debug3: key_read: missing whitespace
debug3: key_read: missing whitespace
debug3: key_read: missing whitespace
debug3: key_read: missing whitespace
debug3: key_read: missing whitespace
debug3: key_read: missing whitespace
debug3: key_read: missing whitespace
debug3: key_read: missing whitespace
debug3: key_read: missing whitespace
debug3: key_read: missing whitespace
debug3: key_read: missing whitespace
debug3: key_read: missing whitespace
debug3: key_read: missing whitespace
debug3: key_read: missing whitespace
debug3: key_read: missing whitespace
debug3: key_read: missing whitespace
debug3: key_read: missing whitespace
debug2: key_type_from_name: unknown key type '-----END'
debug3: key_read: missing keytype
debug1: identity file /root/.ssh/id_dsa type 2
debug1: ssh_exchange_identification: 220-sftp.mydomain.com X2 WS_FTP Server 5.0
.4 (87049245)
debug1: ssh_exchange_identification: 220-This Is A Secure FTP Site
debug1: ssh_exchange_identification: 220-If you do not have account on this site
,
debug1: ssh_exchange_identification: 220-please disconnect now.
debug1: ssh_exchange_identification: 220 sftp.mydomain.com X2 WS_FTP Server 5.0
.4 (87049245)
debug1: ssh_exchange_identification: 500 connection timed out
ssh_exchange_identification: Connection closed by remote host
Connection closed
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-06-2006 09:34 AM
тАО06-06-2006 09:34 AM
Re: sftp from HP-UX to Windows
Do go the other way (Unix to Windows), I've not done it before, but I'd recommend trying first with Cygwin, it's free!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-06-2006 10:25 AM
тАО06-06-2006 10:25 AM
Re: sftp from HP-UX to Windows
You need an openssh/sftp server for windows.
http://www.networksimplicity.com
Can't beat the price.
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
тАО06-06-2006 10:25 AM
тАО06-06-2006 10:25 AM
Re: sftp from HP-UX to Windows
Bill Hassell, sysadmin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-06-2006 11:41 AM
тАО06-06-2006 11:41 AM
Re: sftp from HP-UX to Windows
Thanks for the help.
- John
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-06-2006 05:24 PM
тАО06-06-2006 05:24 PM
Re: sftp from HP-UX to Windows
There are some more sftp servers available for windows you can also try out one.
-logu
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-06-2006 09:36 PM
тАО06-06-2006 09:36 PM
Solution> sftp to work with this Windows "sftp over
> SSL" ?
Alas no, they are quite different protocols, although their aim is the same (encrypted ftp).
sftp uses port 22, same as ssh or scp.
ftp-over-ssl uses the usual ftp ports 20 and 21 and adds extensions to the ftp protocol to allow encryption of the control channel, or of both control and data.
I find this page very useful:
http://www.ford-hutchinson.com/~fh-1-pfh/ftps-ext.html
First off it explains the 3 ftp-over-ssl variants and tries to explain why ftp/tls is the "best" one.
Then there is a summary of client and server software, both free and commercial, with an occasional note when a product supports ssh/sftp as well.
I suggest beating on your windows admin with this list, until he agrees to install what you asked for in the first place: an sftp server !
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-08-2006 08:03 AM
тАО06-08-2006 08:03 AM
Re: sftp from HP-UX to Windows
- John