X-Git-Url: https://git.sven.stormbind.net/?p=sven%2Fscripts.git;a=blobdiff_plain;f=home%2Flogin.tcl;h=c59d10b2fa7c7cb98dcd726d1a90ba53a48e1979;hp=1d09e7e91c9b3cdf7acb89ed0dc4e5f8fd05897d;hb=d3067ac124798dcb7b69bb0151009cf6d0aa3824;hpb=5fa67bbfaf6988845526d457d70baf45982b6f48 diff --git a/home/login.tcl b/home/login.tcl index 1d09e7e..c59d10b 100644 --- a/home/login.tcl +++ b/home/login.tcl @@ -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