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