The GUI will listen on https://192.168.1.1/ for user “root” with password “opnsense”. Using SSH, the “root” and “installer” users are available as well on IP 192.168.1.1. Note that these install medias are read-only, which means your current live configuration will be lost after reboot.
Still, it would be good if the doc mentioned that SSH is not available prior to altering the firewall; or if the firewall default allowed SSH.
if (isset($config['system']['ssh']['enabled'])) { $lockout_ports[] = empty($config['system']['ssh']['port']) ? "22" : $config['system']['ssh']['port']; }
Either that, or document that it won't be.
That still leaves as a bug that in running from the VGA USB version of the distribution, sshd is running, but the firewall won't let it in without a rule adjustment.
QuoteThat still leaves as a bug that in running from the VGA USB version of the distribution, sshd is running, but the firewall won't let it in without a rule adjustment.Please explain how to reproduce this.
Available interfaces:1 - LAN (igb0 - static)2 - WAN (igb1 - dhcp, dhcp6)