updated sshd section

This commit is contained in:
Asif Bacchus 2019-01-09 01:12:02 -07:00
parent 9c24f3496e
commit a5ebaa66cf
1 changed files with 2 additions and 2 deletions

View File

@ -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"