a blog for those who code

Friday 20 June 2014

Create .ssh directory

If for any reason .ssh directory is not being created in your system you can create it using GIT BASH if you have enough permission to create the directory i.e. if you are an admin of your system.


You can create .ssh directory manually using -

mkdir ~/.ssh
chmod 700 ~/.ssh

Please Like and Share the Blog, if you find it interesting.


No comments:

Post a Comment