From 66a03adc373639eb8f13dc81040b1a0cc764ee76 Mon Sep 17 00:00:00 2001 From: TechEmporium Date: Sat, 29 Jun 2019 13:01:50 -0400 Subject: [PATCH] Added introduction to SSH article --- articles/ssh.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/articles/ssh.md b/articles/ssh.md index cc9d4dc..2b4f8b4 100644 --- a/articles/ssh.md +++ b/articles/ssh.md @@ -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. \ No newline at end of file