It’s fine via Termux, but I don’t seem to be able to do it at all via the new Android 15 Terminal that’s running Debian.
You must log in or register to comment.
Coming up against any errors, and what have you tried exactly?
sudo apt install openssh Reading package lists... Done Building dependency tree... Done Reading state information... Done E: Unable to locate package openssh
I also tried openssh-client
Try installing the server with this command instead
sudo apt install openssh-server