Command to create ssh config file using git bash(windows)?

15,415

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.

Share:
15,415
ikiw
Author by

ikiw

Updated on June 04, 2022

Comments

  • ikiw
    ikiw almost 2 years

    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.