Re: Login, su to root, execute command (General questions)
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
>