openshiftio / openshift.io

Red Hat OpenShift.io is an end-to-end development environment for planning, building and deploying modern applications.
https://openshift.io
97 stars 66 forks source link

SSH client commands are incomplete #3259

Open bostrt opened 6 years ago

bostrt commented 6 years ago

If I right-click on the dev-machine and choose SSH, the commands it suggests are not complete and missing the hostname:

You can connect your SSH client to 'dev-machine' with:

[ALL OS]
che ssh t7c8q dev-machine

[LINUX | OSX]
ssh root@ -p 22 [-i /path/to/your/private/ssh/key]

[WINDOWS]
putty -ssh -l root -P 22  [-i /path/to/your/private/ssh/key]
ghost commented 6 years ago

SSH agent should be somehow removed on OpenShift infra as OpenShift routes do not support ssh protocol, even if one manages to run sshd without sudo on a non privileged port.

^^ @slemeur @bmicklea

ghost commented 6 years ago

Upstream issue https://github.com/eclipse/che/issues/9488