I'm setup ssh keys on bash on windows, like it works for me earlier on ubuntu. I use forward agent feature to access to git repos on server:
Then I'm try execute ssh -T git@github.com on server and get this message:
Permission denied (publickey).
Instead of welcome message from github, like it works on local machine