Operating System - HP-UX
1837151 Members
2391 Online
110112 Solutions
New Discussion

rsh or remsh connection secure

 
Jairo Campana
Trusted Contributor

rsh or remsh connection secure

I need an equivalent service but that is safe, that it establishes a safe connection.

remsh host1 date


legionx
4 REPLIES 4
RAC_1
Honored Contributor

Re: rsh or remsh connection secure

ssh - secure shell.

Anil
There is no substitute to HARDWORK
Pete Randall
Outstanding Contributor

Re: rsh or remsh connection secure

You should look into HP's free Secure Shell offering:

http://www.software.hp.com/portal/swdepot/displayProductInfo.do?productNumber=T1471AA


Pete

Pete
Patrick Wallek
Honored Contributor

Re: rsh or remsh connection secure

SSH (Secure Shell) is absolutely the way to go. If/when you get your keys set up and transferred to all machines you can have passwordless authentication as you do with the r* commands.
Jairo Campana
Trusted Contributor

Re: rsh or remsh connection secure

THANkS use ssh with key public and pritave in home of user
legionx