You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@mina.apache.org by wh0 <gi...@git.apache.org> on 2018/10/28 02:36:52 UTC

[GitHub] mina-sshd pull request #75: Core: Make checkConfig public

GitHub user wh0 opened a pull request:

    https://github.com/apache/mina-sshd/pull/75

    Core: Make checkConfig public

    `checkConfig` is documented in the README as a reference for how to configure an SshClient or SshServer, but we can't call it because it's protected.
    
    This method would be helpful to have for setting up some sensible defaults when you want to use this library for its protocol handling combined with custom connection management. You would be able to call `checkConfig` without, for example, the entire `start` method in SshServer.

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

    $ git pull https://github.com/wh0/mina-sshd checkconfig

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

    https://github.com/apache/mina-sshd/pull/75.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 #75
    
----
commit 3f3d3afc39683f915c8c11bd26b62d69b605cc23
Author: w <none>
Date:   2018-10-28T02:12:40Z

    Core: Make checkConfig public

----


---

[GitHub] mina-sshd pull request #75: Core: Make checkConfig public

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

    https://github.com/apache/mina-sshd/pull/75


---