Jump to content

SSH session permission problem


Recommended Posts

Hi guys

here is the problem:

openssh running on windows xp professional.

linux machine -> executing: ssh <user>@<machine_name>

both in domain

login is successful

then we do:

c:\test.exe (compiled autoit script)

the script contains :

#include <ie.au3>

local $oIE=_IECreate("http://google.com")

problem: the $oIE object cannot be created. the IE window doesn't show up.

solution: manually run IE on the remote machine (logged in with the same domain user/pass) and then execute the ssh commands

if you ssh from windows to windows - no problems

any ideas????

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...