diff --git a/README.md b/README.md index 70c34bb..7e5e2a1 100644 --- a/README.md +++ b/README.md @@ -59,6 +59,7 @@ For more terminal shell goodness, please also see this list's sister list [Aweso - [Hostname](#hostname) - [Network Preferences](#network-preferences) - [Networking Tools](#networking-tools) + - [SSH](#ssh) - [TCP/IP](#tcpip) - [Wi-Fi](#wi-fi) - [Package Managers](#package-managers) @@ -958,6 +959,18 @@ ping -o github.com traceroute github.com ``` +### SSH + +#### Remote Login +```bash +# Enable remote login +sudo launchctl load -w /System/Library/LaunchDaemons/ssh.plist + +# Disable remote login +sudo launchctl unload -w /System/Library/LaunchDaemons/ssh.plist +``` + + ### TCP/IP #### Show Application Using a Certain Port