WARNING

These explanation are outdated!

I already wrote a new version and I'm using

ABANDONED project, use gitolite

NOME

ssh-acl - An access control list for SSH commands

DESCRIÇÃO

This set of scripts were done (and are being done) to make life easier to share some functions inside an UNIX account. Like let your friend to push something to a git repository without the need of knowing your password or logging in and run a shell as you.

What Can Be Done

For now we can:

GETTING SSH_ACL

Source

Here you can get the source code and use "make" and "make install" stuff and modify what you want just by downloading ssh-acl-src.tar(bz2)

GIT Repo

If you want to get latest dev version and want to contribute with these scripts you can simple clone our git repo:

git clone http://www.inf.ufpr.br/ribas/repos/ssh-acl.git

Sending Patchs

To send patchs, I like the way of Kernel and Git. You may run:

$ git-format-patch -s -o my_patchs origin
$ git-send-email --to ribas_AT_c3sl.ufpr.br my_patchs

TODO List