From b36d214114f24323be0d69f2834bded0af91af87 Mon Sep 17 00:00:00 2001
From: Ashish Panigrahi
These words are your money.
Once you are shown them, immediately write them down on physical paper, and you will be storing this somewhere it will not be lost or found.
- You can memorize these tweleve words if you trust your memory.
+ You can memorize these twelve words if you trust your memory.
- These tweleve words unlock all of the funds/addresses you will have on this wallet.
+ These twelve words unlock all of the funds/addresses you will have on this wallet.
Whoever has your seed has the ability to spend your money.
Note obviously that I have included a picture of a seed phrase above in this tutorial.
--
cgit v1.2.3
From d6f2ba4d5f73192157f8f93f65a2314736e2333c Mon Sep 17 00:00:00 2001
From: MasterMax13124
- In order words, using an SSH key to login is both safer, faster and easier.
+ In other words, using an SSH key to login is both safer, faster and easier.
- This is especially better once you start making scripts on your computer that interact with your server.
+ This is especially useful once you start making scripts on your computer that interact with your server.
You can upload files in the background, edit your spam filters or anything else from your local computer without having to input
your password each time you touch the server.
- Now that you have an SSH key generate, just run the following:
+ Now that you have generated an SSH key, just run the following:
- That will ask for your server's root password and will log you in briefly.
+ The command will ask for your server's root password and log you in briefly.
What this does is that it puts your public SSH key fingerprint on your server in a file
-
Making your server trust your key.
ssh-copy-id root@yourdomain.com/root/.ssh/authorized_keys.
- What this does is that it allows approved SSH keys to login without passwords.
+ This file in turn allows approved SSH keys to log in without passwords.
- From here, simply reverse the settings we set above and you can login via SSH with a password and you can reapprove a newly created SSH key or whatever you want to do. + From here, simply reverse the settings we set above and you can log in via SSH with a password and reapprove a newly created SSH key or whatever you want to do.
-- cgit v1.2.3