From a5ebaa66cfae53349837f63d5a5c21e2431def27 Mon Sep 17 00:00:00 2001 From: Asif Bacchus Date: Wed, 9 Jan 2019 01:12:02 -0700 Subject: [PATCH] updated sshd section --- customize.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/customize.sh b/customize.sh index 35ac6d1..8070c81 100644 --- a/customize.sh +++ b/customize.sh @@ -81,12 +81,12 @@ cp -f config/etc/systemd/timesyncd.conf /etc/systemd/timesyncd.conf ## copy sshd configuration -echo -e "\ncopying sshd configuration..." +echo -e "\ncopying ${yellow}sshd_config${norm} to ${yellow}/etc/ssh/sshd_config${norm}" # backup cp -f /etc/ssh/sshd_config /etc/ssh/sshd_config.original # copy new cp -f config/etc/ssh/sshd_config /etc/ssh/sshd_config -echo "...done" + ### Exit gracefully echo -e "\n${ok}All done!${norm}\n"