![]() |
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| UNIX for Dummies Questions & Answers If you're not sure where to post a UNIX or Linux question, post it here. All UNIX and Linux newbies welcome !! |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| if [[ "$(uname)" = "SunOS" ]] | neeto | Shell Programming and Scripting | 1 | 04-17-2008 02:35 PM |
| Development Releases: Linux Mint 4.0 Beta "Fluxbox", 4.0 Alpha "Debian" | iBot | UNIX and Linux RSS News | 0 | 01-04-2008 03:00 PM |
| Remsh between Hp-ux and Linux or SunOS | elthox | UNIX for Advanced & Expert Users | 1 | 10-09-2007 05:43 AM |
| remsh newhost "for loop" | alantang | Shell Programming and Scripting | 1 | 11-05-2006 01:58 PM |
| Commands on Digital Unix equivalent to for "top" and "sar" on other Unix flavour | sameerdes | UNIX for Advanced & Expert Users | 1 | 08-28-2002 08:41 PM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
||||
|
how to "remsh" from a Unix machine to a Linux or SunOS
Hi All,
I`m trying to execute something remotely using Remsh. Up to now it worked on HP-UX machines ( editing the /etc/hosts. .rhosts and creating user to the remote machine using SAM) but i cannot configure it to work from HP-UX to Linux or SunOS. Can anybody help me with this? THanks |
|
||||
|
If a box has been hardened it may be very reluctant to use the old rsh/rexec/rcmd/rlogin style remote command execution.
The old model basically says than a group of machines are equivalent securitywise, also the protocols may pass the passwords in clear. Today, you will get better mileage with the ssh protocols. The only reason I would use the old rsh etc protocols is if talking to a legacy machine and I can't find an alternative. |
| Sponsored Links | ||
|
|