Skip to content

Commit ceccb42

Browse files
committed
Removed Option "SSH Chroot" as the opensshd patch for this option is not available anymore. Use jailkit for chrooting instead.
1 parent 5939ea2 commit ceccb42

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

interface/web/client/form/client.tform.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -583,7 +583,7 @@
583583
'formtype' => 'CHECKBOXARRAY',
584584
'default' => '',
585585
'separator' => ',',
586-
'value' => array('no' => 'None', 'jailkit' => 'Jailkit', 'ssh-chroot' => 'SSH Chroot')
586+
'value' => array('no' => 'None', 'jailkit' => 'Jailkit')
587587
),
588588
'default_dnsserver' => array (
589589
'datatype' => 'INTEGER',

interface/web/sites/form/shell_user.tform.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@
110110
'formtype' => 'SELECT',
111111
'default' => '',
112112
'valuelimit' => 'client:ssh_chroot',
113-
'value' => array('no' => 'None', 'jailkit' => 'Jailkit', 'ssh-chroot' => 'SSH Chroot')
113+
'value' => array('no' => 'None', 'jailkit' => 'Jailkit')
114114
),
115115
'quota_size' => array (
116116
'datatype' => 'INTEGER',

0 commit comments

Comments
 (0)