You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@brooklyn.apache.org by neykov <gi...@git.apache.org> on 2016/08/24 14:01:53 UTC

[GitHub] brooklyn-dist pull request #43: Close public ports protected by the default ...

GitHub user neykov opened a pull request:

    https://github.com/apache/brooklyn-dist/pull/43

    Close public ports protected by the default credentials

    After the changes three ports remain open:
      * 8081 - web UI, password is generated on the fly if not explicitly set by the user
      * 8101 - ssh Karaf access, protected by default credentials, open to localhost only
      * random - jmx port, enabled by "-Dcom.sun.management.jmxremote" in bin/karaf, allows local access only

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/neykov/brooklyn-dist karaf/hardening

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/brooklyn-dist/pull/43.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #43
    
----
commit 2a31a813357399ef18b75721cbbd0740679ddd4f
Author: Svetoslav Neykov <sv...@cloudsoftcorp.com>
Date:   2016-08-24T13:58:47Z

    Close public ports protected by the default credentials

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] brooklyn-dist issue #43: Close public ports protected by the default credent...

Posted by neykov <gi...@git.apache.org>.
Github user neykov commented on the issue:

    https://github.com/apache/brooklyn-dist/pull/43
  
    Thanks @duncangrant, merging.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] brooklyn-dist issue #43: Close public ports protected by the default credent...

Posted by duncangrant <gi...@git.apache.org>.
Github user duncangrant commented on the issue:

    https://github.com/apache/brooklyn-dist/pull/43
  
    LGTM


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] brooklyn-dist issue #43: Close public ports protected by the default credent...

Posted by neykov <gi...@git.apache.org>.
Github user neykov commented on the issue:

    https://github.com/apache/brooklyn-dist/pull/43
  
    Fixed `bin/stop` by opening the shutdown port. Could replace bin/stop with `bin/client system:shutdown` in future.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] brooklyn-dist issue #43: Close public ports protected by the default credent...

Posted by neykov <gi...@git.apache.org>.
Github user neykov commented on the issue:

    https://github.com/apache/brooklyn-dist/pull/43
  
    The message you see is similar to a missing entry in ~/.ssh/known_hosts so it's fine. Looks like the logging statement has a bug in it by having more `{}`s than arguments.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] brooklyn-dist issue #43: Close public ports protected by the default credent...

Posted by duncangrant <gi...@git.apache.org>.
Github user duncangrant commented on the issue:

    https://github.com/apache/brooklyn-dist/pull/43
  
    When I run bin/stop I get:
    
       Unable to find port...


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] brooklyn-dist issue #43: Close public ports protected by the default credent...

Posted by duncangrant <gi...@git.apache.org>.
Github user duncangrant commented on the issue:

    https://github.com/apache/brooklyn-dist/pull/43
  
    688 [sshd-SshClient[309e345f]-nio2-thread-2] WARN org.apache.sshd.client.keyverifier.AcceptAllServerKeyVerifier - Server at [/127.0.0.1:8101, RSA, 01:98:f4:32:32:dc:49:8c:62:c6:c7:31:75:6b:bb:5d] presented unverified {} key: {}



---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] brooklyn-dist pull request #43: Close public ports protected by the default ...

Posted by asfgit <gi...@git.apache.org>.
Github user asfgit closed the pull request at:

    https://github.com/apache/brooklyn-dist/pull/43


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---