Add or change user database information, including login shell and password. See also:
passwd
. More information: https://man.openbsd.org/chsh.
doas chsh
doas chsh -s {{path/to/shell}}
doas chsh -s {{path/to/shell}} {{username}}
passwd
file format:doas chsh -a {{username:encrypted_password:uid:gid:...}}