in reply to Re: jump servers
in thread jump servers

Well yes, I have the access I was told to write such a script I have it sshing into all the servers but I don't know how to get it to log into the DMZ half or where to def the DMZ path.

Replies are listed 'Best First'.
Re^3: jump servers
by atcroft (Abbot) on Aug 31, 2013 at 08:42 UTC

    I have seen code that used Net::SSH::Expect to log into one server, then called an SSH client on that server to jump to the next server. This might be an approach to look at.

    Hope that helps.