From ddc071e5db6967d4c552480ef5860df12f35632a Mon Sep 17 00:00:00 2001 From: Kaybee Date: Tue, 6 May 2025 01:20:42 +0200 Subject: [PATCH] Added Remoteunlock SSH Config --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 61bde7b..4bf7702 100644 --- a/README.md +++ b/README.md @@ -70,7 +70,12 @@ Host mow0m HostName mow0m.lan User master Port 9553 - IdentityFile ~/.ssh/master@mow0m + IdentityFile ~/.ssh/master@mow0m
+Host remoteunlock-mow0m
+        HostName mow0m.lan
+        User root
+        Port 2550
+        IdentityFile /home/kb/.ssh/remoteunlock-mow0m