Skip to content

Commit f7988fc

Browse files
committed
new
1 parent 9a66606 commit f7988fc

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/debug.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,10 @@ jobs:
1111

1212
- name: Install SSH server
1313
run: |
14-
sudo systemsetup -f -setremotelogin on
1514
mkdir -p ~/.ssh
1615
echo "${{ secrets.SSH_PUBLIC_KEY }}" >> ~/.ssh/authorized_keys
1716
sudo chmod 600 ~/.ssh/authorized_keys
1817
sudo chown $(whoami) ~/.ssh/authorized_keys
19-
sudo launchctl list | grep xsan
2018
sudo launchctl start com.openssh.sshd
2119
2220
- name: Output SSH Command

0 commit comments

Comments
 (0)