diff --git a/hosts/Infini-DL360/ssh.nix b/hosts/Infini-DL360/ssh.nix index 271e06d..c280ff2 100644 --- a/hosts/Infini-DL360/ssh.nix +++ b/hosts/Infini-DL360/ssh.nix @@ -70,8 +70,8 @@ in PasswordAuthentication no Match user neofetch - ForceCommand ${pkgs.hyfetch}/bin/neowofetch --config ${neofetchConfig} --backend ascii - PermitTTY no + ForceCommand ${pkgs.hyfetch}/bin/neowofetch --config ${neofetchConfig} + PermitTTY yes DisableForwarding yes AuthenticationMethods none KbdInteractiveAuthentication yes