From d3067ac124798dcb7b69bb0151009cf6d0aa3824 Mon Sep 17 00:00:00 2001 From: Sven Hoexter Date: Mon, 26 Sep 2016 15:05:18 +0200 Subject: [PATCH] Sometimes Password, sometimes password. What an assword. --- home/login.tcl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.2