SSH Algorithms - HAOS

Need to specify the following for cisco switch changes using sshpass.

However, when I add to /etc/ssh/ssh_config it works from the CLI but when launching the script from an automation it throws the error messages it’s not using the settings I configured in ssh_config.

HostkeyAlgorithms ssh-dss,ssh-rsa
KexAlgorithms +diffie-hellman-group14-sha1,diffie-hellman-group1-sha1

HASS is running within a docker container inside HASSOS - that container does not have access to that directory. You can verify this by ssh into HASSOS and then shelling into the docker container. I don’t know how to fix this as I don’t use HASSOS but it is the issue.

How do you shell into the docker container?

So, I’ve tried connecting to multiple containers without luck.

I’m able to fix it using the SSH addon within the terminal, but when running the automation it fails. Can’t see the errors of course, but my assumption is it’s the same thing.