Skip to main content

Timeline for Use a script for a telnet session

Current License: CC BY-SA 3.0

44 events
when toggle format what by license comment
Sep 8 at 10:01 history bumped CommunityBot This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
May 3 at 17:06 history bumped CommunityBot This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
Dec 24, 2024 at 11:02 history bumped CommunityBot This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
Aug 21, 2024 at 18:00 history bumped CommunityBot This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
Apr 17, 2024 at 20:03 history bumped CommunityBot This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
Mar 13, 2024 at 10:13 history edited Kusalananda
edited tags
Mar 13, 2024 at 10:08 history bumped CommunityBot This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
Nov 8, 2023 at 23:02 history bumped CommunityBot This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
Jul 9, 2023 at 14:01 history bumped CommunityBot This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
Feb 27, 2023 at 15:06 history bumped CommunityBot This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
Oct 29, 2022 at 8:05 history bumped CommunityBot This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
Jun 30, 2022 at 12:00 history bumped CommunityBot This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
Feb 19, 2022 at 7:06 history bumped CommunityBot This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
Oct 17, 2021 at 14:07 history bumped CommunityBot This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
Jun 4, 2021 at 13:06 history bumped CommunityBot This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
Feb 4, 2021 at 3:03 history bumped CommunityBot This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
Oct 5, 2020 at 19:02 history bumped CommunityBot This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
May 26, 2020 at 9:02 history bumped CommunityBot This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
Jan 23, 2020 at 16:02 history bumped CommunityBot This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
Sep 24, 2019 at 8:01 history bumped CommunityBot This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
May 25, 2019 at 3:08 history bumped CommunityBot This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
Jan 1, 2017 at 14:20 history bumped CommunityBot This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
Dec 2, 2016 at 11:32 history bumped CommunityBot This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
Oct 28, 2016 at 5:24 history bumped CommunityBot This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
Sep 8, 2016 at 4:06 history bumped CommunityBot This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
Aug 6, 2016 at 1:57 history bumped CommunityBot This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
Jul 6, 2016 at 4:51 history bumped CommunityBot This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
May 31, 2016 at 18:43 history bumped CommunityBot This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
Feb 13, 2015 at 12:28 answer added Xiuur timeline score: 0
Feb 13, 2015 at 12:13 comment added glenn jackman get expect to give you more info: add exp_internal 1 after the #! line
Feb 13, 2015 at 11:59 comment added Xiuur I tried everything you said in comments. but i still have the problem :( with lower case, with {} like sharkguto said.
S Feb 13, 2015 at 11:39 history suggested Minix CC BY-SA 3.0
formatted and grammar
Feb 13, 2015 at 11:36 comment added rahul did you try with the lower case option? "password:"
Feb 13, 2015 at 11:27 comment added Xiuur If i put \r in send "789234\r" The result on my screen after Password: ******* There is one more * . I don't know where it came. When i put it after like i did: send "789234" send "\r" I have still login incorret but i have 6* like my password, and not 7. I tried with "?assword" still not work
Feb 13, 2015 at 11:23 review Suggested edits
S Feb 13, 2015 at 11:39
Feb 13, 2015 at 11:22 history edited Xiuur CC BY-SA 3.0
edited body
Feb 13, 2015 at 11:22 comment added rahul What i meant was the prompt could be either "Password:" or "password", can you try replacing the expect "Password:" with expect "?assword:"
Feb 13, 2015 at 11:21 comment added YoMismo You haven't send \r after your password, plus you have a send with /r instead \r
Feb 13, 2015 at 11:20 comment added Xiuur My password is only numbers :/ And sorry for the expecct, my bad, in my script it's expect.
Feb 13, 2015 at 11:17 history edited Xiuur CC BY-SA 3.0
deleted 1 character in body
Feb 13, 2015 at 11:16 comment added rahul Also, take a look at this link - bash.cyberciti.biz/security/expect-ssh-login-script. The password could be in uppercase or lower case. Try this and see if it helps.
Feb 13, 2015 at 11:15 comment added rahul Your directive /usr/bin/expecct has an extra c in it. That might not be causing the issue, but could you correct it and try?
Feb 13, 2015 at 11:11 review First posts
Feb 13, 2015 at 11:16
Feb 13, 2015 at 11:08 history asked Xiuur CC BY-SA 3.0