Switching and Routing Lab SSH issue


While I am doing ssh it is asking password. Please help.

Am I doing anything wrong here?

You cannot ssh from app01 to app02 directly. You must first exit from app01 back to jumphost

thor@app01 ~$ exit
thor@jumphost ~$ ssh app02

A jumphost (also known as bastion) is a host from which you jump to all other hosts.