]> git.sven.stormbind.net Git - sven/scripts.git/commitdiff
Sometimes Password, sometimes password. What an assword.
authorSven Hoexter <sven@timegate.de>
Mon, 26 Sep 2016 13:05:18 +0000 (15:05 +0200)
committerSven Hoexter <sven@timegate.de>
Mon, 26 Sep 2016 13:05:18 +0000 (15:05 +0200)
home/login.tcl

index 1d09e7e91c9b3cdf7acb89ed0dc4e5f8fd05897d..c59d10b2fa7c7cb98dcd726d1a90ba53a48e1979 100644 (file)
@@ -40,6 +40,6 @@ if { [string length $sshargs] == 0 } {
 
 puts "Connecting with user $user to hosts $host with args $sshargs"
 eval $spawncmd
-expect -re ".*password:"
+expect -re ".*assword:"
 send "$pass\r"
 interact