auto now hosts django apps
added devfs_rule configs for jails configure mail ipv6 settings windows2019 VM
This commit is contained in:
7
jails/config/hub/devfs_rules.raw
Normal file
7
jails/config/hub/devfs_rules.raw
Normal file
@ -0,0 +1,7 @@
|
||||
100 include 4
|
||||
200 path 'cuau*' unhide
|
||||
300 path 'cuaU*' unhide
|
||||
400 path 'ttyu*' unhide
|
||||
500 path 'ttyU*' unhide
|
||||
600 path 'usb*' unhide
|
||||
700 path 'usb/*' unhide
|
13
jails/config/hub/devfs_rules.txt
Normal file
13
jails/config/hub/devfs_rules.txt
Normal file
@ -0,0 +1,13 @@
|
||||
# devfs rule -s 150 add - < devfs_rules.raw
|
||||
# devfs rule -s 150 show
|
||||
|
||||
# add to /etc/default/devfs.rules
|
||||
|
||||
[serial_usb_rules=150]
|
||||
add include $devfsrules_jail
|
||||
add path 'cuau*' unhide
|
||||
add path 'cuaU*' unhide
|
||||
add path 'ttyu*' unhide
|
||||
add path 'ttyU*' unhide
|
||||
add path 'usb*' unhide
|
||||
add path 'usb/*' unhide
|
@ -33,7 +33,7 @@
|
||||
# Authentication:
|
||||
|
||||
#LoginGraceTime 2m
|
||||
PermitRootLogin no
|
||||
PermitRootLogin yes
|
||||
#StrictModes yes
|
||||
MaxAuthTries 2
|
||||
MaxSessions 2
|
||||
@ -62,7 +62,7 @@ PasswordAuthentication no
|
||||
#PermitEmptyPasswords no
|
||||
|
||||
# Change to no to disable PAM authentication
|
||||
#ChallengeResponseAuthentication yes
|
||||
ChallengeResponseAuthentication no
|
||||
|
||||
# Kerberos options
|
||||
#KerberosAuthentication no
|
||||
|
Reference in New Issue
Block a user