Added introduction to SSH article

This commit is contained in:
TechEmporium 2019-06-29 13:01:50 -04:00
parent 49c31e7f97
commit 66a03adc37
1 changed files with 2 additions and 1 deletions

View File

@ -1,4 +1,5 @@
## SSH and Thunix (And magic!)
Nothing here yet.
When you [sign up](https://www.thunix.net/signup.php) for an account on thunix, you'll be given remote access to a Linux shell server, with web hosting, gopher hosting and email. And because of our [GDPR and privacy policy](https://www.thunix.net/gdpr.php), we take security seriously. This is why we use SSH key pairs to grant access to our server through SSH or SFTP.
On our signup page, you'll seen an entry for a "Public SSH Key." SSH key pairs work on the basis of having two files; one is a public key that you can send to us when we create your account, while the other is a private key that you keep on your computer, away from public knowledge.