10

I could only find details about configuring the config file, but i could no where find how to create a config file manually. I have generated rsa key, which is under .ssh folder but i couldn't find the config file being created there.

ikiw
  • 372
  • 1
  • 4
  • 17

1 Answers1

12

You can simply create it by yourself:

touch ~/.ssh/config

or go to .ssh directory and do only:

touch config

And then fill it with data.

prajmus
  • 3,171
  • 3
  • 31
  • 41