From 9c0a26a64adad20a91f311862b60b93eb323a326 Mon Sep 17 00:00:00 2001 From: "Jacob B. Sanders" <1-Segmentational@users.noreply.gitlab.cloud-technology.io> Date: Wed, 28 Jul 2021 22:59:47 +0000 Subject: [PATCH] Update SSH-Configuration.bash --- SSH/SSH-Configuration.bash | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/SSH/SSH-Configuration.bash b/SSH/SSH-Configuration.bash index ee58f9a..ba66c32 100755 --- a/SSH/SSH-Configuration.bash +++ b/SSH/SSH-Configuration.bash @@ -2,7 +2,7 @@ sudo cp /etc/ssh/sshd_config /etc/ssh/sshd_config.back -cat << EOF | sudo tee "/etc/ssh/banner" +cat << 'EOF' | sudo tee "/etc/ssh/banner" ┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓ ┃ Cloud Technology - Security Notice ┃ @@ -11,7 +11,7 @@ cat << EOF | sudo tee "/etc/ssh/banner" ┃ proprietary information. Unauthorized use is strictly ┃ ┃ prohibited. No portions may be copied, reproduced, ┃ ┃ or incorporated outside of this domain without ┃ -┃ Cloud Hybrid LLCs or Price Hiller's ┃ +┃ Cloud Technology LLC's or Price Hiller's ┃ ┃ prior written consent. ┃ ┗━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┛ @@ -42,4 +42,4 @@ Subsystem sftp /usr/libexec/openssh/sftp-server EOF -sudo systemctl restart sshd.service \ No newline at end of file +sudo systemctl restart sshd.service