RexOps / RexOps/Rex

add telnet support

Open
#1,104 0 comments 1 reaction 0 assignees View on GitHub

Nobody has claimed this yet.

backlog
Dominant language
Perl
Stars
737
Forks
214
PR merge metrics
No merged PRs in 30d

Description

ref

Currently it's not possible to use telnet with rex, but the implementation is modular enough that it might possible to add (thinking architecturally), via writing proper Rex::Interface::{Connection,Exec,File,Fs}::Telnet modules. I'm not sure how file operations would exactly work over a telnet connection, and I don't see how big obstacle would that be (and quite possibly I'm just missing something obvious).

Based on a quick search, looks like Net::Telnet (https://metacpan.org/pod/Net::Telnet) would be a good start to interact with machines over telnet connections when using Perl, and quite surely rex would use that module in the background if implemented.

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.

Research direction

Start by reviewing Rex::Interface::{Connection,Exec,File,Fs} and the Net::Telnet module referenced in the issue. Determine how file operations should work over telnet and define the scope of each Telnet interface module. Done means Rex can use telnet connections through the relevant interfaces, including file operations.

Written by the indexing model from the issue text.

Assessment

Tech stack
perl
Domain
devops
Issue type
Feature
Difficulty
5/5
Estimated time
Over a week
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
20/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.