systemd-homedを使ってユーザーのホームディレクトリ暗号化
code:bash
homectl create {user} --member-of=wheel --shell=/usr/bin/zsh
echo -e 'PasswordAuthentication yes\nPubkeyAuthentication yes\nAuthenticationMethods publickey,password'
| doas tee -a /etc/ssh/sshd_config
homectl update {user} --ssh-authorized-keys=@/home/{user}/.ssh/authorized_keys