Hello, I've set ssh server(e.g. serverA from clientB). for example when user "bob" tries to ssh from clientB, bob is connected successfully. However when I try to ssh from the same client with user "git" I receive "permission denied".
In the server I created .ssh folder for git and assigned right permissions but I've steel the same problem.

Can someone please tell me what I'm missing? Is it necessary to create ssh folder for each user on the server?If no what should I do so that other users can ssh like bob?

Best Regards
Ali