This website requires JavaScript.
Explore
Help
Sign In
faerbit
/
archiso
Watch
1
Star
0
Fork
0
You've already forked archiso
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
0cd0cc0c3b
archiso
/
configs
/
baseline
/
airootfs
/
etc
/
ssh
/
sshd_config.d
/
10-archiso.conf
4 lines
96 B
Plaintext
Raw
Normal View
History
Unescape
Escape
/etc/ssh/sshd_config.d/10-archiso.conf: keep only the modified options The only changes we make to the default are to enable root login via a password. While `PasswordAuthentication yes` is the default, let's set it explicitly to avoid potential issues in the future.
2023-08-12 06:13:42 +00:00
# Allow root login using password authentication
PasswordAuthentication yes
add SSH server to baseline inspired by https://wiki.archlinux.org/index.php/Archiso#Prepare_an_ISO_for_an_installation_via_SSH
2020-12-29 22:19:44 +00:00
PermitRootLogin yes
Reference in New Issue
Copy Permalink