How to Access SSH SERVER via GIT Bash

gungunst picture gungunst · Feb 26, 2014 · Viewed 56k times · Source

I'm having a problem trying to access another server using GIT Bash.

Do you know the command in GIT Bash?

I have tried but it always shows the error : bad number

Answer

Mihai238 picture Mihai238 · Feb 26, 2014

ssh user@server -p <port> works, at least for me.