- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Secure file distribution?
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
тАО05-31-2001 03:47 AM
тАО05-31-2001 03:47 AM
Secure file distribution?
Mike
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-31-2001 04:17 AM
тАО05-31-2001 04:17 AM
Re: Secure file distribution?
u can use rcp
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-31-2001 04:56 AM
тАО05-31-2001 04:56 AM
Re: Secure file distribution?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-31-2001 07:55 AM
тАО05-31-2001 07:55 AM
Re: Secure file distribution?
You can use scp that comes with Openssh .
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-31-2001 08:42 AM
тАО05-31-2001 08:42 AM
Re: Secure file distribution?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-01-2001 12:33 AM
тАО06-01-2001 12:33 AM
Re: Secure file distribution?
scp doesn't require a password or passphrase if you use RSA authentication.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-01-2001 09:48 AM
тАО06-01-2001 09:48 AM
Re: Secure file distribution?
Then again, to Windoze folks they think of Kerberos as some kind of MS magic which makes the world safe!
Regards,
Shannon
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-04-2004 09:39 AM
тАО06-04-2004 09:39 AM
Re: Secure file distribution?
I would prefer to stick with HP delivered solutions so I don't have to worry packaging etc...
Any Ideas?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-04-2004 09:45 AM
тАО06-04-2004 09:45 AM
Re: Secure file distribution?
HP-UX Secure Shell: sshd.c,v A.03.61.002 2003/09/18
and with the right set of known hosts and RSA keys, we are bypassing all password checks while using scp to copy files beck and forth among the servers.
UNIX because I majored in cryptology...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-04-2004 09:47 AM
тАО06-04-2004 09:47 AM
Re: Secure file distribution?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-04-2004 09:50 AM
тАО06-04-2004 09:50 AM
Re: Secure file distribution?
It works very well with SSH.
http://samba.anu.edu.au/rsync/
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-04-2004 10:06 AM
тАО06-04-2004 10:06 AM
Re: Secure file distribution?
I'll try the compile. I'm sure that won't be a problem. I just hope I can remember how to package the software into a depot. It has been a while. ;-)
Thanks for the advice.