mirror of
https://github.com/YunoHost-Apps/ssh_chroot_dir_ynh.git
synced 2024-09-03 20:26:26 +02:00
46 lines
No EOL
2.1 KiB
Markdown
46 lines
No EOL
2.1 KiB
Markdown
<!--
|
||
N.B.: This README was automatically generated by https://github.com/YunoHost/apps/tree/master/tools/README-generator
|
||
It shall NOT be edited by hand.
|
||
-->
|
||
|
||
# ssh chroot directory pour YunoHost
|
||
|
||
[](https://dash.yunohost.org/appci/app/ssh_chroot_dir)  
|
||
|
||
[](https://install-app.yunohost.org/?app=ssh_chroot_dir)
|
||
|
||
*[Read this readme in english.](./README.md)*
|
||
|
||
> *Ce package vous permet d’installer ssh chroot directory rapidement et simplement sur un serveur YunoHost.
|
||
Si vous n’avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour savoir comment l’installer et en profiter.*
|
||
|
||
## Vue d’ensemble
|
||
|
||
This app provides a directory, accessible via ssh of sftp, to a new user.
|
||
|
||
A "chroot jail" limits the commands the user can use, so you can rest assured that
|
||
they can't access your server's contents outside of the provided directory.
|
||
|
||
A data size quota is also set on the directory.
|
||
|
||
|
||
**Version incluse :** 1.3~ynh2
|
||
## Documentations et ressources
|
||
|
||
* Dépôt de code officiel de l’app : <https://github.com/maniackcrudelis/ssh_chroot>
|
||
* YunoHost Store: <https://apps.yunohost.org/app/ssh_chroot_dir>
|
||
* Signaler un bug : <https://github.com/YunoHost-Apps/ssh_chroot_dir_ynh/issues>
|
||
|
||
## Informations pour les développeurs
|
||
|
||
Merci de faire vos pull request sur la [branche testing](https://github.com/YunoHost-Apps/ssh_chroot_dir_ynh/tree/testing).
|
||
|
||
Pour essayer la branche testing, procédez comme suit.
|
||
|
||
``` bash
|
||
sudo yunohost app install https://github.com/YunoHost-Apps/ssh_chroot_dir_ynh/tree/testing --debug
|
||
ou
|
||
sudo yunohost app upgrade ssh_chroot_dir -u https://github.com/YunoHost-Apps/ssh_chroot_dir_ynh/tree/testing --debug
|
||
```
|
||
|
||
**Plus d’infos sur le packaging d’applications :** <https://yunohost.org/packaging_apps> |