Git Remote Add With Another SSH Port (Not 22)
In this brief article, you will learn to add a git remote with another SSH Port. By default, SSH server listens on port 22. If the SSH server runs on any other port, the command to add remote will fail with error ssh: connect to host 192.158.xx.xx port 22: Connection…
The post Git Remote Add With Another SSH Port (Not 22) appeared first on Linux Tutorials, FOSS Reviews, Security News.
Read More