You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
During the monthly compliance meeting, it was pointed out that several servers in the Stratos DC do not have a valid banner. The security team has provided serveral approved templates which should be applied to the servers to maintain compliance. These will be displayed to the user upon a successful login. Update the message of the day on all application and db servers for Nautilus. Make use of the approved template located at /tmp/nautilus_banner || /home/thor/nautilus_banner on jump host
Click on ✔ and Do Task Again
Solution:
Open 5 Terminal
On Jump Server
/root/nautilus_banner || /home/thor/nautilus_banner As per task
Why flag r is used in scp commnad ,since nautilus_banner is a file and not a directory.
scp -r /root/nautilus_banner tony@stapp01:/home/tony
Also , why "openssh-clients " sudo yum install openssh-clients -y has been installed? Is it not openssh-server?
Thanks
kindly add ssh peter@ stdb01 as we need to move banner to db server as well.