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