cloudcontrol - Unable to run cloudctrl bash from windows - Permission Denied(public key) -


when run following command on windows 8.1 machine:

cctrlapp app_name/deploy_name run bash 

i error:

permission denied(public key) 

how can alternatively access cloudcontrol bash in windows?

to use run-command, have provide public-key , ssh client on local machine needs able find , access private-key. first check if have public-key in cloudcontrol account using:

$ cctrluser key 

then check if key matches local id_rsa.pub file:

$ cctrluser key [key_id] 

if have uploaded correct key , it's available on local system, ssh client might not able find it. on windows recommend running cctrlapp inside git bash , not directly in windows command prompt. makes sure works(tm).


Comments

Popular posts from this blog

commonjs - How to write a typescript definition file for a node module that exports a function? -

openid - Okta: Failed to get authorization code through API call -

thorough guide for profiling racket code -