Changes

Jump to: navigation, search

OpenBSD Post Install Steps

65 bytes added, 12:26, 2 October 2019
Create a user
Change the autogenerated password:
usermod -p `jot -r -c 30 a z | rs -g0 0 30 | encrypt -b a` root
 
== Set the hostname ==
 
echo 'freedom.mgk.ro' > /etc/myname
== Update the software ==
This will create a user with a random password that can do passwordless doas:
useradd -m -g staff -L staff -G wheel -c 'Aram Hăvărneanu' -s /usr/local/bin/bash ksh -p `jot -r -c 30 a z | rs -g0 0 30 | encrypt-b a` aram
Enable passwordless doas for the staff group:

Navigation menu