@runloop/api-client - v1.4.0
    Preparing search index...

    Interface DevboxCreateSSHKeyResponse

    interface DevboxCreateSSHKeyResponse {
        id: string;
        ssh_private_key: string;
        ssh_user: string;
        url: string;
    }
    Index

    Properties

    id: string

    The ID of the Devbox.

    ssh_private_key: string

    The ssh private key, in PEM format.

    ssh_user: string

    The Linux user to use for SSH connections to this Devbox.

    url: string

    The host url of the Devbox that can be used for SSH.