fosshelp
Custom Search
Friday, August 22, 2014
Howto Debug Expect Script
#!/usr/bin/expect -f
#Enable debug mode
exp_internal 1
set timeout 20
spawn ssh saju@192.168.56.101
expect "password"
send "saju\n"
##To Get console after SSH
interact
1 comment:
sunset
January 23, 2019 at 8:05 PM
linux samples with c language
Convert a time value to and from UTC time
Reply
Delete
Replies
Reply
Add comment
Load more...
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
linux samples with c language
ReplyDeleteConvert a time value to and from UTC time