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.
A user's configuration file at %userprofile%\. ssh\config. The system-wide configuration file at %programdata%\ssh\ssh_config.
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.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With