Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

remsh telnet ssh

Status
Not open for further replies.
Mar 31, 2004
151
US
I want to use remsh or telnet or ssh to connect to other server.

remsh hostname1 -n ls works (Remote machine)
BUT
remsh hostname2 -n ls won't work. (This is another remote machine. There are some files in that directory).

Could somebody tell why?

Thanks


 
Are the /etc/hosts, /etc/hosts.equiv or .rhosts files up to date ?

Hope This Help, PH.
Want to get great answers to your Tek-Tips questions? Have a look at FAQ219-2884 or FAQ222-2244
 
Thanks. Yes they are up to date.

remsh hostname2 -n ls won't work

but

ssh hostname2 -n ls works and is asking for password!!
 
man ssh-keygen

Hope This Help, PH.
Want to get great answers to your Tek-Tips questions? Have a look at FAQ219-2884 or FAQ222-2244
 
Thanks, But I would really appreciate if you could some explanation about it (I am following the man page though). How would it solve this problem?
 
Could anybody explain if I have to enter passsphrase while running ssh-keygen -t rsa? Also, the crontab runs under root. So I think this should be done with root permission. Could this be done with individual user permission? Please suggest
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top