auto now hosts django apps

added devfs_rule configs for jails
configure mail ipv6 settings
windows2019 VM
This commit is contained in:
Charlie Root
2020-04-11 00:46:09 -07:00
parent f26cf87f5a
commit 2327d9d6c0
34 changed files with 1451 additions and 113 deletions

View 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

View 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

View File

@ -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