Submit Hint Search The Forums LinksStatsPollsHeadlinesRSS
14,000 hints and counting!


Run as ssh | 35 comments | Create New Account
Click here to return to the 'Run as ssh' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
Run as ssh
Authored by: logo on Mar 18, '03 04:42:41AM

You will probably not need the addition of the host inside the applescript.

Assuming you have installed the script on the target machine you can run it remotely using ssh.

Once the ssh login to the machine running itunes has succeeded the applescript is executed locally right there...

you can even run the script in one line with:
ssh <login here>@<remotemachine here> /<pathtoscript>/itunes play
this will prompt for the password and then your itunes will come to life!!!



[ Reply to This | # ]