feat: install shortcut to install ssh key via ssh-copy-id#56
Open
malaiwah wants to merge 5 commits into
Open
Conversation
Adds per-server action bound to uppercase K to install the local public key into the selected host's authorized_keys via ssh-copy-id. Runs interactively via app.Suspend with stdin/stdout/stderr wired. Shows status messages and hints; README and hint bar updated. Existing k (navigate up) and s (sort) remain unchanged.
Adds 'K: Install SSH Key' entry to the right-side Commands panel for consistency with the top hint bar and README.
ssh-copy-idssh-copy-id
Owner
|
Hi @malaiwah . Thanks a lot for your contribution! |
taylorbanks
added a commit
to taylorbanks/moshpit
that referenced
this pull request
May 23, 2026
The original cherry-picked commit (6de8294) was authored with the contributor's corporate email (michel.belleau@oracle.com), which is not a verified email on his GitHub account. As a result, GitHub's contributors graph did not link the commit to @malaiwah. This empty marker commit carries a Co-authored-by trailer pointing to his GitHub noreply email so the credit resolves correctly. Co-authored-by: malaiwah <10375593+malaiwah@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Add an option to install ssh key via
ssh-copy-id