Quote:
|
Originally Posted by qrshat
i want to run shell commands on a remote Solaris machine. Before i was running this command with the rsh utility. But now we installed ssh on both machine. so i can't use rsh.
|
Installing ssh doesn't prevent per itself to still use rsh.
Quote:
|
and i am looking for a way to run shell commands on remote machine. because of ssh, these machine now aren't trusted.
|
Yes, ssh doesn't honor rhosts.
Quote:
|
is there a way made these machines trusted in ssh?
|
No, but you can have user account trusted by using private and public keys.
See that page for a setup:
http://www.sun.com/bigadmin/content/...h_setting.html
Quote:
|
and is there a way running unix command on a remote solaris machine,
|
Hopefully yes, and ssh is one of them.