/etc/skel というホームディレクトリのひな形となるディレクトリがあるらしい。。。知らなんだorz
だからここに authorized_keysや.zsh_rc やらを予め作っておけば、
ユーザーを増やす際の面倒くささがだいぶ軽減するはず(人´∀`).☆.。.:*・゚
$ cd /etc/skel
$ sudo mkdir -m 700 .ssh
$ sudo touch .ssh/authorized_keys
$ sudo chmod 600 .ssh/authorized_keys
skelってskeltonの意味なんだろなぁ( ・_・)r
/etc/skel is template directory for making new user home directory
for example, authorised_keys, .zshrc, more useful if you set these files in /etc/skel