Uploaded image for project: 'Red Hat Fuse'
  1. Red Hat Fuse
  2. ENTESB-2375

OSE ssh console always prints "Welcome to JBoss Fuse" when invoking commands remotely

XMLWordPrintable

    • % %
    • Hide
      1. create OSE fuse gear named "fuse", save the password
      2. rhc ssh fuse
      3. retrieve the OPENSHIFT_FUSE_SSH_PROXY_PORT (env | grep OPENSHIFT_FUSE_SSH_PROXY_PORT)
      4. ssh admin@fuse-test.apps.example.com -p <ssh proxy port> container-info
      Show
      create OSE fuse gear named "fuse", save the password rhc ssh fuse retrieve the OPENSHIFT_FUSE_SSH_PROXY_PORT (env | grep OPENSHIFT_FUSE_SSH_PROXY_PORT) ssh admin@fuse-test.apps.example.com -p <ssh proxy port> container-info

      Running e.g.

      ssh admin@fuse-test.apps.example.com -p 60252 container-info
      

      outputs

      Welcome to JBoss Fuse
      
      This container fuse is a Fabric ensemble server.
      Web management console available at: http://fuse-test.apps.example.com:80/hawtio
      
      Name:                          fuse
      Version:                       1.0
      Connected:                     true
      Type:                          karaf
      Root:                          true
      Ensemble Server:               true
      Managed:                       true
      Process ID:                    7283
      Resolver:                      publichostname
      Network Address:               fuse-test.apps.example.com
      Local Network Address:         127.12.2.1
      Public Network Address:        ...
      Local Hostname:                node2.example.com
      Public Hostname:               fuse-test.apps.example.com
      SSH Url:                       fuse-test.apps.example.com:60252
      JMX Url:                       service:jmx:rmi://fuse-test.apps.example.com:44444/jndi/rmi://fuse-test.apps.example.com:16099/karaf-fuse
      Http Url:                      http://fuse-test.apps.example.com:80
      Jolokia Url:                   http://fuse-test.apps.example.com:80/jolokia
      Provision Status:              success
      

      Note the welcome header in the beginning, which should not appear there when invoking commands directly from ssh

      This only seems to happen on OSE, as with the standalone 6.2.0 build 53, the output of "ssh admin@127.0.0.1 -p 8101 container-info" does not contain the header.

            g_nodet Guillaume Nodet (Inactive)
            maschmid@redhat.com Marek Schmidt
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: