How to ssh into openshift app using the 'rhc&#

2019-04-29 03:24发布

I am trying to ssh (from windows) into my Openshift app using the 'rhc' command

rhc app-ssh <app name>

I have followed the Openshift instruction here:

https://www.openshift.com/forums/openshift/how-to-rhc-app-ssh-command

Putty is returning the error "Putty Command Line Error: unknown option "-V" and then fails. My google searches indicate putty has a "-v" (lowercase) option for turning on Verbose. I'm not sure if it's one in the same.

If I use the Putty GUI everything works fine. I would like to figure out how to ssh into my openshift app using the command line.

How do I ssh into my openshift app using the 'rhc' command on windows?

4条回答
我只想做你的唯一
2楼-- · 2019-04-29 03:43

Did you try:

rhc ssh appname

Worked fine for me

查看更多
做自己的国王
3楼-- · 2019-04-29 03:48

Did you try running the rhc setup command first to see if everything is configured correctly?

查看更多
可以哭但决不认输i
4楼-- · 2019-04-29 03:54
  • First you need to generate private and public key. You can use puttygen to do that.
  • Then you should import public key into your OpenShift account.
  • And then use private key with putty.

Here is detailed instruction with illustrations

查看更多
何必那么认真
5楼-- · 2019-04-29 03:56

It's a bug in RHC for windows. They fixed it in a forked version.

Bugzilla report

查看更多
登录 后发表回答