You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@mina.apache.org by alonbl <gi...@git.apache.org> on 2015/11/19 12:04:41 UTC

[GitHub] mina-sshd pull request: [SSH-584] Closer to OpenSSH file permissio...

GitHub user alonbl opened a pull request:

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

    [SSH-584] Closer to OpenSSH file permissions checks

    1. Owner can be either running user or root in *NIX.
    2. Config file have less restrictive requirements than keys.
    
    I can probably remove some of the duplicate code, but wanted first to get a feedback of what you want/need.
    
    Thanks!

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

    $ git pull https://github.com/alonbl/mina-sshd perms

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

    https://github.com/apache/mina-sshd/pull/16.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 #16
    
----
commit 545369e2ee5cf5759dd792399984e1e72da837c2
Author: Alon Bar-Lev <al...@gmail.com>
Date:   2015-11-19T10:57:52Z

    [SSH-584] Closer to OpenSSH file permissions checks
    
    1. Owner can be either running user or root in *NIX.
    2. Config file have less restrictive requirements than keys.
    
    Signed-off-by: Alon Bar-Lev <al...@gmail.com>

----


---
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.
---