Welcome to the VanDyke Software Forums

Join the discussion today!


Go Back   VanDyke Software Forums > Scripting

Notices

 
 
Thread Tools Rate Thread Display Modes
Prev Previous Post   Next Post Next
  #1  
Old 01-12-2017, 12:14 AM
trondk trondk is offline
Registered User
 
Join Date: Jan 2017
Posts: 1
SSH2 login script does noe run

Hi
I use SSH2 on my devices and I`m trying to log in using login script I found on this site.
I must have done something wrong because when starting a session from Session Manager I am prompted for username and password in the session window. (not pop up boxes)
When I log out, the script suddenly runs and that gives me an error message since it it design for login.
Please advise
Se the script here:

#$language = "VBScript"
#$interface = "1.0"

Sub main
' turn on synchronous mode so we don't miss any data
crt.Screen.Synchronous = True

' Wait for a string that looks like "login: " or "Login: "
crt.Screen.WaitForString "ogin: "

' Send your username followed by a carriage return
crt.Screen.Send "My-username" & VbCr

' Wait for a string that looks like "password: " or "Password: "
crt.Screen.WaitForString "assword:"

' Send your password followed by a carriage return
crt.Screen.Send "My-password" & VbCr

' turn off synchronous mode to restore normal input processing
crt.Screen.Synchronous = False
End Sub
Reply With Quote
 

Tags
login , script , ssh2

Thread Tools
Display Modes Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -6. The time now is 07:21 PM.