Quick question for you all, I failed this task due to “Banner has not been set up on DB server”
Now i couldn’t scp to DB server, it kept giving me the msg below,
is it to do with openssh client? if so what can one to do solve this …
Also i was not able to ssh from any server to db … can someone explain this clearly please.
would i need to ssh in to DB and install openssh client ?? if so how do ssh when i tried from all servers and it kept giving the prompt again as if i put incorrect password…
please shine some light on this!!!
sudo yum install openssh-clients -y
sudo - to access half root user control
yum - to install packages
-y - yes
above command will provide a features of scp command.
sometimes package is not proper installed in server so it gives an error.
after installation you can access scp command.
scp command is used to copy one to other server in secure way.
thanks @Tej-Singh-Rana for the input, however I wasn’t even able to ssh in to DB from any server tho… so not sure how I was going to run the following cmds
@Tej-Singh-Rana thanks for your response, however I was not able to ssh from jump server and I made sure I was using the correct user and IP of DB server…
@CalicoCat were you able to ssh to the DB server from jump server or any of the App servers ?
@ali.za.ac It’s been awhile since I got that assignment but I want to say that, yes, I could ssh into the database sever. I just couldn’t scp to/from the DB server. I couldn’t seem to curl/wget the banner file after deploying it to Apache HTTP server either if I can recall correctly.
Looking back on it I should have checked the netfilter/iptables rules on the DB server to see what if any network traffic was being blocked or dropped.
@kodekloud-support3 my username is ali.za.ac. Can you please advise why I was not able to ssh in DB server from any APP server or Jump server. it kept prompting for password as if I put incorrect password