weaveworks / footloose

Container Machines - Containers that look like Virtual Machines

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

kex_exchange_identification: Connection closed by remote host

mradulpandey opened this issue · comments

commented

footloose version: 0.6.3
OS: MacOS - 13.0.1 (22A400)(Ventura)

Steps to reproduce:

footloose config create --replicas 3
footloose create
footloose ssh root@node1

ERROR

kex_exchange_identification: Connection closed by remote host
Connection closed by ::1 port 54003
FATA[0000] exit status 255

Using the docker backend, I have the same issue. I tried disabling IPv6 on the host through sysctl and it is still the same.

I was able to get ssh working in ignite backend mode, but then I wasn't able to define additonal portmappings in the footloose.yaml (port 80 for instance).

P.S. I also had to build from the source to get ignite working. This project might be no longer available. #281