Not able to ssh :: Connection closed error

I am not able to ssh to my Jetson nano. Getting Connection closed error.

However I can ssh to my laptop from Jetson nano.

2 Likes

sudo ssh-keygen -A
Looks like keys are corrupted. Above command solved the problem.

2 Likes