don’t know if I am doing wrong but day 1 keeps failing. Can someone please help
To start out:
- What did you actually do to try and solve the task, and
- What error did you get when you invoked the grader?
You need to do ssh using the credentials from the linked page. For example,
ssh banner@stapp03
using the password for the banner account. This is why your ssh connection is being refused.
No, you start out on the jump host… If you’re asked to do something on App Host 3, you need to ssh into that host, and do the action there.
See this solution; it will give you a better understanding of how these tasks work.
I think I am doing that or am I putting it wrong
No, you really aren’t. You’re trying to run the commands over ssh, rather than ssh into the required host. Very different.


