I have 2 Servers:
Example: A and B.
What I need:
When I connect to the server A
with a specific user it automatically makes a ssh
on the B
server, if possible already sending the login and password parameters and already log in automatically.
How could you do this?