From b03a8a88215dc263e59b1fb6c82e1cfd2f1b9aa6 Mon Sep 17 00:00:00 2001 From: FlintyLemming Date: Tue, 10 Feb 2026 12:20:34 +0800 Subject: [PATCH] add ssh server --- ssh/config | 6 +++--- ssh/{inc-qts.pub => inc-aosc.pub} | 0 2 files changed, 3 insertions(+), 3 deletions(-) rename ssh/{inc-qts.pub => inc-aosc.pub} (100%) diff --git a/ssh/config b/ssh/config index 082aeba..514b77b 100644 --- a/ssh/config +++ b/ssh/config @@ -50,9 +50,9 @@ Host inc-ldns-dt-1221 Port 8851 User flintylemming -Host inc-qts - HostName 172.16.49.43 - User FlintyLemming +Host inc-aosc + HostName 172.16.52.29 + User flintylemming Host inc-dev-temp HostName 10.0.24.26 diff --git a/ssh/inc-qts.pub b/ssh/inc-aosc.pub similarity index 100% rename from ssh/inc-qts.pub rename to ssh/inc-aosc.pub