![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Forum Rules | FAQ | Contribute | Members List | Arcade | 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 !! |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| if [[ "$(uname)" = "SunOS" ]] | neeto | Shell Programming and Scripting | 1 | 04-17-2008 11:35 AM |
| Development Releases: Linux Mint 4.0 Beta "Fluxbox", 4.0 Alpha "Debian" | iBot | UNIX and Linux RSS News | 0 | 01-04-2008 11:00 AM |
| Remsh between Hp-ux and Linux or SunOS | elthox | UNIX for Advanced & Expert Users | 1 | 10-09-2007 02:43 AM |
| remsh newhost "for loop" | alantang | Shell Programming and Scripting | 1 | 11-05-2006 09:58 AM |
| Commands on Digital Unix equivalent to for "top" and "sar" on other Unix flavour | sameerdes | UNIX for Advanced & Expert Users | 1 | 08-28-2002 05:41 PM |
|
|
Submit Tools | LinkBack | Thread Tools | 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 |
| Forum Sponsor | ||
|
|
|
|||
|
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. |
|||
| Google The UNIX and Linux Forums |