ExDaytona.Sandbox.SshAccess (ex_daytona v0.4.0)

Copy Markdown View Source

SSH access credentials for a sandbox. token doubles as the SSH username and ssh_command embeds it, so inspection redacts both — read the fields directly to use them.

Summary

Types

t()

@type t() :: %ExDaytona.Sandbox.SshAccess{
  expires_at: term(),
  ssh_command: term(),
  token: term()
}