# Commander 17.1.5

## New Features

### Biometric Login with Passkeys

Keeper Commander CLI now supports native biometric login with a Passkey. You can now unlock your vault with Touch ID or Windows Hello right in the terminal. No companion desktop app is required; the CLI authenticates natively with the Keeper cloud using FIDO2 WebAuthn.

To activate a passkey login with a biometric, type:

`biometric register`

To remove biometric login:

`biometric unregister`

{% embed url="<https://vimeo.com/1106350506?share=copy>" %}
Biometric Login with Passkeys on Commander CLI
{% endembed %}

This update works seamlessly along with the latest Passkey login capabilities on the [Keeper Browser Extension version 17.2](/release-notes/browser-extensions/browser-extension/browser-extension-version-17.2.0.md).

See the [Commander documentation](/keeperpam/commander-cli/command-reference/misc-commands.md#biometric-command) for additional biometric command features.

***

## Fixes / Improvements

* `RESTRICT_TOTP_FIELD` enforcement support
* KSM app sharing: bug fixes
* PAM: Upgraded to use Trickle ICE when creating tunnels using WebRTC
* Prevent creation of nodes with empty names
* `import`: suppress certificate errors during file upload
* Fixed the GovCloud endpoint subdomain

**Full Changelog**: [v17.1.3...v17.1.5](https://github.com/Keeper-Security/Commander/compare/v17.1.3...v17.1.5)

***

## Installing Keeper Commander

Visit the [Installation Guide](/keeperpam/commander-cli/commander-installation-setup.md) for installing Keeper Commander on your desired platform.


---

# 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/developer-tools/commander/commander-17.1.4.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.
