From b8279d749105f3404949afb5f950ff768c80c9e3 Mon Sep 17 00:00:00 2001 From: forest Date: Mon, 19 Jul 2021 18:08:31 -0500 Subject: [PATCH] add about ssh link to faq --- capsulflask/templates/faq.html | 1 + 1 file changed, 1 insertion(+) diff --git a/capsulflask/templates/faq.html b/capsulflask/templates/faq.html index b6fdaed..d3a832b 100644 --- a/capsulflask/templates/faq.html +++ b/capsulflask/templates/faq.html @@ -23,6 +23,7 @@ How do I log in?

ssh to the ip provided to you using the cyberian user.

$ ssh cyberian@1.2.3.4
+

For more information, see Understanding the Secure Shell Protocol (SSH).

  • How do I change to the root user?