CLI

Overview

The oblien ssh command enables and configures SSH access for workspaces, including password and public key authentication.

Commands

Check SSH Status

oblien ssh status <ws-id>

Enable SSH

oblien ssh enable <ws-id>

Disable SSH

oblien ssh disable <ws-id>

Set SSH Password

oblien ssh set-password <ws-id> --password <password>

Set SSH Public Key

oblien ssh set-key <ws-id> --key "ssh-ed25519 AAAA..."

Examples

oblien ssh status ws_abc123
oblien ssh enable ws_abc123
oblien ssh set-password ws_abc123 --password mysecret
oblien ssh set-key ws_abc123 --key "ssh-ed25519 AAAA..."
oblien ssh disable ws_abc123