This website requires JavaScript.
Explore
Help
Sign in
tools
/
archiso
Watch
1
Star
0
Fork
You've already forked archiso
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
Actions
5e72546e89
archiso
/
configs
/
baseline
/
airootfs
/
etc
/
ssh
/
sshd_config.d
/
10-archiso.conf
4 lines
96 B
Text
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 09:13:42 +03: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 23:19:44 +01:00
PermitRootLogin yes
Reference in a new issue
Copy permalink