「Himitsu」の版間の差分
Kusanaginoturugi (トーク | 投稿記録) (リンクを修正) |
Kusanaginoturugi (トーク | 投稿記録) (→Configuration: 飜訳) |
||
12行目: | 12行目: | ||
また、Himitsu のプロンプタも必要です:{{AUR|hiprompt-gtk-py}}。 |
また、Himitsu のプロンプタも必要です:{{AUR|hiprompt-gtk-py}}。 |
||
− | == |
+ | == 設定 == |
− | + | {{man|7|himitsu|url=https://himitsustore.org/docs/himitsu.7.html}} の man ページは読む価値があります。 |
|
+ | 以下は、{{AUR|himitsu}} の Arch Linux へのインストールに特化したガイドです。 |
||
− | The following is a guide specific to an Arch Linux installation of {{AUR|himitsu}}. |
||
+ | まず、Himitsu の secstore(秘密情報ストア)と基本的な設定が必要です。 |
||
− | Firstly, you will need a himitsu secstore (secrets store) and some basic configuration. |
||
− | + | これらを {{man|1|himitsu-init|url=https://himitsustore.org/docs/himitsu-init.1.html}} で初期化します。 |
|
$ himitsu-init |
$ himitsu-init |
||
+ | 次に、選択したプロンプタを Himitsu で使用するように設定する必要があります。 |
||
− | You will then need to configure Himitsu to use your prompter of choice. |
||
− | + | {{man|5|himitsu.ini|url=https://himitsustore.org/docs/himitsu.ini.5.html}} 設定ファイルを編集します。例えば、 |
|
− | {{AUR|hiprompt-gtk-py}} |
+ | {{AUR|hiprompt-gtk-py}} の場合: |
{{hc|~/.config/himitsu/config.ini|<nowiki> |
{{hc|~/.config/himitsu/config.ini|<nowiki> |
||
31行目: | 31行目: | ||
</nowiki>}} |
</nowiki>}} |
||
− | + | Himitsu の [[デーモン]]{{man|1|himitsud|url=https://himitsustore.org/docs/himitsud.1.html}} を実行することができます。 |
|
− | + | Himitsu パッケージには、systemd の[[ユーザーユニット]]、{{ic|himitsud.service}} が付属しています。 |
|
− | [[ |
+ | これを [[起動/有効化]]すると {{ic|himitsud}} がバックグラウンドで実行されます。 |
== Usage == |
== Usage == |
2023年5月25日 (木) 14:02時点における版
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
がバックグラウンドで実行されます。
Usage
Use the hiq(1) command to query and manage the keystore.
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.