diff options
Diffstat (limited to 'files')
-rw-r--r-- | files/etc/ssh/sshd_config.d/custom.conf | 3 | ||||
-rw-r--r-- | files/root/.ssh/authorized_keys | 1 |
2 files changed, 4 insertions, 0 deletions
diff --git a/files/etc/ssh/sshd_config.d/custom.conf b/files/etc/ssh/sshd_config.d/custom.conf new file mode 100644 index 0000000..ac755e6 --- /dev/null +++ b/files/etc/ssh/sshd_config.d/custom.conf @@ -0,0 +1,3 @@ +# To disable tunneled clear text passwords, change to no here! +PasswordAuthentication no +PermitEmptyPasswords no diff --git a/files/root/.ssh/authorized_keys b/files/root/.ssh/authorized_keys new file mode 100644 index 0000000..dd12694 --- /dev/null +++ b/files/root/.ssh/authorized_keys @@ -0,0 +1 @@ +ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIAsk2gYw+DwDx08WK4MZNb5kLbIpmtgCoU41b8f60CrM renken@shione.net |