vi /home/vit/.ssh/config
Host *
User root
If your local system use other user than root, it very useful.
or
Host some_host
IdentityFile /root/.ssh/some.key
vi /home/vit/.ssh/config
Host *
User root
If your local system use other user than root, it very useful.
or
Host some_host
IdentityFile /root/.ssh/some.key