Skip to content

Commit

Permalink
fix(just): enable sshd for cockpit (#351)
Browse files Browse the repository at this point in the history
  • Loading branch information
SoMuchForSubtlety committed Jul 29, 2023
1 parent d963316 commit 64add08
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions usr/share/ublue-os/just/custom.just
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ cockpit:
echo 'Enabling Cockpit'
echo 'PasswordAuthentication yes' | sudo tee /etc/ssh/sshd_config.d/02-enable-passwords.conf
sudo systemctl try-restart sshd
sudo systemctl enable --now sshd
sudo podman container runlabel --name cockpit-ws RUN quay.io/cockpit/ws
sudo podman container runlabel INSTALL quay.io/cockpit/ws
sudo systemctl enable cockpit.service
Expand Down

0 comments on commit 64add08

Please sign in to comment.