Skip to content

Commit

Permalink
remove default ssh for ashokan
Browse files Browse the repository at this point in the history
  • Loading branch information
henrikvtcodes committed Nov 8, 2024
1 parent a172402 commit a2970f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion machines/nixos/ashokan/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
PasswordAuthentication = false;
};
# Use nonstandard SSH port for public server
ports = [22 69];
ports = [69];
};

# ======================== DO NOT CHANGE THIS ========================
Expand Down

0 comments on commit a2970f3

Please sign in to comment.