ssl question

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • DarkBlue

    #1

    ssl question

    Hello

    python 2.4

    I want connect to another linux machine via ssl ,
    after password entry execute :
    cat /home/myfile.txt
    and return the result into a list for further processing
    then close the connection

    What is the safest and best way to do this ?


    Db

  • Sybren Stuvel

    #2
    Re: ssl question

    DarkBlue enlightened us with:[color=blue]
    > I want connect to another linux machine via ssl ,
    > after password entry execute :[/color]

    It seems like you've already got something running. Do you really mean
    SSL? Or do you mean SSH?

    Sybren
    --
    The problem with the world is stupidity. Not saying there should be a
    capital punishment for stupidity, but why don't we just take the
    safety labels off of everything and let the problem solve itself?
    Frank Zappa

    Comment

    • DarkBlue

      #3
      Re: ssh question


      should read ssh , (probably should not post anything so late in the evening)

      Db

      Comment

      Working...