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