From 4fdf1365c8dcabb0911be4b378d5311020f804e5 Mon Sep 17 00:00:00 2001 From: xdrm-brackets Date: Sat, 21 Jan 2017 18:22:38 +0100 Subject: [PATCH] fixed ssh_config to sshd_config --- clone/clone | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clone/clone b/clone/clone index fbcc30e..f8c6f5b 100755 --- a/clone/clone +++ b/clone/clone @@ -206,7 +206,7 @@ step7(){ # (7) Restrict access to pubkey only (no password) # echo " (.) Restrict access to pubkey"; - echo "\nAllowGroups\tssh-key\nPasswordAuthentication\tno" | sudo tee -a /mnt/etc/ssh/ssh_config > /dev/null; + echo "\nAllowGroups\tssh-key\nPasswordAuthentication\tno" | sudo tee -a /mnt/etc/ssh/sshd_config > /dev/null; # (8) Set up automatic ssh server at start up #