SowmiN

burg logo

How to install openssh and git in termux


Termux

Termux

Hello everyone!, in this tutorial we are going to see how to install openssh & git on termux.


First run this command

pkg update && pkg upgrade

This command updates the repository of termux.


After the command executed, type this command.

pkg install git openssh

This was a fresh install so you may not see the same output.

pkg install openssh git

It will now install openssh and git.


Hit Y if you are prompted for (Y/n).


And to check if git is installed run,

git --version


To see if openssh is installed run,

ssh --help


That's all for today!.