We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0599d14 commit 5253ba6Copy full SHA for 5253ba6
bin/v-add-user-ssh-jail
@@ -66,7 +66,7 @@ if [ ! -d "$chroot" ]; then
66
67
# Installing shell files into the user chroot directory
68
# - IMPORTANT - MODIFY THE FOLLOWING LINES AND THE FILE jk_init.ini ACCORDING TO YOUR SYSTEM AND YOUR PREFERENCES
69
- /sbin/jk_init -f -j "$chroot" extendedshell netutils ssh sftp scp git php php5_6 php7_0 php7_1 php7_2 php7_3 php7_4 php8_0 php8_1 php8_2 > /dev/null 2>&1
+ /sbin/jk_init -f -j "$chroot" extendedshell netutils ssh sftp scp git php php5_6 php7_0 php7_1 php7_2 php7_3 php7_4 php8_0 php8_1 php8_2 php8_3 > /dev/null 2>&1
70
/sbin/jk_cp -f -j "$chroot" /bin/id > /dev/null 2>&1
71
72
# Jailing user to make sure passwd and groups are set correctly within the jail.
0 commit comments