From fd945eb024d5d7b46931a0e408f86fed6c1f6a1f Mon Sep 17 00:00:00 2001 From: wicsp Date: Tue, 24 Dec 2024 12:06:36 +0800 Subject: [PATCH 1/2] chore: test on aliyun debian --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 1cc44be..6bdb93b 100644 --- a/README.md +++ b/README.md @@ -237,6 +237,7 @@ Aliyun ECS tested on ecs.s6-c1m2.large, region **cn-shanghai**, needs a few twea |------------|-----------------|-----------|----------| |Ubuntu | 20.04 |**success**|2021-12-28| |Ubuntu | 22.04 |**success**|2023-04-05| +|Debian | 12.4 |**success**|2024-12-24| ### GalaxyGate From 3e54b139c32405a430c53056da77b50e73622009 Mon Sep 17 00:00:00 2001 From: wicsp Date: Tue, 24 Dec 2024 12:11:02 +0800 Subject: [PATCH 2/2] docs: update README with information about SSH port changes --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 6bdb93b..4265db8 100644 --- a/README.md +++ b/README.md @@ -52,6 +52,7 @@ and most importantly, simply didn't work for me! > *NB:* This step is important. > The root user will not have a password when nixos-infect runs to completion. > To enable root login, you *must* have an SSH key configured. +> If a custom SSH port is used, it will be reverted back to 22. 4) run the script with: ```