From f7b1a93c959a4c95ed9ba427b76321374b038847 Mon Sep 17 00:00:00 2001 From: sc-idevops Date: Fri, 6 Dec 2024 22:27:37 -0500 Subject: [PATCH] be safe, dont login as root :) --- config/.ssh/config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/.ssh/config b/config/.ssh/config index c6a09db..3d5caf1 100644 --- a/config/.ssh/config +++ b/config/.ssh/config @@ -31,7 +31,7 @@ Host cardclub IdentityFile ~/.ssh/cardclub3_ed25519 Host sharkey Hostname 142.93.70.230 - User root + User stev IdentityFile ~/.ssh/digitalocean_firefish Host bedbox Hostname 192.168.1.141