I’m trying to connect and fetching source from a SSH server with using PuTTY, PLINK and git from command line. When connecting with PuTTY or Git Extension/TortoiseGit/etc. There is no trouble. I can login or fetch/upload files.
Set variables and Executed plink
GIT_SSH={somePath}\plink.exe
plink -i key.ppk -ssh ssh://user@server:port
and getting following error:
FATAL ERROR : Network error: Connection Refused
1 Answer