fix: Fix vitorg's PR

Thank you for your PR!
This commit is contained in:
Leo Gavilieau 2023-05-20 21:04:48 +02:00
parent 59e5ae1ade
commit 788aa0c16c
No known key found for this signature in database
GPG Key ID: 9F86E792898BD16B
1 changed files with 5 additions and 4 deletions

View File

@ -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/).