Skip to content

Commit 98c1190

Browse files
committed
Add note about enabling SSH on a Mac via CLI.
1 parent 3376c1a commit 98c1190

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,10 @@ You can use this playbook to manage other Macs as well; the playbook doesn't eve
3232
1. (On the Mac you want to connect to:) Go to System Preferences > Sharing.
3333
2. Enable 'Remote Login'.
3434

35+
> You can also enable remote login on the command line:
36+
>
37+
> sudo systemsetup -setremotelogin on
38+
3539
Then edit the `inventory` file in this repository and change the line that starts with `127.0.0.1` to:
3640

3741
```

0 commit comments

Comments
 (0)