SSH & Web Terminal giving warnings

I made a fresh installation of HA Debian 11. End I’m receiving one warning
This is what I see in the general og

21-10-06 09:43:09 WARNING (MainThread) [supervisor.misc.tasks] Watchdog found a problem with a0d7b954_ssh!
21-10-06 09:43:09 INFO (SyncWorker_1) [supervisor.docker.interface] Cleaning addon_a0d7b954_ssh application
21-10-06 09:43:09 INFO (SyncWorker_1) [supervisor.docker.addon] Starting Docker add-on ghcr.io/hassio-addons/ssh/aarch64 with version 9.0.1
21-10-06 09:43:10 ERROR (MainThread) [supervisor.api.ingress] Ingress error: Cannot connect to host 172.30.32.1:62903 ssl:default [Connect call failed ('172.30.32.1', 62903)]
21-10-06 09:43:12 ERROR (MainThread) [supervisor.api.ingress] Ingress error: Cannot connect to host 172.30.32.1:62903 ssl:default [Connect call failed ('172.30.32.1', 62903)]

And this is what I find in the log of Installed add-ons SSH & Web Terminal log:

[s6-init] making user provided files available at /var/run/s6/etc...exited 0.
[s6-init] ensuring user provided files have correct perms...exited 0.
[fix-attrs.d] applying ownership & permissions fixes...
[fix-attrs.d] permissions: applying... 
[fix-attrs.d] permissions: exited 0.
[fix-attrs.d] done.
[cont-init.d] executing container initialization scripts...
[cont-init.d] 00-banner.sh: executing... 
-----------------------------------------------------------
 Add-on: SSH & Web Terminal
 SSH & Web Terminal access to your Home Assistant instance
-----------------------------------------------------------
 Add-on version: 9.0.1
 You are running the latest version of this add-on.
 System: Debian GNU/Linux 11 (bullseye)  (aarch64 / raspberrypi4-64)
 Home Assistant Core: 2021.9.7
 Home Assistant Supervisor: 2021.09.6
-----------------------------------------------------------
 Please, share the above information when looking for help
 or support in, e.g., GitHub, forums or the Discord chat.
-----------------------------------------------------------
[cont-init.d] 00-banner.sh: exited 0.
[cont-init.d] 01-log-level.sh: executing... 
[cont-init.d] 01-log-level.sh: exited 0.
[cont-init.d] docker.sh: executing... 
[cont-init.d] docker.sh: exited 0.
[cont-init.d] mosquitto.sh: executing... 
[cont-init.d] mosquitto.sh: exited 0.
[cont-init.d] mysql.sh: executing... 
[cont-init.d] mysql.sh: exited 0.
[cont-init.d] ssh.sh: executing... 
[09:54:58] INFO: Password is NOT in the Have I Been Pwned database! Nice!
[09:54:59] WARNING: 
[09:54:59] WARNING: Logging in with a SSH password is security wise, a bad idea!
[09:54:59] WARNING: Please, consider using a public/private key pair.
[09:54:59] WARNING: What is this? https://kb.iu.edu/d/aews
[09:54:59] WARNING: 
[cont-init.d] ssh.sh: exited 0.
[cont-init.d] user.sh: executing... 
[09:55:01] NOTICE: Session sharing has been disabled!
[cont-init.d] user.sh: exited 0.
[cont-init.d] done.
[services.d] starting services
[services.d] done.
[09:55:01] INFO: Starting the ttyd daemon...
[09:55:01] INFO: Starting the Home Assistant STDIN service...
[09:55:01] INFO: Starting the SSH daemon...
Bind to port 22 on 0.0.0.0 failed: Address in use.
Bind to port 22 on :: failed: Address in use.
Cannot bind any address.
[09:55:01] INFO: STDIN service was stopped, restarting...
[cont-finish.d] executing container finish scripts...
[cont-finish.d] 99-message.sh: executing... 
/usr/lib/bashio/addons.sh: line 184: printf: write error: Broken pipe
[cont-finish.d] 99-message.sh: exited 0.
[cont-finish.d] done.
[s6-finish] waiting for services.
[s6-finish] sending all processes the TERM signal.

I can log in from an external terminal. But I can not log in from the side panel within HA. If I do that I receive a 502: Bad Gateway.

Hopefully, someone can help me out!

Thanks for your help!
Robert