Random question that has nothing todo with kotlin:...
# random
d
Random question that has nothing todo with kotlin: Has someone experience in creating a ssh connection to git on windows? I created the rsa keys, put the public key in the github settings and run
Copy code
ssh -vT <mailto:git@github.com|git@github.com>
which connects. But after that it asks me for the passphrase for my private key - which seens to be not regonizes:
Copy code
Enter passphrase for key '/cygdrive/c/Users/Daniel/.ssh/id_rsa':
Enter passphrase for key '/cygdrive/c/Users/Daniel/.ssh/id_rsa':
Enter passphrase for key '/cygdrive/c/Users/Daniel/.ssh/id_rsa':
debug1: Trying private key: /cygdrive/c/Users/Daniel/.ssh/id_dsa
debug1: No more authentication methods to try.
Permission denied (publickey).
Has some1 maybe had this problem and found a solution? Googling for hours now.