22 May
2008
22 May
'08
02:29
David C. Rankin wrote:
Can I modify the remote .bashrc and pass some ssh parameter to cause .bashrc to run the script? Am I stuck with rsh? As always any help or point to the right man page will be greatly appreciated.
--- Is there a reason why your local script can't use ssh to run the remote command: #!/bin/bash # (local script....) ssh [-n] Remotesys ['nohup' cmd] /path/remotescript [redirection] -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org For additional commands, e-mail: opensuse+help@opensuse.org