http://www.perlmonks.org?node_id=999294


in reply to Multilevel SSH

Hi davidsnt,

one important question: How do you authenticate at Server B while being on Server A (same for Server C when being on Server B)?

I'm asking because you can't simply provide passwords and passphrases via stdin to ssh.

Best regards
McA

Replies are listed 'Best First'.
Re^2: Multilevel SSH
by davidsnt (Novice) on Oct 16, 2012 at 12:01 UTC

    ServerB and ServerC are connected and the ssh fingerprints are shared between them so if I login to ServerA(gateway) I get access to Server B and from ServerB I get access to ServerC

      Do you have to type user/password on Server B and C?