Compare commits
5 Commits
fa98444009
...
7b25b20c2b
| Author | SHA1 | Date |
|---|---|---|
|
|
7b25b20c2b | |
|
|
48e87080b5 | |
|
|
ff3ba6461c | |
|
|
5ad7fb7317 | |
|
|
be3d047e05 |
10
config.xml
10
config.xml
|
|
@ -223,7 +223,6 @@
|
||||||
<expires/>
|
<expires/>
|
||||||
<authorizedkeys/>
|
<authorizedkeys/>
|
||||||
<otp_seed/>
|
<otp_seed/>
|
||||||
<disabled>1</disabled>
|
|
||||||
</user>
|
</user>
|
||||||
<user>
|
<user>
|
||||||
<password>$2y$11$uqL6Ib2tOES9z4QDdESq6OQKQGVGBgtFeXZ9AotNTv/JfGvM/CtEO</password>
|
<password>$2y$11$uqL6Ib2tOES9z4QDdESq6OQKQGVGBgtFeXZ9AotNTv/JfGvM/CtEO</password>
|
||||||
|
|
@ -231,10 +230,11 @@
|
||||||
<name>mshillam</name>
|
<name>mshillam</name>
|
||||||
<descr>Matthew Shillam</descr>
|
<descr>Matthew Shillam</descr>
|
||||||
<expires/>
|
<expires/>
|
||||||
<authorizedkeys/>
|
<authorizedkeys>c3NoLWVkMjU1MTkgQUFBQUMzTnphQzFsWkRJMU5URTVBQUFBSUFFNWFtWS9Fa3ZkVVM5c0Jrc2hEc3B6UExlY0FPc052S0xWU0Rod2h0QmMgbWF0dGhld0BzaGlsbGFtLm1lLnVr</authorizedkeys>
|
||||||
<otp_seed/>
|
<otp_seed/>
|
||||||
<email>matthew@shillam.me.uk</email>
|
<email>matthew@shillam.me.uk</email>
|
||||||
<uid>2000</uid>
|
<uid>2000</uid>
|
||||||
|
<shell>/bin/sh</shell>
|
||||||
</user>
|
</user>
|
||||||
<nextuid>2001</nextuid>
|
<nextuid>2001</nextuid>
|
||||||
<nextgid>2000</nextgid>
|
<nextgid>2000</nextgid>
|
||||||
|
|
@ -273,6 +273,7 @@
|
||||||
<macs/>
|
<macs/>
|
||||||
<keys/>
|
<keys/>
|
||||||
<keysig/>
|
<keysig/>
|
||||||
|
<enabled>enabled</enabled>
|
||||||
</ssh>
|
</ssh>
|
||||||
<rrdbackup>-1</rrdbackup>
|
<rrdbackup>-1</rrdbackup>
|
||||||
<netflowbackup>-1</netflowbackup>
|
<netflowbackup>-1</netflowbackup>
|
||||||
|
|
@ -330,6 +331,7 @@
|
||||||
</remotebackup>
|
</remotebackup>
|
||||||
<serialspeed>115200</serialspeed>
|
<serialspeed>115200</serialspeed>
|
||||||
<primaryconsole>video</primaryconsole>
|
<primaryconsole>video</primaryconsole>
|
||||||
|
<backupcount>100</backupcount>
|
||||||
</system>
|
</system>
|
||||||
<interfaces>
|
<interfaces>
|
||||||
<wan>
|
<wan>
|
||||||
|
|
@ -632,8 +634,8 @@
|
||||||
</widgets>
|
</widgets>
|
||||||
<revision>
|
<revision>
|
||||||
<username>mshillam@192.168.0.30</username>
|
<username>mshillam@192.168.0.30</username>
|
||||||
<description>/diag_backup.php made changes</description>
|
<time>1713296594.1842</time>
|
||||||
<time>1713294432.3889</time>
|
<description>/system_advanced_admin.php made changes</description>
|
||||||
</revision>
|
</revision>
|
||||||
<OPNsense>
|
<OPNsense>
|
||||||
<OpenVPN version="1.0.0">
|
<OpenVPN version="1.0.0">
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue