Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #53966

Re: Telnet to remote system and format output via web page

References <8ac501c2-8fbc-4b6c-9e71-49c811f8fb5e@googlegroups.com> <52306606.7090801@gmail.com>
From Rodrick Brown <rodrick.brown@gmail.com>
Date 2013-09-11 10:13 -0400
Subject Re: Telnet to remote system and format output via web page
Newsgroups comp.lang.python
Message-ID <mailman.252.1378908830.5461.python-list@python.org> (permalink)

Show all headers | View raw


I would use something like fabric to automatically login to hosts via
ssh then parse the data myself to generate static HTML pages in a
document root.

Having a web app execute remote commands on a server is so wrong in many ways.

Sent from my iPhone

On Sep 11, 2013, at 8:56 AM, Jugurtha Hadjar <jugurtha.hadjar@gmail.com> wrote:

> On 09/11/2013 11:45 AM, Kenroy Bennett wrote:
>> Hi
>>
>>
>> I would like to create a web  app using flask or cgi library  along with telnetlib to telnet to specific servers and execute commands and retrieve the output.
>> The output will then be  formatted and outputted to a webpage .
>
>
> Is security an issue ? How sensitive is the information you are querying ? Must it be Telnet ?
>
>
> --
> ~Jugurtha Hadjar,
> --
> https://mail.python.org/mailman/listinfo/python-list

Back to comp.lang.python | Previous | NextPrevious in thread | Find similar | Unroll thread


Thread

Telnet to remote system and format output  via web page Kenroy Bennett <bennettk9999@gmail.com> - 2013-09-11 03:45 -0700
  Re: Telnet to remote system and format output  via web page Jugurtha Hadjar <jugurtha.hadjar@gmail.com> - 2013-09-11 13:45 +0100
  Re: Telnet to remote system and format output via web page Rodrick Brown <rodrick.brown@gmail.com> - 2013-09-11 10:13 -0400

csiph-web