Linda Walsh wrote:
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]
Only one I could think of before your post was "lack of knowledge" ;-) (Notes [command] at the end of man ssh "synopsis" -- kicks self for another forest-for-the-trees issue) Thanks Linda -- David C. Rankin, J.D., P.E. Rankin Law Firm, PLLC 510 Ochiltree Street Nacogdoches, Texas 75961 Telephone: (936) 715-9333 Facsimile: (936) 715-9339 www.rankinlawfirm.com -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org For additional commands, e-mail: opensuse+help@opensuse.org