uabrc / uabrc/uabrc.github.io

Associating multiple SSH key pairs with a cloud instance via CLI

Open
#1,247 0 comments 0 reactions 1 assignee View on GitHub

@Premas is already working on this.

Since Sep 15, 2026.

style: article/section 📝
Dominant language
Python
Stars
24
Forks
15
Avg merge
10d 3h
Merged PRs (30d)
1

Description

What would you like to see added?

Currently, only one SSH key pair can be associated with a cloud instance during instance creation. This can make it difficult for users who need to access the same cloud instance from multiple systems using different SSH keys.

The instance must first be created and configured using a single SSH key pair. After the initial setup, additional authorized users can add their public SSH keys to the appropriate user's ~/.ssh/authorized_keys file. This allows access to the same instance using multiple SSH keys without sharing private keys. Appropriate file permissions and key management practices should be followed.

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.