I am trying to acces the logs of my openshift application and the way to do that is with an ssh command that goes like rhc ssh ...
. I have the rhc client tools but apparently no ssh executable. I looked around in this website and people give the location of the ssh executable under the git folder. But I don't have those because I installed github for windows (apprently there is a difference).
Asked
Active
Viewed 465 times
0

timo.rieber
- 3,727
- 3
- 32
- 47

Ariadenus
- 23
- 3
-
1For windows environment, Install git client tools to have ssh http://git-scm.com/downloads – Sangram Chavan Jan 18 '15 at 11:44
-
So github doesn't have it? – Ariadenus Jan 18 '15 at 11:58
-
I think it should, but I haven't used Github tools – Sangram Chavan Jan 18 '15 at 12:00
-
may be this will help you: [ssh into openshift app using the 'rhc' command on windows](http://stackoverflow.com/q/25491464/4381432) – Nikhil Supekar Jan 18 '15 at 14:54