ssh client code example
Example 1: download putty for ubuntu
#Installing Putty on Ubuntu Linux
sudo add-apt-repository universe
sudo apt update
sudo apt install putty
Example 2: ssh command
ssh -p <portnumber> hostname
Example 3: https ssh
git push origin master