rhc ssh [No system SSH available] error
问题 I want view my openshift application log in my cmd. I did try : rhc ssh appname that time i am getting: No system SSH available. Please use the --ssh option to specify the path to your SSH executable, or install SSH. My system have already ssh key.so how can i solve that problem? 回答1: You need to make sure: you are in a cmd session where HOME is define (type set HOME to check its value: it must be C:\Users\yourLogin , because ssh needs to look for keys in %HOME%\.ssh ) your ssh.exe parent