Raphaël Hertzog
df945dd71b
Don't tweak the SSH config if persistence is enabled
...
And also ensure we run the initial configuration only once so that
the user can override our initial changes.
Fixes #22
4 years ago
Raphaël Hertzog
5989ec37de
Also set zsh by default for the root user
4 years ago
Raphaël Hertzog
208c080989
Ensure initial user is part of kaboxer group
5 years ago
Raphaël Hertzog
7ec405792b
Enable zsh by default
5 years ago
Raphaël Hertzog
8b8412d78f
Move definition of username, fullname and hostname to configuration file
5 years ago
Raphaël Hertzog
e184810035
Disable root user by default, use "kali" user in live mode
5 years ago
Raphaël Hertzog
520f5d48af
Drop the root specific .bashrc
...
It adds no value over the current setup. IIRC it was there to enable
completion by default but it's already enabled by default nowadays.
Also fixes the permission on /root as reported in
https://bugs.kali.org/view.php?id=5922
5 years ago
Raphaël Hertzog
36dedbf1f4
Revert "Disable root user by default, use "kali" user in live mode"
...
This reverts commit c257ad007f
.
7 years ago
Raphaël Hertzog
d2d48e4d61
Drop files related to debian-installer-launcher
...
It's has been a while that we are no longer using this installer
startable from the running live system.
7 years ago
Raphaël Hertzog
c257ad007f
Disable root user by default, use "kali" user in live mode
7 years ago
Raphaël Hertzog
3c2b83a0c3
Default sshd_config has again changed, update our live-config script accordingly
...
The default file in openssh-server 1:7.5p1-10 now has:
PasswordAuthentication yes
#PermitRootLogin prohibit-passwd
8 years ago
Raphaël Hertzog
45d776a8ae
Move live-config files to correct place for a merged /usr
9 years ago
Raphaël Hertzog
9ca9b4c92f
Fix sshd configuration to enable password-based root logins
...
The old setting "without-password" has been replaced by
"prohibit-password" in the Debian package.
9 years ago
Raphaël Hertzog
5676bc0b03
Move all configuration into kali-config and put the right bits into place from auto/config
...
* Add new --variant option to build alternative images of Kali.
* Add new --version option to decide of the name of the generated file.
* Add new --subdir option to indicate where the image must be moved.
10 years ago