|
|
|
@ -95,7 +95,7 @@ d-i anna/choose_modules string network-console
|
|
|
|
|
# XXX Set up key here, probably has to be RSA, ed25519 untested.
|
|
|
|
|
# ssh-keyget -t rsa
|
|
|
|
|
# Copy that to server
|
|
|
|
|
d-i network-console/authorized_keys_url string http://174.128.244.245/install/id_rsa.pub
|
|
|
|
|
d-i network-console/authorized_keys_url string http://174.128.244.245/id_rsa.pub
|
|
|
|
|
#d-i network-console/password password r00tme
|
|
|
|
|
#d-i network-console/password-again password r00tme
|
|
|
|
|
|
|
|
|
@ -126,7 +126,7 @@ d-i mirror/http/proxy string
|
|
|
|
|
#d-i passwd/root-password-again password r00tme
|
|
|
|
|
# or encrypted using a crypt(3) hash.
|
|
|
|
|
# mkpasswd -m sha-512 mypassword
|
|
|
|
|
d-i passwd/root-password-crypted password $6$On5SH6RmP1gKgISf$YvKvj0gkpZUrWh/38XN2hThzcvpf1H6UDnXm2RKwYVKhkmC1YCAcfP/7tiIUpkLchlsAWEmo/S7geymM.5Zqg1
|
|
|
|
|
d-i passwd/root-password-crypted password $6$TLUxtU60X0A0eXo$.sa9wGwOohYo.1fTBgWJ7TTAoYEJbED90NgJea11KHSDJfsQgFnvWbLy3J6RKmM2r/ryo5hpzMxYOlJR11jup/
|
|
|
|
|
|
|
|
|
|
# To create a normal user account.
|
|
|
|
|
d-i passwd/user-fullname string Debian User
|
|
|
|
@ -136,7 +136,7 @@ d-i passwd/username string debian
|
|
|
|
|
#d-i passwd/user-password password insecure
|
|
|
|
|
#d-i passwd/user-password-again password insecure
|
|
|
|
|
# or encrypted using a crypt(3) hash.
|
|
|
|
|
d-i passwd/user-password-crypted password $6$wxBjtDAwcATo.ww.$hUsLPT/4QiKTV7O74NHNOnhe0PaGNLaaH2QBsqIGI0uqJ78kxprYkXqg1jLVZmx6oGz5WuAbg.X7TYPpGZm.6/
|
|
|
|
|
d-i passwd/user-password-crypted password $6$lL3f/6Zaqc$uVfe38qINk3zYLhAbnqfW9Zr6TaIYaA7f3vp4S.ijzNd8pahhmVFLxOENvEbuIj3oS2xjRgIk2YtCRllMlRvm.
|
|
|
|
|
# Create the first user with the specified UID instead of the default.
|
|
|
|
|
#d-i passwd/user-uid string 1010
|
|
|
|
|
|
|
|
|
|