# コマンダー 17.1.5

## 新機能

### パスキーによる生体認証ログイン

KeeperコマンダーCLIで、パスキーを使ったネイティブな生体認証ログインがサポートされました。Touch IDやWindows Helloを使って、ターミナル上で直接ボルトのロックを解除できます。デスクトップアプリは不要で、CLIがFIDO2 WebAuthnを通じてKeeperクラウドとネイティブに認証します。

パスキー登録コマンド

`biometric register`

パスキー削除コマンド

`biometric unregister`

{% embed url="<https://vimeo.com/1106350506?fe=sh&fl=pl>" %}
コマンダーCLIでのパスキーによる生体認証ログイン
{% endembed %}

このアップデートは、[Keeperブラウザ拡張機能バージョン17.2](/release-notes/jp/browser/browser-extension/browser-extension-version-17.2.md)で導入された最新のパスキー対応ログイン機能ともスムーズに連携します。

その他の生体認証コマンドについては、コマンダーのドキュメントをご参照ください。

***

## 修正と向上点

* `RESTRICT_TOTP_FIELD` ポリシーの適用に対応。
* KSMアプリの共有機能に関するバグ修正。
* PAM: WebRTCを用いたトンネル作成時にTrickle ICEを使用するよう更新。
* 空の名前でノードを作成できないように修正。
* `import`: ファイルアップロード時の証明書エラーを抑制。
* GovCloud用のエンドポイントサブドメインを修正。

**変更履歴は**[**こちら**](https://github.com/Keeper-Security/Commander/compare/v17.1.3...v17.1.5)**をご参照ください。**

***

## Keeperコマンダーのインストール

ご利用のプラットフォームへの Keeperコマンダーのインストール方法については、[こちら](/keeperpam/jp/commander-cli/commander-installation-setup.md)のページをご参照ください。


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.keeper.io/release-notes/jp/developer-tools/commander/commander-17.1.5.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
