On the Linux laptop I had SSH passwordless login by SSH key pair and everything was fine for a long time. But the laptop’s batteries were bloated so I had to change them, so BIOS settings erased, so Windoof booted, Win** found unexpected file system, started unasked to ‘fix’ it and so destroyed my Linux kernel.
…
Now I have a new Linux installation (and a new battery), but now ssh login on the SFOS phone is no more possible:
andrea@andrea-Voom-Laptop-Max:~$ ssh x10
ssh: connect to host 192.168.0.4 port 22: Connection refused
andrea@andrea-Voom-Laptop-Max:~$ ssh defaultuser@192.168.0.4
ssh: connect to host 192.168.0.4 port 22: Connection refused
andrea@andrea-Voom-Laptop-Max:~$
Neither passwordless nor ‘old style’ by username and password.
How can I - on the phone as devel-su - delete all SSH key pair stuff to become able to install it new?
Thanks for any hint!