Skip to content
This repository has been archived by the owner on Dec 8, 2022. It is now read-only.

Commit

Permalink
Fix SSH bootstrap
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-slx committed Feb 1, 2021
1 parent 1e764f2 commit 472f250
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion build_src/00-bootstrap-ssh.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@

sed -i '/^#PermitEmptyPasswords/ s/^#//' /etc/ssh/sshd_config
sed -i '/^PermitEmptyPasswords/ s/no/yes/' /etc/ssh/sshd_config
systemctl start sshd dhcpcd
systemctl restart sshd dhcpcd
1 change: 1 addition & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -181,6 +181,7 @@ _- Thank you_
- Update Arch ISO disk to `2021.01.01`
- `20210201`:
- Update Arch ISO disk to `2021.02.01`
- Change SSH bootstrap script to restart services instead of just starting them. New version of Arch ISO starts SSH server on boot.


## Legal
Expand Down

0 comments on commit 472f250

Please sign in to comment.