Which command creates a user's SSH configuration directory if it is missing?
chmod 600 ~/.ssh
mkdir -p ~/.ssh
touch ~/.ssh
cat ~/.ssh