Files
dotfiles/plugins/common/ssh_server.zsh

8 lines
141 B
Bash

function ssh-server-start() {
sudo systemsetup -setremotelogin on
}
function ssh-server-stop() {
sudo systemsetup -setremotelogin off
}