diff --git a/content/en/ssh.md b/content/en/ssh.md index 3f4ec3d..9ece4a6 100644 --- a/content/en/ssh.md +++ b/content/en/ssh.md @@ -2,10 +2,11 @@ title: "About ~vern's SSH service" --- -SSH stands for Secure SHell, and it allows you to connect remotely to other computers over the internet. +SSH stands for Secure SHell, and it allows you to connect remotely to other computers over a network. -~vern has it's pubnix, a public unix machine. It's great for hosting small projects and files, and essential to posting your [user sites](/guides/usersites/). It's configuration is: it's a virtual machine running 4 vCPUs, with 8GB of memory dedicated to it, and 512GB of storage. -You can install your own software without root privileges. There is also a collection of default apps (coreutils, text editors, etc). +~vern offers SSH as a service for free to members, and the machine that you connect to is `pubnix` specifically. The machine itself is a virtual machine off of `tilserv` with 4 virtual CPU cores, 8 GBs of memory and 512GB of storage. -If you don't know how to create a SSH key, then go to [How to Register on ~vern](/guides/register/). If you don't know how to use it either, use [this guide](/guides/ssh/). +~vern's SSH service also allows you to host websites, which you can do with [this guide here](/guides/usersites), you can also install and run software with the [installed Nix package manager](/guides/pkgman/) +If you haven't created a ~vern account, which is required to connect to this SSH server, then follow [this guide](/guides/register/). +If you don't know how to connect to the SSH server, use [this guide](/guides/ssh/). \ No newline at end of file