mirror of
https://github.com/geerlingguy/mac-dev-playbook
synced 2024-11-21 19:33:03 +00:00
Add note about enabling SSH on a Mac via CLI.
This commit is contained in:
parent
3376c1ae1f
commit
98c11909e0
1 changed files with 4 additions and 0 deletions
|
@ -32,6 +32,10 @@ You can use this playbook to manage other Macs as well; the playbook doesn't eve
|
|||
1. (On the Mac you want to connect to:) Go to System Preferences > Sharing.
|
||||
2. Enable 'Remote Login'.
|
||||
|
||||
> You can also enable remote login on the command line:
|
||||
>
|
||||
> sudo systemsetup -setremotelogin on
|
||||
|
||||
Then edit the `inventory` file in this repository and change the line that starts with `127.0.0.1` to:
|
||||
|
||||
```
|
||||
|
|
Loading…
Reference in a new issue