sabreW4K3@lazysoci.al to Ask Android@lemdro.idEnglish · 2 months agoCan't Install OpenSSH via Android 15 Terminalmessage-squaremessage-square3linkfedilinkarrow-up11arrow-down10file-text
arrow-up11arrow-down1message-squareCan't Install OpenSSH via Android 15 TerminalsabreW4K3@lazysoci.al to Ask Android@lemdro.idEnglish · 2 months agomessage-square3linkfedilinkfile-text
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.
minus-squareladfrombrad 🇬🇧@lemdro.idMlinkfedilinkEnglisharrow-up0·2 months agoComing up against any errors, and what have you tried exactly?
minus-squaresabreW4K3@lazysoci.alOPlinkfedilinkEnglisharrow-up0·edit-22 months agosudo 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
minus-squareladfrombrad 🇬🇧@lemdro.idMlinkfedilinkEnglisharrow-up1·2 months agoTry installing the server with this command instead sudo apt install openssh-server
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