ssh command from xbox to remote host

  Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Post Reply
dylanbox Offline
Junior Member
Posts: 30
Joined: May 2004
Reputation: 0
Post: #1
hi,

my goal is to execute a command on a remote machine from my xbox.
actually i want to shutdown my server...
i imagined the easiest way is to connect to it via ssh and priv/public key, but how can i do this in python?

i haven't done anything in python yet, so i would be very very happy is someone of you had a working script for me.

tia,
greetings,
dylan
find quote
dwe_3 Offline
Junior Member
Posts: 8
Joined: Apr 2004
Reputation: 0
Post: #2
could try googling for ssh python. looks like there are some python modules available. would have to check that they work with xbmc python though.
find quote