ssh public key authentication

On the web there isn’t a neatly written public key ssh authentication tutorial
Here I write mine:

This is related to the OpenSSH. There is another method related to OpenSSL.
1. Generate your key if they don’t exist in the client, after the command below, you may find it in ~/.ssh/
ssh-keygen -t rsa

2. in ~/.ssh/, “id_rsa.pub" is the public key, “id_rsa" is the private key. Always keep this folder secured.

3. Copy the file to the server, the home folder of the user to-be-login
scp id_rsa.pub userA@server.com:/home/userA/.ssh/id_rsa.pub

4. Login the server. Add the key to the list of authorized key
cat ~/.ssh/uploaded_key.pub` >> ~/.ssh/authorized_keys

5. Done. Login with this command:
ssh userA@server.com or
ssh -i ~/.ssh/id_rsa userA@server.com

iPad model numbers

iPad 3 – Black
MC705ZP/A – iPad 3 Wi-Fi only 16GB – Black
MC706ZP/A – iPad 3 Wi-Fi only 32GB – Black
MC707ZP/A – iPad 3 Wi-Fi only 64GB – Black

MD366ZP/A – iPad 3 Wi-Fi + 4G 16GB – Black
MD367ZP/A – iPad 3 Wi-Fi + 4G 32GB – Black
MD368ZP/A – iPad 3 Wi-Fi + 4G 64GB – Black

iPad 3 – White
MD328ZP/A – iPad 3 Wi-Fi only 16GB – White
MD329ZP/A – iPad 3 Wi-Fi only 32GB – White
MD330ZP/A – iPad 3 Wi-Fi only 64GB – White

MD369ZP/A – iPad 3 Wi-Fi + 4G 16GB – White
MD370ZP/A – iPad 3 Wi-Fi + 4G 32GB – White
MD371ZP/A – iPad 3 Wi-Fi + 4G 64GB – White

Source:
Apple iPad 3 (iPad 3rd generation) model numbers

Apple iPad 3 (iPad 3rd generation) model numbers