First, I'm sorry if this post duplicate another one. But if it does, I did not find it through my research :)
The problem is :
I need to check if I can connect to a server via ssh without using a password. I know you need to make a key to do so, but I just want to check if it was well done in bash.
I found a lot of things about how to test availability of the server, etc ... but not what I was searching for.
Thanks in advance for your answer ;)
T.F.