From 6f53c57412d4d428446d1c5ba8cf92a0584d4383 Mon Sep 17 00:00:00 2001 From: Colin Powell Date: Thu, 17 Sep 2026 19:16:18 -0400 Subject: [PATCH] [ssh] Use correct user for nfs --- ssh/.ssh/config | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ssh/.ssh/config b/ssh/.ssh/config index 7a308f0..06ef715 100644 --- a/ssh/.ssh/config +++ b/ssh/.ssh/config @@ -58,6 +58,9 @@ Host bt1.unbl.ink Host akna.metal User pi +Host nfs.service + User powellc + # Inside our network, skip strict host key checking Host *.metal User powellc