Re: Login, su to root, execute command - WeOnlyDo Discussion board

Re: Login, su to root, execute command (General questions)

by shin, Friday, May 30, 2008, 05:26 (5812 days ago) @ shin

Hi, wodDamir

I use this ASP code, It should not have anything wrong.
But it shows the result :

WeOnlyDo.wodSSHCom.1 (0x800A274C)
The current connection has timeout.
/ssh/ssh.asp, line 15

<

dim SSH
set SSH = Server.CreateObject( WeOnlyDo.wodSSHCom.1 )

hostname = 10.80.90.100
login = oam8adm
password = A12345
rootpass = scsicard

ssh.Hostname = hostname
ssh.Login = login
ssh.Password = password
ssh.Blocking = 1
ssh.Connect
ssh.Disconnect

>


Complete thread: