ancient-bird-9943
09/07/2022, 2:19 AMfailed to set up SSH tunneling for host [192.168.86.82]: Can't retrieve Docker Info: error during connect: Get "<http://%2Fvar%2Frun%2Fdocker.sock/v1.24/info>": Unable to access the service on /var/run/docker.sock. The service might be still starting up. Error: ssh: rejected: connect failed (open failed)
on all three of my nodes yet when I run ssh rke@192.168.86.82 'docker ps -a'
for any of them, it returns CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
as expected. Does anyone have any things to try? I've adjusted the sshd_config to have AllowTcpForwarding yes
. I can give more of my cluster.yml file if needed.freezing-wolf-83208
09/07/2022, 4:02 PMancient-bird-9943
09/07/2022, 4:12 PMrke up
command complains about authentication. When it's working (as shown by being able to ssh in without a password with that command), it gives that connect failed error.freezing-wolf-83208
09/07/2022, 4:28 PMancient-bird-9943
09/07/2022, 4:36 PMfreezing-wolf-83208
09/07/2022, 4:44 PMancient-bird-9943
09/08/2022, 2:40 AM