We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 193de6f commit 9a66606Copy full SHA for 9a66606
.github/workflows/debug.yml
@@ -16,7 +16,7 @@ jobs:
16
echo "${{ secrets.SSH_PUBLIC_KEY }}" >> ~/.ssh/authorized_keys
17
sudo chmod 600 ~/.ssh/authorized_keys
18
sudo chown $(whoami) ~/.ssh/authorized_keys
19
- sudo launchctl bootstrap system /System/Library/LaunchDaemons/ssh.plist
+ sudo launchctl list | grep xsan
20
sudo launchctl start com.openssh.sshd
21
22
- name: Output SSH Command
0 commit comments