Tagged Questions

1
vote
2answers
3k views

Problem with an expect script

I'm trying to create a script to update a password in a non-interactive way. It's working on my laptop but fails on my server. Both are running the same configuration, using Etch. This is the script: ...
0
votes
1answer
697 views

How do I use expect to connect via ssh to a system and change the password of the host system?

I am automating the process of: Connect to a system named "alpha" via ssh with password "alpha" for username "alpha". Once connected I would like to set the root password (to "kickass"). The system I ...