From 2697a90a54cbaf989ae9cab549a7ad9483c4ca3f Mon Sep 17 00:00:00 2001 From: Ruben Date: Mon, 21 Jul 2025 09:38:42 -0500 Subject: [PATCH] add phosphorus ssh configs --- phosphorus/etc/ssh/sshd_config.d/01-port.conf | 1 + phosphorus/etc/ssh/sshd_config.d/02-nopasswd.conf | 1 + 2 files changed, 2 insertions(+) create mode 100644 phosphorus/etc/ssh/sshd_config.d/01-port.conf create mode 100644 phosphorus/etc/ssh/sshd_config.d/02-nopasswd.conf diff --git a/phosphorus/etc/ssh/sshd_config.d/01-port.conf b/phosphorus/etc/ssh/sshd_config.d/01-port.conf new file mode 100644 index 0000000..c55101c --- /dev/null +++ b/phosphorus/etc/ssh/sshd_config.d/01-port.conf @@ -0,0 +1 @@ +Port 6720 \ No newline at end of file diff --git a/phosphorus/etc/ssh/sshd_config.d/02-nopasswd.conf b/phosphorus/etc/ssh/sshd_config.d/02-nopasswd.conf new file mode 100644 index 0000000..693eadb --- /dev/null +++ b/phosphorus/etc/ssh/sshd_config.d/02-nopasswd.conf @@ -0,0 +1 @@ +PasswordAuthentication no \ No newline at end of file