IBM / zowe-cli-cics-deploy-plugin

Provides the cics-deploy plug-in for Zowe CLI https://github.com/zowe/zowe-cli to deploy Node.js and other applications from a workstation to IBM CICS Transaction Server within a CICS bundle. Documentation is available at https://ibm.github.io/zowe-cli-cics-deploy-plugin/
Eclipse Public License 2.0
13 stars 12 forks source link

Creating profiles #267

Closed tasha-m-k closed 5 years ago

tasha-m-k commented 5 years ago

Beware: in Zowe profiles passwords are stored in plain text.

tasha-m-k commented 5 years ago

Last command on page : zowe cics get resource CICSRegion - needs region name and show expected output

tasha-m-k commented 5 years ago

SSH profile: add to create an SSH profile with certificate Link out to documentation. Chris A to send info.

markcocker commented 5 years ago

Last command on page : zowe cics get resource CICSRegion - needs region name and show expected output

PR #278 has added region-name to the cics zowe plug-in profile, so you do not need to specify the region name. It also adds example output.

ChrisAtkinson1 commented 5 years ago

You should be able to add an ssh key like this.

ssh-keygen -> follow prompts

ssh-copy-id -i yourkeyfile pub user@host

Some info from the internet. https://www.ssh.com/ssh/keygen/

I did it a while back on windows - but currently I can no longer get it to work

matthewpwilson commented 5 years ago

Mark to add a note in doc to say passwords in profiles may be stored in plain text