<div dir="ltr">All,<div>In my search for CPU load distribution I wanted to give pool [1] a try. However, I am unable to start slaves due to SSH issues. I'm currently using a single box, but this shouldn't be an issue.</div><div><br></div><div>What I've done:</div><div><br></div><div>1. created a new private / public key pair:</div><div><font face="monospace">-> id_crane_slave & id_crane_slave.pub</font></div><div><br></div><div>2. added the key to the agent:</div><div><font face="monospace">$ ssh-add ~/.ssh/id_crane_slave</font></div><div><br></div><div>3. added the key to the authorized keys:</div><div><font face="monospace">$ cat ~/.ssh/id_crane_slave.pub >> ~/.ssh/authorized_keys</font></div><div><font face="monospace">$ chmod 600 ~/.ssh/authorized_keys</font><br></div><div><br></div><div>4. added the entry to /etc/hosts:</div><div><font face="monospace">127.0.0.1 dev.local </font><br></div><div><br></div><div>Now I can login to self without the need for a password:</div><div><br></div><div><font face="monospace">$ ssh roberto@dev.local<br>Last login: Tue Jul 13 12:19:24 2021 from ::1<br></font></div><div><font face="monospace">$</font></div><div><br></div><div>However I can't make it work with distributed Erlang:</div><div><br></div><div><font face="monospace">$ erl -name test@dev.local<br>Erlang/OTP 24 [erts-12.0.3] [source] [64-bit] [smp:8:8] [ds:8:8:10] [async-threads:1] [jit]<br><br>Eshell V12.0.3  (abort with ^G)<br>(test@dev.local)1> {ok, Node} = slave:start('dev.local', 'roberto').<br>Host key verification failed.</font><br></div><div><br></div><div>And the console hangs.</div><div><br></div><div>All works when I use short names:</div><div><br></div><div><font face="monospace">$  erl -sname foo<br>Erlang/OTP 24 [erts-12.0.3] [source] [64-bit] [smp:8:8] [ds:8:8:10] [async-threads:1] [jit]<br><br>Eshell V12.0.3  (abort with ^G)<br>(foo@rob)1> slave:start_link(rob, bar).                       <br>{ok,bar@rob}</font><br></div><div><br></div><div>Any kind soul with pointers would be welcome.</div><div><br></div><div>Best,</div><div>r.</div><div><br></div><div><br></div><div><br></div><div><br></div><div><br></div><div><br></div><div><br></div><div>[1] <a href="https://erlang.org/doc/man/pool.html">https://erlang.org/doc/man/pool.html</a></div></div>