This feature is in preview.
Prerequisites
- The ChatGPT desktop app installed.
- The Ona CLI installed and authenticated.
- Codex access in the ChatGPT account and workspace you want to use.
Connecting to an environment
- In the Ona dashboard, select Open in ChatGPT. Ona opens ChatGPT’s SSH connections screen and shows the required commands.
- Run the commands shown by Ona in a local terminal. They sign in to the Ona CLI, add the environment to your SSH configuration, and verify the SSH connection.
- Select Add environment in ChatGPT in the Ona dialog.
- In ChatGPT, enable the SSH connection and choose the project folder in the environment.
codex command to be installed and authenticated on the remote host. See Connect to an SSH host for the current ChatGPT requirements.
Troubleshooting
SSH config entry not found
SSH config entry not found
Return to the Ona setup dialog and run
ona environment ssh-config in a local terminal. Verify the connection using the environment-specific ssh command shown in the dialog, then select Add environment in ChatGPT again.The Ona CLI has no active context
The Ona CLI has no active context
Run
ona login, complete authentication in your browser, then rerun ona environment ssh-config.The codex command is not available on the remote host
The codex command is not available on the remote host
Install and authenticate Codex in the environment before enabling the SSH connection in ChatGPT. Follow the remote host setup in ChatGPT’s remote connections documentation.