Skip to main content

Module credentials

Module credentials 

Source
Expand description

SSH credentials for remote instance authentication

This module provides the SshCredentials struct which manages SSH authentication information including private/public key paths and username configuration.

§Key Features

  • SSH key pair management (private and public keys)
  • Username configuration for remote connections
  • Integration with SSH connection establishment
  • Support for creating SSH connections with target IP addresses

The credentials are typically configured at startup and used throughout the deployment process for secure remote access to provisioned instances.

Structs§

SshCredentials
SSH credentials for remote instance authentication.