aa... login...

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • masterj
    New Member
    • Aug 2005
    • 1

    #1

    aa... login...

    I'm stuck trying to make an auto-login via python (but without "sudo" command!)

    import os
    os.system("su")
    os.system("pass ")


    But when I execute script, I have to manually login. Anyone knows how could I send a line of text (pasword) to konsole?
Working...