diff --git a/articles/email.md b/articles/email.md index 4ae675f..12f16f6 100644 --- a/articles/email.md +++ b/articles/email.md @@ -1,4 +1,9 @@ ## Your Thunix Email -Nothing here yet. +Every thunix account comes with a functional and encrypted email address. This email is the same as your SSH login name. However, you will need to set a password on your thunix SSH account, using the PASSWD command in BASH. Though your SSH account will have a password, this will NOT affect how you log into your account using SSH or an SFTP client, as your public/private key pair will always work. The account password, however, will affect your thunix email address. +Your email can be accessed in one of three ways: + +1. Running the Mutt email client through your SSH account +2. Logging into your email account from our [web mail](https://www.thunix.net/webmail/) service +3. Through an email client program installed on your computer, using IMAP \ No newline at end of file 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 diff --git a/wiki.php b/wiki.php index 9ccb059..945d7b9 100644 --- a/wiki.php +++ b/wiki.php @@ -6,7 +6,8 @@ if ( $page == "") { $page = "main"; } -print " +print " + Thunix Wiki - $page