- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Using Secure FTP
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
01-03-2003 09:42 AM
01-03-2003 09:42 AM
Using Secure FTP
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-03-2003 09:47 AM
01-03-2003 09:47 AM
Re: Using Secure FTP
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-03-2003 09:48 AM
01-03-2003 09:48 AM
Re: Using Secure FTP
Software.hp.com
look for ssh
It includes scp, sftp ssh and all the tools you need to do the secure file transfer and terminal thing.
Attached is an unadulterated copy of Chris Veils isntructions for exchanging public keys. Just used it today, it works.
Steve
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-03-2003 09:50 AM
01-03-2003 09:50 AM
Re: Using Secure FTP
If you mean WU-FTPD with its additional security:
http://www.software.hp.com/cgi-bin/swdepot_parser.cgi/cgi/displayProductInfo.pl?productNumber=WUFTPD26
Regards!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-03-2003 10:01 AM
01-03-2003 10:01 AM
Re: Using Secure FTP
They are 2 different products:
Sterling Secure FTP:
http://www.sterlingcommerce.com/resourcecenter/ftp.html
HP version of SSH:
http://www.software.hp.com/cgi-bin/swdepot_parser.cgi/cgi/displayProductInfo.pl?productNumber=T1471AA
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-03-2003 10:51 AM
01-03-2003 10:51 AM
Re: Using Secure FTP
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-03-2003 10:57 AM
01-03-2003 10:57 AM
Re: Using Secure FTP
e.g.
# whereis ssh
ssh: /usr/bin/ssh
You may want to use scp which will call sftp.
e.g.
# scp /tmp/test remotehost:/tmp
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-03-2003 10:59 AM
01-03-2003 10:59 AM
Re: Using Secure FTP
ssh:
thats it. So does that mean I don't have ssh install on the system.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-03-2003 11:03 AM
01-03-2003 11:03 AM
Re: Using Secure FTP
# type ssh
Hai
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-03-2003 12:34 PM
01-03-2003 12:34 PM
Re: Using Secure FTP
sh: ssh: not found.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-03-2003 01:02 PM
01-03-2003 01:02 PM
Re: Using Secure FTP
Try the below command
# swlist -l product |grep -i secure
or
# swlist -l product |grep -i ssh
If the output does show Secure_Shell, then
do this to find the ssh executable:
# swlist -l file Secure_Shell |more
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-03-2003 01:47 PM
01-03-2003 01:47 PM
Re: Using Secure FTP
Chris
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-07-2003 11:58 AM
01-07-2003 11:58 AM
Re: Using Secure FTP
it gave me the following message and i don't think it got installed:
# ./configure
Checking for gcc...
Building static library libz.a version 1.1.4 with cc.
Checking for unistd.h... No.
Checking for errno.h... No.
Checking for mmap support... No.
#
thats all that it gave me....what is wrong and how do I go about fixing it. Thanks and I appreciate all your help.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-08-2003 09:58 AM
01-08-2003 09:58 AM
Re: Using Secure FTP
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-08-2003 10:06 AM
01-08-2003 10:06 AM
Re: Using Secure FTP
http://hpux.cs.utah.edu/hppd/hpux/
Then just search for SSH download the depot and dependencies and install them all. You should have SSH up and running in no time if you follow the configuration instructions which are repeated many times in this Forum.
Kind regards,
Robert Thorneycroft
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-08-2003 10:40 AM
01-08-2003 10:40 AM
Re: Using Secure FTP
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-08-2003 11:56 AM
01-08-2003 11:56 AM
Re: Using Secure FTP
# scp
/usr/lib/dld.sl: Can't open shared library: /usr/local/lib/libz.sl
/usr/lib/dld.sl: No such file or directory
Abort (coredump)
Can anyone explain to me what happen and how i can fix it. thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-09-2003 07:42 AM
01-09-2003 07:42 AM
Re: Using Secure FTP
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-09-2003 07:46 AM
01-09-2003 07:46 AM
Re: Using Secure FTP
As a novice, I learned to read very carefully the installation instructions and requirements before installing software. It really helps ;)
Regards,
Shannon
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-13-2003 09:29 AM
01-13-2003 09:29 AM
Re: Using Secure FTP
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-13-2003 01:16 PM
01-13-2003 01:16 PM
Re: Using Secure FTP
Will get you to a gnu ssh site, from there if you look at the dependancies you will find zlib
http://hpux.cs.utah.edu/hppd/hpux/Misc/zlib-1.1.4/
and another called gmp
http://hpux.cs.utah.edu/hppd/hpux/Maths/Misc/gmp-3.1.1/
I do not think that gmp is required for ssh, but zlib is. This should get you the rest of the way.
Regards,
Shannon