From 09e8d8df7a96cae0b9b12af236a7f6958e79fe70 Mon Sep 17 00:00:00 2001 From: Samuel Hunter Date: Wed, 30 Jun 2021 21:54:15 -0700 Subject: UFW: Add SSH recovery section --- pix/view-console.png | Bin 0 -> 32884 bytes ufw.html | 15 ++++++++++++++- 2 files changed, 14 insertions(+), 1 deletion(-) create mode 100644 pix/view-console.png diff --git a/pix/view-console.png b/pix/view-console.png new file mode 100644 index 0000000..f37d96d Binary files /dev/null and b/pix/view-console.png differ diff --git a/ufw.html b/ufw.html index 85cd439..2f33047 100644 --- a/ufw.html +++ b/ufw.html @@ -56,7 +56,7 @@
ufw default deny incoming # block all incoming connections by default
@@ -96,6 +96,19 @@ To                           Action      From
 		
ufw delete allow in 'WWW Full'
 ufw reload
+

Recovering SSH

+ +

+ If you have accidentally firewalled yourself from logging on your computer, you can recover access by using Vultr's console. + Looking at your server in the Vultr menu, you should see a meatball menu on the right which gives you access to a console. +

+ + View Console + +

Log in through there, and disable ufw by typing:

+ +
ufw disable
+

Enabling Common Services

-- cgit v1.2.3