zowe / zowe-explorer-vscode

Visual Studio Code Extension for Zowe, which lets users interact with z/OS Data Sets, Unix System Services, and Jobs on a remote mainframe instance. Powered by Zowe SDKs.
Eclipse Public License 2.0
169 stars 91 forks source link

Strange behavior when running SSH command if credentials are not yet stored #2762

Closed t1m0thyj closed 3 weeks ago

t1m0thyj commented 7 months ago

To reproduce the issue:

Actual Behavior

  1. Right-click on the zosmf profile in the USS tree and select "Issue Unix Command". Notice that nothing happens.
  2. Or select "Issue Unix Command" from the command palette. After being prompted for a zosmf and ssh profile, then I am prompted to enter credentials twice.

Expected Behavior

  1. When right-clicking on a zosmf profile in the USS tree, I should be prompted for an ssh profile to use.
  2. If credentials are not yet stored, I should be prompted only once for user/password and they should be stored in the zosmf profile.
github-actions[bot] commented 7 months ago

Thank you for creating a bug report. We will investigate the bug and evaluate its impact on the product. If you haven't already, please ensure you have provided steps to reproduce the bug and as much context as possible.

zFernand0 commented 3 weeks ago