0
I have 2 servers:
Example: A and B.
What I need:
when I connect to the server A
with a specific user it automatically make a ssh
on the server B
, if possible already sending login and password parameters and already log in automatically.
How could I do that ?
Until then blz, how else do I make it automatic ? , so I don’t want my user to type: ssh root@servorA "ssh -T servorB"
– Chefe Druida