I would like to connect to each server using the root user and to machin server using me user.
I edit .ssh/config
User root
Host machin
Hostname machin
User me
When I type
ssh machin
I get
root@machin's password:
What is wrong with my config?