From b3e3ea7ce258a08220eb22feda72fb07a245950a Mon Sep 17 00:00:00 2001 From: petroskaridis Date: Wed, 27 Jan 2021 12:40:44 +0000 Subject: [PATCH] Upload files to '' --- ssh_server_key.txt | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 ssh_server_key.txt diff --git a/ssh_server_key.txt b/ssh_server_key.txt new file mode 100644 index 0000000..101bd66 --- /dev/null +++ b/ssh_server_key.txt @@ -0,0 +1,8 @@ +/etc/ssh/sshd_config + +PasswordAuthentication no +ChallengeResponseAuthentication no +UsePAM no +PermitRootLogin no + +sudo systemctl restart ssh