i find a nice method; connect direct;
ssh [email protected] -p22
maybe, you can add the above command to your ~/.bashrc as
alias vsh="ssh [email protected] -p22"
then source ~/.bashrc, use vsh command in git bash
vsh