V
V
Vladimir Vasilenko2017-06-22 17:58:53
git
Vladimir Vasilenko, 2017-06-22 17:58:53

Accessing a Git repository via ssh from Windows?

Good afternoon.
I need to ssh into a git repository from Windows.
I generated SSH2-DSA keys with puttygen and placed them in the .ssh directory.
I connect using ssh.exe.
There is a connection with the server, but it denies me access.
My assumption was that the problem was in the private key, I tried to use the file for putty and convert it to the format for openSSH, but the attempts were unsuccessful.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
I
i, 2017-07-04
@vlvicvas

Typical working scenario:
You can check the connection to the server like this:
or
ssh -T -i $HOME/.ssh/id_rsa [email protected]

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question