From f6e60b144ddddb39611e3d112479d601afbd83ec Mon Sep 17 00:00:00 2001 From: Jamie Albert Date: Sat, 6 Dec 2025 21:48:42 +0000 Subject: [PATCH] mod: hestia ssh config --- dotfiles/system/ssh/ssh_config.d/90-local.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dotfiles/system/ssh/ssh_config.d/90-local.conf b/dotfiles/system/ssh/ssh_config.d/90-local.conf index c4f9be9..4d745fc 100644 --- a/dotfiles/system/ssh/ssh_config.d/90-local.conf +++ b/dotfiles/system/ssh/ssh_config.d/90-local.conf @@ -1,8 +1,8 @@ Host hestia - HostName 192.168.0.231 + HostName hestia.local IdentitiesOnly yes StrictHostKeyChecking accept-new - User root + User jamie IdentityFile /home/jamie/.ssh/hestia Port 1303