steelbrain / steelbrain/node-ssh
add custom parameter to ssh connection config
Open
Nobody has claimed this yet.
external
question
- Dominant language
- TypeScript
- Stars
- 1k
- Forks
- 94
- PR merge metrics
- No merged PRs in 30d
Description
Is currently possible to add a custom parameter or option to the connection config? For example: -t customparameter
This:
ssh localhost -l steel -t customparameter
Here:
ssh.connect({
host: 'localhost',
username: 'steel',
privateKey: Buffer.from('...')
})
Thanks in advance.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start at the ssh.connect(...) entry point shown in the issue and compare it with the ssh localhost -l steel -t customparameter example. Done means the connection configuration can pass through this custom parameter and the behavior is verified.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- node.js, typescript
- Domain
- networking
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100