Jigar
Jigar

Reputation: 478

Openshift asks to change permission of file to 600 on Windows

while executing rhc setup i got following error

Your private SSH key file should be set as readable only to yourself. Please run CHMOD 600 C:/user/myuser/.ssh/id_rsa

Now how can i execute such command on windows. However, I tried to use git bash. But have not got any success.!!

Upvotes: 2

Views: 816

Answers (1)

Jalay
Jalay

Reputation: 66

You can execute Linux commands on windows machine using Cygwin.

There are a couple of more tools using which you can do the same but I found Cygwin great!!!

Upvotes: 1

Related Questions