Hi,
for instance, we have a bunch of *.bat files on pc which invokes processes on unix server. One simple example is
rsh unixServer -l userId -n ls
lists all the files in the 'userId's home directory. Now they will disable rsh and only allow secure login. I replace 'rsh' with 'ssh' on pc but it doesn't recognize the command. What should I do? Is it ever possible to remote run?
Thanks,
Shine
for instance, we have a bunch of *.bat files on pc which invokes processes on unix server. One simple example is
rsh unixServer -l userId -n ls
lists all the files in the 'userId's home directory. Now they will disable rsh and only allow secure login. I replace 'rsh' with 'ssh' on pc but it doesn't recognize the command. What should I do? Is it ever possible to remote run?
Thanks,
Shine