.ssh/config
ssh
ssk-keygen -C "your_name" -f .ssh/path/private_key
ssh-keygen -p -f ssh-add .ssh/path/private_key
ssh-add private_key
Host example.com HostName example.com User example AddKeysToAgent yes IdentitiesOnly yes IdentityFile ~/.ssh/example_keys/my_private_key
scp mTAB.. myfile
scp myfile server:/TAB TAB TAB
alias sshthis="ssh example.com"