On Mac, add UseKeyChain to ~/.ssh/config
nano ~/.ssh/config
and add the following
Host *
UseKeychain yes
On Mac, add UseKeyChain to ~/.ssh/config
nano ~/.ssh/config
and add the following
Host *
UseKeychain yes
CMD + SHIFT + .
defaults write com.apple.finder AppleShowAllFiles YES
defaults write com.apple.finder AppleShowAllFiles NO
/usr/libexec/java_home -v 1.7 command on a terminal shell to figure out where is your java 1.7 home directory@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ @ WARNING: UNPROTECTED PRIVATE KEY FILE! @ @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ Permissions 0744 for '/home/geek/.ssh/id_rsa' are too open. It is recommended that your private key files are NOT accessible by others. This private key will be ignored. bad permissions: ignore key: /home/geek/.ssh/id_rsa
sudo chmod 600 ~/.ssh/id_rsa sudo chmod 600 ~/.ssh/id_rsa.pub
Are you sure you want to continue connecting (yes/no)? yes Failed to add the host to the list of known hosts (/home/geek/.ssh/known_hosts).
sudo chmod 644 ~/.ssh/known_hosts
sudo chmod 755 ~/.ssh