Published
- 1 min read
cd ~/.ssh on mac
The solution for this is noted below
cd ~/.ssh on mac
Solution
# if .ssh does not exist than make it as follows
mkdir -p ~/.ssh
# now cd to .ssh
cd ~/.ssh
Try other methods by searching on the site. That is if this doesn’t work