Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[zos-uss] Add method to issue SSH commands #253

Open
3 tasks
t1m0thyj opened this issue Feb 21, 2024 · 1 comment
Open
3 tasks

[zos-uss] Add method to issue SSH commands #253

t1m0thyj opened this issue Feb 21, 2024 · 1 comment
Assignees
Labels
enhancement New feature or request priority-medium

Comments

@t1m0thyj
Copy link
Member

t1m0thyj commented Feb 21, 2024

  • Create a new zos-uss SDK modeled after the zos-console SDK. We'll need a new folder inside the src dir and new test files in subfolders of the tests dir.
  • Investigate 3rd party dependencies for handling SSH connections, such as Paramiko or Fabric. We'll need something similar to the ssh2 package used by the Node.js SDK.
  • Add a method to the Python zos-uss SDK for issuing SSH commands. We can model it after the executeSsh method in the Node.js SDK, as well as the zos-console Python SDK.
    • Uss class with constructor that accepts profile object
    • Method that takes a Unix command and optionally a cwd (working directory) as arguments
@t1m0thyj t1m0thyj added enhancement New feature or request priority-medium labels Feb 21, 2024
Copy link

Thank you for raising this enhancement request.
The community has 90 days to vote on it.
If the enhancement receives at least 5 upvotes, it is added to our development backlog.
If it receives fewer votes, the issue is closed.

@zFernand0 zFernand0 added this to the z/OSMF Enhancements milestone May 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request priority-medium
Projects
Status: Medium Priority
Development

No branches or pull requests

3 participants