File: README.Debian

package info (click to toggle)
jailkit 2.23-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 776 kB
  • sloc: ansic: 4,075; python: 1,911; sh: 318; makefile: 238
file content (36 lines) | stat: -rw-r--r-- 978 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
jailkit for Debian
------------------

1. NOTES FROM UPSTREAM (file INSTALL.txt)
   --------------------------------------

 To run the jk_socketd daemon, copy the startup script to your init
 directory. On Debian this is

 # cp /usr/share/doc/jailkit/examples/jailkit /etc/init.d/jailkit
 # chmod a+x /etc/init.d/jailkit

 and to create the correct symlinks, on Debian you can run:

 # update-rc.d jailkit defaults


2. USING JAILKIT
   -------------

 There are some instructions about how to use jailkit in README.txt file,
 provided by the upstream.

 There are two websites providing a quick start:

    https://olivier.sessink.nl/jailkit/ (upstream site, see HOWTOs item)
    https://www.howtoforge.com/tutorial/debian-9-jail-jailkit/

 Read /etc/jailkit/jk_init.ini to see all possible jails.

3. DEBUGGING
   ---------

 To debug an SSH connection (or similar) read /var/log/auth.log.

 -- Joao Eriberto Mota Filho <eriberto@debian.org>  Thu, 17 Oct 2019 22:35:34 -0300