This content originally appeared on DEV Community 👩💻👨💻 and was authored by nabbisen
フルディスク暗号化 (Full Disk Encryption, FDE) を OpenBSD サーバーに設定した後に、そのパスフレーズを変更することは可能でしょうか ?
はい、可能です !! この記事でその方法を示します。bioctl を用いた非常にシンプルな手順です。
まずサーバーにログインします。そして次のコマンドを実行します:
$ doas bioctl -P sd1
なお今回の例において、sd1
とは softraid が制御する CRYPTO (暗号化された) ボリュームです。(sd0
がオリジナルのディスクです。) 別の言い方をすると、ここでの sd1
は、インストーラーで OpenBSD を実際にインストールした場所です。
次のようにたずねられるでしょう:
Old passphrase:
New passphrase:
Re-type passphrase:
それぞれ入力してください。それで終わりです !!!
マシンを再起動すると、新しいパスフレーズで続行できるようになっています。
This content originally appeared on DEV Community 👩💻👨💻 and was authored by nabbisen
nabbisen | Sciencx (2023-01-03T06:24:17+00:00) OpenBSD ディスク暗号化: パスフレーズを変更する. Retrieved from https://www.scien.cx/2023/01/03/openbsd-%e3%83%87%e3%82%a3%e3%82%b9%e3%82%af%e6%9a%97%e5%8f%b7%e5%8c%96-%e3%83%91%e3%82%b9%e3%83%95%e3%83%ac%e3%83%bc%e3%82%ba%e3%82%92%e5%a4%89%e6%9b%b4%e3%81%99%e3%82%8b/
Please log in to upload a file.
There are no updates yet.
Click the Upload button above to add an update.