Can't Install OpenSSH via Android 15 Terminal
Can't Install OpenSSH via Android 15 Terminal
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.
Can't Install OpenSSH via Android 15 Terminal
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're viewing a single thread.
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