This website requires JavaScript.
Explore
Help
Sign In
Johannes
/
ISO
Watch
1
Star
0
Fork
0
You've already forked ISO
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
692099f157
ISO
/
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 08:13:42 +02:00
# Allow root login using password authentication
PasswordAuthentication yes
releng: place custom sshd_config in airootfs Properly track the file instead of modifying it on-the-fly with customize_airootfs.sh. See https://gitlab.archlinux.org/archlinux/archiso/-/issues/21 .
2020-07-30 13:27:41 +02:00
PermitRootLogin yes
Reference in New Issue
Copy Permalink