Himitsu
Himitsu は、Unix 系システム向けのセキュアな秘密情報保存システムです。 拡張可能であり、パスワード、プライベートキー、ログイン情報などの保存に適しています。
Himitsu の秘密情報は任意のキー/バリューストアに保存され、デーモン経由でアクセス可能です。 また、Himitsu はそのストアのためのコマンドラインインターフェースとクエリ言語も提供します。
インストール
また、Himitsu のプロンプタも必要です:hiprompt-gtk-pyAUR。
設定
himitsu(7) の man ページは読む価値があります。 以下は、himitsuAUR の Arch Linux へのインストールに特化したガイドです。
まず、Himitsu の secstore(秘密情報ストア)と基本的な設定が必要です。 これらを himitsu-init(1) で初期化します。
$ himitsu-init
次に、選択したプロンプタを Himitsu で使用するように設定する必要があります。 himitsu.ini(5) 設定ファイルを編集します。例えば、 hiprompt-gtk-pyAUR の場合:
~/.config/himitsu/config.ini
[himitsud] prompter=hiprompt-gtk
Himitsu の デーモンhimitsud(1) を実行することができます。
Himitsu パッケージには、systemd のユーザーユニット、himitsud.service
が付属しています。
これを 起動/有効化すると himitsud
がバックグラウンドで実行されます。
使用法
hiq(1) コマンドを使用して、キーストアをクエリし、管理します。
Integrations
Himitsu has integrations for various software.
SSH
The himitsu-sshAUR package provides an SSH agent and utilities for using and storing SSH keys in the Himitsu keystore.
For ssh to use the Himitsu SSH agent, it is required that:
- The agent is running (enable/start the included
hissh-agent.service
user unit). - The
$SSH_AUTH_SOCK
environment variable is set to the Himitsu SSH agent's socket (i.e.$XDG_RUNTIME_DIR/hissh-agent
).
See hissh-agent(1).
With that, ssh will consult the Himitsu keystore for SSH key data.
Firefox
The himitsu-firefoxAUR package provides the backend (a native messaging component) for the official Firefox Himitsu Add-on.
Once both installed, Firefox can consult the Himitsu keystore for logins/passwords, from keystore entries with the proto=web
key-value pair.
The add-on implements the "web" protocol.