- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- convert rhost type commands to ssh or equiv
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
09-29-2005 04:00 AM
09-29-2005 04:00 AM
rcp file machine:/tmp/rcp_file
remsh HOST "cmd_needs_local_file /tmp/rcp_file"
is there an SSH type alternative
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-29-2005 04:05 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-29-2005 04:17 AM
09-29-2005 04:17 AM
Re: convert rhost type commands to ssh or equiv
If you read the help/man files on ssh and sshd, plus view the config files, you should get more info.
Definitely install ssh. Its good R+D for you and you are bound to need it soon.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-29-2005 04:17 AM
09-29-2005 04:17 AM
Re: convert rhost type commands to ssh or equiv
THEN get the heck rid of that .rhosts file(s) and make dang sure you remove any .netrc files.
My 2 cents,
Jeff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-29-2005 04:21 AM
09-29-2005 04:21 AM
Re: convert rhost type commands to ssh or equiv
refer to this manual for ssh and scp.
http://docs.hp.com/en/T1471-90013/ch01s08.html
Regards,
Alex
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-29-2005 04:21 AM
09-29-2005 04:21 AM
Re: convert rhost type commands to ssh or equiv
You can replace rcp by scp and remsh by ssh commands .
But this will ask for authentication on remote server .
You can setup trusting based on rsa keys by ,
On Source Server ,assuming root as the user .
cd ~root/.ssh
#ssh-kegen -t rsa -b 1024
enter defaults by pressing enter key and this will generate 2 files
id_rsa and id_rsa.pub .
Append the content of id_rsa.pub from Source server to ~root/.ssh/authorized_keys file on target server .
now test by "ssh target server -n ls -al "
This command should run now w/o asking for a password.
Thanks,
-BL.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-29-2005 04:26 AM
09-29-2005 04:26 AM
Re: convert rhost type commands to ssh or equiv
http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=960887
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-29-2005 04:31 AM
09-29-2005 04:31 AM
Re: convert rhost type commands to ssh or equiv
anyone know which disk this is on or a part number that I can use to download it.
These commands are in a legacy product and we need to port them into a more secure environment.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-29-2005 04:34 AM
09-29-2005 04:34 AM
Re: convert rhost type commands to ssh or equiv
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-29-2005 04:34 AM
09-29-2005 04:34 AM
Re: convert rhost type commands to ssh or equiv
SSH is available here:
http://h20293.www2.hp.com/portal/swdepot/displayProductInfo.do?productNumber=T1471AA
HTH,
Jeff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-29-2005 04:36 AM
09-29-2005 04:36 AM
Re: convert rhost type commands to ssh or equiv
If you have 10.20 you'll have to complie your own & for that you'll have to get the source from
http://www.openssh.org
Rgds,
Jeff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-29-2005 04:40 AM
09-29-2005 04:40 AM
Re: convert rhost type commands to ssh or equiv
Thanks to all for your help. I guess this will keep me out of trouble for a while
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-29-2005 04:41 AM
09-29-2005 04:41 AM
Re: convert rhost type commands to ssh or equiv
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-29-2005 04:41 AM
09-29-2005 04:41 AM
Re: convert rhost type commands to ssh or equiv
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-29-2005 04:42 AM
09-29-2005 04:42 AM