Fatal Error When accessing the Administration page.

Started by biohax, November 08, 2023, 12:18:44 AM

Previous topic - Next topic
Ok I figured out that <ssh/> was being treated as a string so it needed a small fix... and then I found several PHP warnings on that page that should be addressed so here it is...

https://github.com/opnsense/core/commit/25620da2f86

Not part of 23.7.8 today. A bit too much for now but it works.


Cheers,
Franco

Quote from: DanGarion on November 08, 2023, 08:47:42 PM
I'm just going to throw this out there as a possible fix (someone else pointed me in this direction).

Add the port in your backup of this section and then restore.


        <ssh>
<port>2223</port>
</ssh>

YMMV


This did the trick!! I added the lines in the backup file freshly exported from OPNSense and reimported and BAM!

Thank you!

November 09, 2023, 05:30:13 PM #17 Last Edit: November 09, 2023, 05:32:18 PM by biohax
Quote from: DanGarion on November 08, 2023, 08:47:42 PM
I'm just going to throw this out there as a possible fix (someone else pointed me in this direction).

Add the port in your backup of this section and then restore.


        <ssh>
<port>2223</port>
</ssh>

YMMV