mirror of
https://github.com/tommytran732/Arch-Setup-Script
synced 2024-11-08 03:41:33 -05:00
Compare commits
2 Commits
7018a7945f
...
1859d176b5
Author | SHA1 | Date | |
---|---|---|---|
1859d176b5 | |||
80e3e9a86c |
@ -455,7 +455,7 @@ sed -i 's/nullok//g' /mnt/etc/pam.d/system-auth
|
||||
unpriv curl https://raw.githubusercontent.com/TommyTran732/Linux-Setup-Scripts/main/etc/ssh/ssh_config.d/10-custom.conf | tee /mnt/etc/ssh/ssh_config.d/10-custom.conf
|
||||
unpriv curl https://raw.githubusercontent.com/TommyTran732/Linux-Setup-Scripts/main/etc/ssh/sshd_config.d/10-custom.conf | tee tee /mnt/etc/ssh/sshd_config.d/10-custom.conf
|
||||
sed -i 's/PasswordAuthentication no/PasswordAuthentication yes/g' /mnt/etc/ssh/sshd_config.d/10-custom.conf
|
||||
mkdir -p /etc/systemd/system/sshd.service.d/
|
||||
mkdir -p /mnt/etc/systemd/system/sshd.service.d/
|
||||
unpriv curl https://raw.githubusercontent.com/GrapheneOS/infrastructure/main/systemd/system/sshd.service.d/local.conf | tee /mnt/etc/systemd/system/sshd.service.d/override.conf
|
||||
|
||||
## Disable coredump
|
||||
@ -582,7 +582,7 @@ if [ "${install_mode}" = 'desktop' ]; then
|
||||
fi
|
||||
|
||||
if [ "${install_mode}" = 'server' ]; then
|
||||
systemctl enable sshd --root=/mnt
|
||||
systemctl enable sshd.socket --root=/mnt
|
||||
fi
|
||||
|
||||
## Set umask to 077.
|
||||
|
Loading…
Reference in New Issue
Block a user