Re: SSH towards Cisco (General questions)
Dirk,
Can you please show me a snippet of the code before Connect method?
Regards,
Damba
Ssh.LicenseKey = my-license-key
Ssh.DebugFile = c:ssh.log
Ssh.HostName = Text1
Ssh.Port = Text2
Ssh.Login = Text3
Ssh.Password = Text4
Ssh.Command = Text5
Ssh.Connect
(also tried adding a vbcrlf at the end of .command -> no difference).
This is what I get in the logfile:
*** OnConnect received, err = 0
Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 172.22.150.1, timeout is 2 seconds:
!!!!!
Success rate is 100 percent (5/5), round-trip min/avg/max = 1/2/4 ms