Allow adding multiple SSH keys from dashboard

GitHub issue #118 Feature Shipped oscarbaracosvia discord Jan 15, 2026 View Discord message View GitHub mirror

Author: oscarbaracos Channel: #Sharing ssh access Link: https://discord.com/channels/1405685085923049482/1461382624520966319/1461468552409383035


Description

Currently, the dashboard only displays SSH keys in read-only mode and is limited to one key. Users should be able to add multiple SSH keys directly from the dashboard, similar to GitHub's implementation.

Context

From discussion:

  • Users can currently add keys via CLI by SSHing in with a new key and going through the email flow
  • The dashboard can display multiple keys if they've been added via CLI, but there's no way to add them through the UI
  • This creates a counterintuitive workflow compared to standard signup/account management flows

Desired Behavior

Add the ability to create/add SSH keys directly from the dashboard UI, following GitHub's example pattern.

discord-bug

3 Comments

josharianvia github Jan 15, 2026

We should:

  • add a repl command to add an ssh public key
  • add a place on the web to add an ssh public key
bmizeranyvia github Jan 15, 2026

I have a paint color to recommend for the roof:

ssh<~/.ssh/other.pub exe.dev keys add

philzvia github Jan 16, 2026

I didn't add stdin handling, but otherwise this is done, with both command and web variants.