Hi, I installed Yunohost in a Pi 2 with no problem. After some tweaks for making the device’s IP static, now I cannot access through ssh, it says “ssh_exchange_identification: read: Connection reset by peer” as I could before.
Where 192.168.1.XX is the new IP to choose. For other users, take
into account that 192.168.1.XX may be 192.168.0.XX or any other address
depending on your router config.
Is your router forwarding port 22 to that static IP?
Don’t you have another user account on that machine that you could try to use to login (in order to check if the problem is about the root ssh access or only the ssh access)?
Did you try reloading your firewall configuration? sudo yunohost firewall reload
how come firewall is giving this problem?
Would this be considered as a bug?
I was reinstalling and this time I realized this happens even before the static IP change, right after doing the update recommended after the postinstall process: https://yunohost.org/#/install_on_raspberry
Where 192.168.1.XX is the new IP to choose. For other users, take into account that 192.168.1.XX may be 192.168.0.XX or any other address depending on your router config.