Make sure that Remote Login service is started

This commit is contained in:
mubix 2014-12-07 18:13:01 -08:00
parent df6881ecd5
commit e8f91980f6
1 changed files with 2 additions and 0 deletions

View File

@ -17,6 +17,8 @@ Replace RSA_PUB_ID with your SSH Public Key.
DELAY 800
STRING echo 'RSA_PUB_ID' >> ~/.ssh/authorized_keys
ENTER
STRING systemsetup -setremotelogin on
ENTER
DELAY 1000
STRING killall Terminal
ENTER