Linuxコマンドラインhtpasswd生成

  • コマンド履歴やプロセス一覧にパスワードを残さない
  • 長いパスワード用にMD5指定
$ echo -n ユーザー名: > .htpasswd
$ openssl passwd -apr1 >> .htpasswd
(パスワードを2回入力)