Maybe I'm the only one who didn't think about this, and you guys already made the change, but I just realized that all of my pogoplugs have the same ssh fingerprint! it makes sense as they all share a rootfs, so I guess that means if you didn't intentionally change yours, we would all have the same one!
I fixed it by running these as root:
rm /etc/ssh/ssh_host_*
ssh-keygen -A
I feel like this should be in the guide somewhere as one of the first steps that one should do when logging in
I fixed it by running these as root:
rm /etc/ssh/ssh_host_*
ssh-keygen -A
I feel like this should be in the guide somewhere as one of the first steps that one should do when logging in