「Himitsu」の版間の差分

提供: ArchWiki
ナビゲーションに移動 検索に移動
(リンクを修正)
12行目: 12行目:
 
また、Himitsu のプロンプタも必要です:{{AUR|hiprompt-gtk-py}}。
 
また、Himitsu のプロンプタも必要です:{{AUR|hiprompt-gtk-py}}。
   
== Configuration ==
+
== 設定 ==
   
The {{man|7|himitsu|url=https://himitsustore.org/docs/himitsu.7.html}} man page is worth reading.
+
{{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.
 
Initialize these with {{man|1|himitsu-init|url=https://himitsustore.org/docs/himitsu-init.1.html}}.
+
これらを {{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.
 
Edit the {{man|5|himitsu.ini|url=https://himitsustore.org/docs/himitsu.ini.5.html}} config file. For example, for
+
{{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>}}
   
The Himitsu [[daemon]] {{man|1|himitsud|url=https://himitsustore.org/docs/himitsud.1.html}} can now be run.
+
Himitsu [[デーモン]]{{man|1|himitsud|url=https://himitsustore.org/docs/himitsud.1.html}} を実行することができます。
The Himitsu package comes with a systemd [[user unit]], {{ic|himitsud.service}}.
+
Himitsu パッケージには、systemd [[ユーザーユニット]]{{ic|himitsud.service}} が付属しています。
[[Starting/enabling]] it runs {{ic|himitsud}} in the background.
+
これを [[起動/有効化]]すると {{ic|himitsud}} がバックグラウンドで実行されます。
   
 
== Usage ==
 
== Usage ==

2023年5月25日 (木) 14:02時点における版

Himitsu は、Unix 系システム向けのセキュアな秘密情報保存システムです。 拡張可能であり、パスワード、プライベートキー、ログイン情報などの保存に適しています。

Himitsu の秘密情報は任意のキー/バリューストアに保存され、デーモン経由でアクセス可能です。 また、Himitsu はそのストアのためのコマンドラインインターフェースとクエリ言語も提供します。

インストール

himitsuAUR パッケージをインストールします。

また、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:

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.