Operating System - OpenVMS
1748149 Members
3695 Online
108758 Solutions
New Discussion юеВ

Re: RSH between Linux and OpenVMS fails

 
SOLVED
Go to solution
smsc_1
Regular Advisor

RSH between Linux and OpenVMS fails

 

Dear all,

I have to excecute a simple .COM script on OpenVMS from Red Hat.

 

REXEC on Red Hat works perfect, but the downside is that I need to provide the username and password:

# rexec -l username -p password 10.99.15.60 "@remove.com"

 

Plus, between machines there is correctly configured an SSH key, so I can connect using SSH without password prompt. I'm also using SCP to copy file from Linux to OpenVMS without password prompt.

 

Then, if I use RSH from linux:

# rsh 10.99.15.60 -l username "@remove.com"

 

this is what OpenVMS reply me:

TCPIP$RSH - Permission denied......

 

Could someone help me to understand why?

 

Thanks

./ Lucas
3 REPLIES 3
Steven Schweda
Honored Contributor
Solution

Re: RSH between Linux and OpenVMS fails

 
smsc_1
Regular Advisor

Re: RSH between Linux and OpenVMS fails

 

Thanks Steven, I did not think I could use SSH also to execute remote commands! ;)

I tried right now and it works perfect!!!!

  

 

 

./ Lucas
Steven Schweda
Honored Contributor

Re: RSH between Linux and OpenVMS fails