- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- SSH and 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
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
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
11-04-2003 12:58 AM
11-04-2003 12:58 AM
SSH and SFTP
Thank you
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-04-2003 01:09 AM
11-04-2003 01:09 AM
Re: SSH and SFTP
Yes, I believe so.
We use psftp from the same folks that bring you the putty ssh client for Winblows.
Rgds,
Jeff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-04-2003 01:09 AM
11-04-2003 01:09 AM
Re: SSH and SFTP
SSH is a protocol that uses SSL for encryption, but it is a different protocol than FTP. The way I understand it, SFTP uses the SSH protocol to provide FTP like services.
What this all means, is that FTP over SSL is not compatible with SFTP. You will need an SFTP client.
HTH.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-04-2003 02:24 AM
11-04-2003 02:24 AM
Re: SSH and SFTP
Is there anyway I can use SSL to encrypt data being sent to and from my HP-UX servers via FTP?
Thanks again
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-04-2003 02:30 AM
11-04-2003 02:30 AM
Re: SSH and SFTP
Search secure ftp at download.com or tucows.com and you'll find dozens for almost any OS.
Secure FTP uses encrypted passwords. Thats the central issue. Regular ftp servers do authentication in interceptable clear text.
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
11-04-2003 02:33 AM
11-04-2003 02:33 AM
Re: SSH and SFTP
I should have clarified a little. We have purchased licenses for an FTP client that has security features that support SSL2-3 and our users want to conitue using it if possible.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-04-2003 02:35 AM
11-04-2003 02:35 AM
Re: SSH and SFTP
http://software.hp.com/portal/swdepot/displayProductInfo.do?productNumber=T1471AA
I think this may be your only recourse, as I can't find a normal FTP client that supports SSL on the porting archive.
If you are comfortable with fixing/compiling source code, you could look at http://www.ford-hutchinson.com/~fh-1-pfh/ftps-ext.html and see if you could port one of the ftps clients listed there. A few of them say the support HP-UX.
HTH.