
092
第1部 ハッキング・ラボの構築
root@kali:~# passwd <ユーザー名>
root@kali:~# usermod -a -G sudo <ユーザー名>
root@kali:~# chsh -s /bin/bash <ユーザー名>
SSHの環境を構築する
...