Hi,
after modification of ssd_config I received this:
sudo systemctl status ssh
● ssh.service - OpenBSD Secure Shell server
Loaded: loaded (/lib/systemd/system/ssh.service; enabled; vendor preset: enabled)
Active: active (running) since Wed 2021-09-08 15:31:04 CEST; 1min 0s ago
Docs: man:sshd(

man:sshd_config(5)
Process: 125971 ExecStartPre=/usr/sbin/sshd -t (code=exited, status=0/SUCCESS)
Main PID: 125973 (sshd)
Tasks: 1 (limit: 18654)
Memory: 1.1M
CGroup: /system.slice/ssh.service
└─125973 sshd: /usr/sbin/sshd -D [listener] 0 of 10-100 startups
wrz 08 15:31:04 orion systemd[1]: Starting OpenBSD Secure Shell server...
wrz 08 15:31:04 orion sshd[125971]: Unable to load host key: /etc/ssh/ssh_host_dsa_key
wrz 08 15:31:04 orion sshd[125973]: Unable to load host key: /etc/ssh/ssh_host_dsa_key
wrz 08 15:31:04 orion sshd[125973]: Server listening on 0.0.0.0 port 100.
wrz 08 15:31:04 orion sshd[125973]: Server listening on :: port 100.
wrz 08 15:31:04 orion systemd[1]: Started OpenBSD Secure Shell server.
After that I allowed access from external network for ssh in firewall module and I saved settings.
allow 10.8.0.6/32 SSH access SSH
allow 10.8.0.0/24 SSH access SSH
It seams to not working when I tried to connect from external network. Server is running on eth0 192.168.1.2/24. Routing on router is fine.