diff --git a/scripts/Arch/lib/dependencies.fish b/scripts/Arch/lib/dependencies.fish
index c890e99e..3237eb9a 100644
--- a/scripts/Arch/lib/dependencies.fish
+++ b/scripts/Arch/lib/dependencies.fish
@@ -6,6 +6,6 @@ function installValhallaDeps -V dir -a mountDir
         set -a args --root "$mountDir"
     end
 
-    and pacinst $args fish git jq nix sudo tmux
+    and pacinst $args fish git jq nix openssh sudo tmux
     sudo systemctl enable --now nix-daemon
 end
diff --git a/scripts/lib/action.fish b/scripts/lib/action.fish
index 607d2c37..95172834 100644
--- a/scripts/lib/action.fish
+++ b/scripts/lib/action.fish
@@ -5,7 +5,7 @@ function runActionSetup -V dir
     source "$dir/nix.fish"
     source "$dir/settings.fish"
     echo "Installing dependencies..."
-    and runHook --force installValhallaDeps 'Please set up a function `installValhallaDeps` for installing `fish`, `git`, `jq`, `nix`, `sudo` and `tmux`.'
+    and runHook --force installValhallaDeps 'Please set up a function `installValhallaDeps` for installing `fish`, `git`, `jq`, `nix`, `ssh`, `sudo` and `tmux`.'
     and echo "Preparing nix..."
     and runHook prepareNix || installNixPkgs