From 368246d2626e0f1f47f84a64ab3203f090609b4a Mon Sep 17 00:00:00 2001 From: Chris Lovering Date: Tue, 15 Apr 2025 22:36:11 +0100 Subject: Add helper function to RCE on the netcup server --- arthur/config.py | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'arthur/config.py') diff --git a/arthur/config.py b/arthur/config.py index b47a77e..0edf30e 100644 --- a/arthur/config.py +++ b/arthur/config.py @@ -32,6 +32,10 @@ class Config( sentry_dsn: str = "" numbers_url: str = "https://pydis.wtf/numbers" + # RCE as a service + ssh_username: str = "kingarthur" + ssh_host: str = "lovelace.box.pydis.wtf" + # LDAP & Directory # # FreeIPA accesses are generated off this information -- cgit v1.2.3