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


Click here to return to the 'Launch Apple Remote Desktop via ssh' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
Launch Apple Remote Desktop via ssh
Authored by: Khan SW on Aug 16, '06 07:34:26PM

A friend at another forum posted a great way to run this quickly so that you don't have to always retype it when you need to restart.

In Terminal
touch ~/.bash_profile
open -a TextEdit ~/.bash_profile

add the line:
alias ardstart="sudo /System/Library/CoreServices/RemoteManagement/ARDAgent.app/Contents/Resources/kickstart -activate -configure -access -on -users admin -privs -all -restart -agent -menu"

Save the file.
Close the terminal window and open a new one.
Type ardstart and it will execute the command.

---
I wish my lawn was emo so it would cut itself.



[ Reply to This | # ]