I have realized that I am no longer able to connect to the webserver at x.x.202.50. Yesterday I have changed the following ssh configuration file: /share/homes/admin/.ssh/config by adding the following settings:
# ssh (secure shell) configuration file
Host webserver
HostName x.x.212.50
User user1
IdentityFile ~/.ssh/id_rsa `
The reason I did this is to enable key login for synchronization purpose (with Unison).
Now, when I try to connect to the server I receive the following error:
Bad owner or permissions on /share/homes/admin/.ssh/config
I make the connection with Putty from Windows 10 and from Linux server to another Linux server.
I need to connect to the server because I am involved in a project, and I don't know how to do it. Does anybody know how to do this?