Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.ruby > #5115
| From | Josh Hurtado <djotter@mac.com> |
|---|---|
| Newsgroups | comp.lang.ruby |
| Subject | Jump box ideas |
| Date | 2011-05-26 18:20 -0500 |
| Organization | Service de news de lacave.net |
| Message-ID | <9b0b06759f3206bf2f3ba3260374aa33@ruby-forum.com> (permalink) |
Hi Everyone, I posted a differnt but related thread about this so though I would hit from a differnt direction. I have a secure SSH box which has access to my differnt Cisco routers. I want to write a program that a) ssh's from my machine to the jump box b) run through a list of routers and telnet into each one and grab the running config c) close the session Trying to fiugre out a good way to approach this. I can get the NET::SSH session open to the box, but can't figure out how to go form there to step 2. -- Posted via http://www.ruby-forum.com/.
Back to comp.lang.ruby | Previous | Next — Next in thread | Find similar | Unroll thread
Jump box ideas Josh Hurtado <djotter@mac.com> - 2011-05-26 18:20 -0500 Re: Jump box ideas John W Higgins <wishdev@gmail.com> - 2011-05-26 19:02 -0500
csiph-web