From 98c11909e078b25ab2861c0db71228a7e6e46172 Mon Sep 17 00:00:00 2001 From: Jeff Geerling Date: Wed, 7 Oct 2020 11:28:34 -0500 Subject: [PATCH] Add note about enabling SSH on a Mac via CLI. --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 79f7ccf..28499a6 100644 --- a/README.md +++ b/README.md @@ -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: ```