Skip to Content
Nextra 4.0 is released šŸŽ‰
DocsIntroduction

Introduction

SSH Verify is a product that offers multiple SSH related tools. The tools can be used through an REST API, with a web interface to give an overview to the user.

SSH Key Verification

SSH Key Verification is the process of verifying if a user has access to a specific SSH key. An SSH Key Verify session can be created through the web interface or API. In this session one or more Public Keys that should be verified can be provided. When a session has been created, a Connection Identifier will be returned. A user can use this identifier as username to connect to the SSH Verify SSH server, the server will then verify that the user has access to the provided key.

SSH Key Collection

SSH Key Collection is the process of collecting SSH Public Keys from a user. An SSH Key Collect session can be created through the web interface or API. When a session has been created, a Connection Identifier will be returned. A user can use this identifier as username to connect to the SSH Verify SSH server, the server will then collect the public keys of the user.