Altera_Forum
Honored Contributor
8 years agoCan't SSH to Arria 10 Dev Board
I just received our Arria 10 Dev Boards and I'm running through the quick start guide. I can get to the web interface and blink some lights and change the LCD message. I tried to SSH to it and the following happened:
$ ssh root@192.168.0.21The authenticity of host '192.168.0.21 (192.168.0.21)' can't be established. ECDSA key fingerprint is SHA256:6Roa+AUDD3RyzVleUJS04lWWt7tdVvD1LrZBkHTwADE. Are you sure you want to continue connecting (yes/no)? y Please type 'yes' or 'no': yes Warning: Permanently added '192.168.0.21' (ECDSA) to the list of known hosts. Connection to 192.168.0.21 closed by remote host. Connection to 192.168.0.21 closed. All subsequent attempts end the same: $ ssh root@192.168.0.21 Connection to 192.168.0.21 closed by remote host. Connection to 192.168.0.21 closed. Any idea what's happening?