Hacktoberfest 2026: the issues maintainers tagged for October, open and beginner-friendly. Browse Hacktoberfest issues

Feature request: command map suffix

Open
#366 1 comment 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Assessment

Difficulty
3/5
Estimated time
1-2 days
Newbie friendliness
35/100
Issue type
Feature
Clarity
Mostly clear
Activity status
Stale
Tech stack
ruby
Domain
devops

Research direction

Start at SSHKit.config.command_map and trace how the existing prefix behavior is implemented and tested. Add the corresponding suffix behavior, including combinations with prefix, and verify that the command-map example in the issue produces the expected command handling.

Written by the indexing model from the issue text.

Description

discuss! enhancement help wanted

suffix addition, similarly to prefix, would add flexibility to the commands handled, also in terms of combinations, e.g. along the lines of:

SSHKit.config.command_map.prefix[command].push("bash -lc '")
SSHKit.config.command_map.suffix[command].push(" && exit 0'")
Dominant language
Ruby
Stars
1.2k
Forks
257
PR merge metrics
No merged PRs in 30d

Contributor guide

Open the contributing guide

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.

More from capistrano/sshkit

All issues in capistrano/sshkit

Similar issues

More Ruby issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.