From f56ab046d6036db954c49507148203d930b17a63 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vitor=20Gon=C3=A7alves?= Date: Sat, 20 May 2023 15:55:38 -0300 Subject: [PATCH] page: added /ssh --- content/en/ssh.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/content/en/ssh.md b/content/en/ssh.md index 2c9f364..3f4ec3d 100644 --- a/content/en/ssh.md +++ b/content/en/ssh.md @@ -1,3 +1,11 @@ --- title: "About ~vern's SSH service" ---- \ No newline at end of file +--- + +SSH stands for Secure SHell, and it allows you to connect remotely to other computers over the internet. + +~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). + +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/). +