all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Tramp and ssh control path
@ 2013-04-11 12:38 Suvayu Ali
  2013-04-12  9:34 ` Michael Albinus
  0 siblings, 1 reply; 12+ messages in thread
From: Suvayu Ali @ 2013-04-11 12:38 UTC (permalink / raw)
  To: Emacs help

[-- Attachment #1: Type: text/plain, Size: 1118 bytes --]

Hi,

I noticed for a while now, tramp ignores my control path settings for a
remote host.  To elaborate, I have the following in my ~/.ssh/config.

Host	*
	Protocol		2
	TCPKeepAlive		yes
	ServerAliveInterval	60
	ControlPath		/tmp/ssh-ControlPath-%r@%h:%p

Now I connect to a remote host from the terminal like this:

  $ ssh -M remotehost

For any subsequent connections from another terminal, I can do the
following to login without having to type my password.  SSH sees a
control path for the host exists, and establishes the subsequent
connection piggy-backing on the first.

  $ ssh remotehost

Now when from emacs I try to open a remote file,

  C-x C-f /remotehost:path/to/file RET

I get prompted for a password: "Password for /ssh:remotehost: ".
Entering it doesn't let me open the remote file either.  The attached
log file has the messages from the Messages and tramp debug buffer.

Any ideas what is wrong?

PS: While writing this email, I realised maybe there is a conflict with
    the ControlPath for remotehost and the ControlPath used by tramp.

-- 
Suvayu

Open source is the future. It sets us free.

[-- Attachment #2: tramp-msg.log --]
[-- Type: text/plain, Size: 99446 bytes --]

* Tramp debug logs
;; GNU Emacs: 24.3.50.1 Tramp: 2.2.8-pre -*- mode: outline; -*-
14:19:12.175358 tramp-maybe-open-connection (3) # Opening connection for remotehost using ssh...
14:19:12.177372 tramp-maybe-open-connection (6) # /bin/sh -i
14:19:12.181302 tramp-wait-for-regexp (6) # 
#$ 
14:19:12.182028 tramp-maybe-open-connection (3) # Sending command `exec ssh   -o ControlPath=/tmp/tramp.6327n0d.%r@%h:%p -o ControlMaster=auto -o ControlPersist=no -e none remotehost'
14:19:12.182150 tramp-send-command (6) # exec ssh   -o ControlPath=/tmp/tramp.6327n0d.%r@%h:%p -o ControlMaster=auto -o ControlPersist=no -e none remotehost
14:19:12.182529 tramp-process-actions (3) # Waiting for prompts from remote shell
14:19:12.299276 tramp-process-one-action (5) # Looking for regexp "\(.*ogin\( .*\)?: *\)\'" from remote shell
14:19:12.299433 tramp-process-one-action (5) # Looking for regexp "\(^.*\([pP]assword\|[pP]assphrase\).*:\0? *\)\'" from remote shell
14:19:12.299540 tramp-process-one-action (5) # Call `tramp-action-password'
14:19:12.299922 tramp-action-password (3) # Sending password
14:19:22.001071 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [0-9]+\).*\)\'" from remote shell
14:19:22.001405 tramp-process-one-action (5) # Looking for regexp "\(^[^#$%>
]*[#$%>] *\)\'" from remote shell
14:19:22.001636 tramp-process-one-action (5) # Looking for regexp "\(\(?:^\|\r\)[^]#$%>
]*#?[]#$%>] *\(^[\[[0-9;]*[a-zA-Z] *\)*\)\'" from remote shell
14:19:22.001925 tramp-process-one-action (5) # Looking for regexp "\(\(Are you sure you want to continue connecting (yes/no)\?\)\s-*\)\'" from remote shell
14:19:22.002166 tramp-process-one-action (5) # Looking for regexp "\(\(\(?:Store key in cache\? (y/\|Update cached key\? (y/n, Return cancels connectio\)n)\)\s-*\)\'" from remote shell
14:19:22.002397 tramp-process-one-action (5) # Looking for regexp "\(\(TERM = (.*)\|Terminal type\? \[.*\]\)\s-*\)\'" from remote shell
14:19:22.002625 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
14:19:22.002904 tramp-process-one-action (5) # Call `tramp-action-process-alive'
14:19:22.003525 tramp-process-one-action (5) # Looking for regexp "\(.*ogin\( .*\)?: *\)\'" from remote shell
14:19:22.003872 tramp-process-one-action (5) # Looking for regexp "\(^.*\([pP]assword\|[pP]assphrase\).*:\0? *\)\'" from remote shell
14:19:22.004131 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [0-9]+\).*\)\'" from remote shell
14:19:22.004374 tramp-process-one-action (5) # Looking for regexp "\(^[^#$%>
]*[#$%>] *\)\'" from remote shell
14:19:22.004604 tramp-process-one-action (5) # Looking for regexp "\(\(?:^\|\r\)[^]#$%>
]*#?[]#$%>] *\(^[\[[0-9;]*[a-zA-Z] *\)*\)\'" from remote shell
14:19:22.004847 tramp-process-one-action (5) # Looking for regexp "\(\(Are you sure you want to continue connecting (yes/no)\?\)\s-*\)\'" from remote shell
14:19:22.005085 tramp-process-one-action (5) # Looking for regexp "\(\(\(?:Store key in cache\? (y/\|Update cached key\? (y/n, Return cancels connectio\)n)\)\s-*\)\'" from remote shell
14:19:22.005346 tramp-process-one-action (5) # Looking for regexp "\(\(TERM = (.*)\|Terminal type\? \[.*\]\)\s-*\)\'" from remote shell
14:19:22.005577 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
14:19:22.005835 tramp-process-one-action (5) # Call `tramp-action-process-alive'
14:19:23.006399 tramp-process-one-action (5) # Looking for regexp "\(.*ogin\( .*\)?: *\)\'" from remote shell
14:19:23.006781 tramp-process-one-action (5) # Looking for regexp "\(^.*\([pP]assword\|[pP]assphrase\).*:\0? *\)\'" from remote shell
14:19:23.007132 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [0-9]+\).*\)\'" from remote shell
14:19:23.007547 tramp-process-one-action (5) # Looking for regexp "\(^[^#$%>
]*[#$%>] *\)\'" from remote shell
14:19:23.007945 tramp-process-one-action (5) # Looking for regexp "\(\(?:^\|\r\)[^]#$%>
]*#?[]#$%>] *\(^[\[[0-9;]*[a-zA-Z] *\)*\)\'" from remote shell
14:19:23.008321 tramp-process-one-action (5) # Looking for regexp "\(\(Are you sure you want to continue connecting (yes/no)\?\)\s-*\)\'" from remote shell
14:19:23.008733 tramp-process-one-action (5) # Looking for regexp "\(\(\(?:Store key in cache\? (y/\|Update cached key\? (y/n, Return cancels connectio\)n)\)\s-*\)\'" from remote shell
14:19:23.008978 tramp-process-one-action (5) # Looking for regexp "\(\(TERM = (.*)\|Terminal type\? \[.*\]\)\s-*\)\'" from remote shell
14:19:23.009204 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
14:19:23.009432 tramp-process-one-action (5) # Call `tramp-action-process-alive'
14:19:24.010048 tramp-process-one-action (5) # Looking for regexp "\(.*ogin\( .*\)?: *\)\'" from remote shell
14:19:24.010355 tramp-process-one-action (5) # Looking for regexp "\(^.*\([pP]assword\|[pP]assphrase\).*:\0? *\)\'" from remote shell
14:19:24.010602 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [0-9]+\).*\)\'" from remote shell
14:19:24.010954 tramp-process-one-action (5) # Looking for regexp "\(^[^#$%>
]*[#$%>] *\)\'" from remote shell
14:19:24.011191 tramp-process-one-action (5) # Looking for regexp "\(\(?:^\|\r\)[^]#$%>
]*#?[]#$%>] *\(^[\[[0-9;]*[a-zA-Z] *\)*\)\'" from remote shell
14:19:24.011418 tramp-process-one-action (5) # Looking for regexp "\(\(Are you sure you want to continue connecting (yes/no)\?\)\s-*\)\'" from remote shell
14:19:24.011647 tramp-process-one-action (5) # Looking for regexp "\(\(\(?:Store key in cache\? (y/\|Update cached key\? (y/n, Return cancels connectio\)n)\)\s-*\)\'" from remote shell
14:19:24.011953 tramp-process-one-action (5) # Looking for regexp "\(\(TERM = (.*)\|Terminal type\? \[.*\]\)\s-*\)\'" from remote shell
14:19:24.012180 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
14:19:24.012405 tramp-process-one-action (5) # Call `tramp-action-process-alive'
14:19:24.144248 tramp-process-one-action (5) # Looking for regexp "\(.*ogin\( .*\)?: *\)\'" from remote shell
14:19:24.144638 tramp-process-one-action (5) # Looking for regexp "\(^.*\([pP]assword\|[pP]assphrase\).*:\0? *\)\'" from remote shell
14:19:24.144996 tramp-process-one-action (5) # Call `tramp-action-password'
14:19:24.145652 tramp-action-password (3) # Sending password
14:19:30.977487 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [0-9]+\).*\)\'" from remote shell
14:19:30.977854 tramp-process-one-action (5) # Looking for regexp "\(^[^#$%>
]*[#$%>] *\)\'" from remote shell
14:19:30.978093 tramp-process-one-action (5) # Looking for regexp "\(\(?:^\|\r\)[^]#$%>
]*#?[]#$%>] *\(^[\[[0-9;]*[a-zA-Z] *\)*\)\'" from remote shell
14:19:30.978336 tramp-process-one-action (5) # Looking for regexp "\(\(Are you sure you want to continue connecting (yes/no)\?\)\s-*\)\'" from remote shell
14:19:30.978572 tramp-process-one-action (5) # Looking for regexp "\(\(\(?:Store key in cache\? (y/\|Update cached key\? (y/n, Return cancels connectio\)n)\)\s-*\)\'" from remote shell
14:19:30.978846 tramp-process-one-action (5) # Looking for regexp "\(\(TERM = (.*)\|Terminal type\? \[.*\]\)\s-*\)\'" from remote shell
14:19:30.979082 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
14:19:30.979310 tramp-process-one-action (5) # Call `tramp-action-process-alive'
14:19:30.979999 tramp-process-one-action (5) # Looking for regexp "\(.*ogin\( .*\)?: *\)\'" from remote shell
14:19:30.980258 tramp-process-one-action (5) # Looking for regexp "\(^.*\([pP]assword\|[pP]assphrase\).*:\0? *\)\'" from remote shell
14:19:30.980511 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [0-9]+\).*\)\'" from remote shell
14:19:30.980776 tramp-process-one-action (5) # Looking for regexp "\(^[^#$%>
]*[#$%>] *\)\'" from remote shell
14:19:30.981008 tramp-process-one-action (5) # Looking for regexp "\(\(?:^\|\r\)[^]#$%>
]*#?[]#$%>] *\(^[\[[0-9;]*[a-zA-Z] *\)*\)\'" from remote shell
14:19:30.981253 tramp-process-one-action (5) # Looking for regexp "\(\(Are you sure you want to continue connecting (yes/no)\?\)\s-*\)\'" from remote shell
14:19:30.981537 tramp-process-one-action (5) # Looking for regexp "\(\(\(?:Store key in cache\? (y/\|Update cached key\? (y/n, Return cancels connectio\)n)\)\s-*\)\'" from remote shell
14:19:30.981799 tramp-process-one-action (5) # Looking for regexp "\(\(TERM = (.*)\|Terminal type\? \[.*\]\)\s-*\)\'" from remote shell
14:19:30.982030 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
14:19:30.982253 tramp-process-one-action (5) # Call `tramp-action-process-alive'
14:19:31.729315 tramp-process-one-action (5) # Looking for regexp "\(.*ogin\( .*\)?: *\)\'" from remote shell
14:19:31.736856 tramp-process-one-action (5) # Looking for regexp "\(^.*\([pP]assword\|[pP]assphrase\).*:\0? *\)\'" from remote shell
14:19:31.737916 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [0-9]+\).*\)\'" from remote shell
14:19:31.739814 tramp-process-one-action (5) # Looking for regexp "\(^[^#$%>
]*[#$%>] *\)\'" from remote shell
14:19:31.740428 tramp-process-one-action (5) # Looking for regexp "\(\(?:^\|\r\)[^]#$%>
]*#?[]#$%>] *\(^[\[[0-9;]*[a-zA-Z] *\)*\)\'" from remote shell
14:19:31.741439 tramp-process-one-action (5) # Looking for regexp "\(\(Are you sure you want to continue connecting (yes/no)\?\)\s-*\)\'" from remote shell
14:19:31.741793 tramp-process-one-action (5) # Looking for regexp "\(\(\(?:Store key in cache\? (y/\|Update cached key\? (y/n, Return cancels connectio\)n)\)\s-*\)\'" from remote shell
14:19:31.742096 tramp-process-one-action (5) # Looking for regexp "\(\(TERM = (.*)\|Terminal type\? \[.*\]\)\s-*\)\'" from remote shell
14:19:31.742384 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
14:19:31.742612 tramp-process-one-action (5) # Call `tramp-action-process-alive'
14:19:32.743323 tramp-process-one-action (5) # Looking for regexp "\(.*ogin\( .*\)?: *\)\'" from remote shell
14:19:32.750605 tramp-process-one-action (5) # Looking for regexp "\(^.*\([pP]assword\|[pP]assphrase\).*:\0? *\)\'" from remote shell
14:19:32.751639 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [0-9]+\).*\)\'" from remote shell
14:19:32.753575 tramp-process-one-action (5) # Looking for regexp "\(^[^#$%>
]*[#$%>] *\)\'" from remote shell
14:19:32.754278 tramp-process-one-action (5) # Looking for regexp "\(\(?:^\|\r\)[^]#$%>
]*#?[]#$%>] *\(^[\[[0-9;]*[a-zA-Z] *\)*\)\'" from remote shell
14:19:32.755407 tramp-process-one-action (5) # Looking for regexp "\(\(Are you sure you want to continue connecting (yes/no)\?\)\s-*\)\'" from remote shell
14:19:32.755793 tramp-process-one-action (5) # Looking for regexp "\(\(\(?:Store key in cache\? (y/\|Update cached key\? (y/n, Return cancels connectio\)n)\)\s-*\)\'" from remote shell
14:19:32.756097 tramp-process-one-action (5) # Looking for regexp "\(\(TERM = (.*)\|Terminal type\? \[.*\]\)\s-*\)\'" from remote shell
14:19:32.756388 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
14:19:32.756648 tramp-process-one-action (5) # Call `tramp-action-process-alive'
14:19:33.323650 tramp-process-one-action (5) # Looking for regexp "\(.*ogin\( .*\)?: *\)\'" from remote shell
14:19:33.331031 tramp-process-one-action (5) # Looking for regexp "\(^.*\([pP]assword\|[pP]assphrase\).*:\0? *\)\'" from remote shell
14:19:33.332084 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [0-9]+\).*\)\'" from remote shell
14:19:33.334004 tramp-process-one-action (5) # Looking for regexp "\(^[^#$%>
]*[#$%>] *\)\'" from remote shell
14:19:33.334635 tramp-process-one-action (5) # Looking for regexp "\(\(?:^\|\r\)[^]#$%>
]*#?[]#$%>] *\(^[\[[0-9;]*[a-zA-Z] *\)*\)\'" from remote shell
14:19:33.335869 tramp-process-one-action (5) # Looking for regexp "\(\(Are you sure you want to continue connecting (yes/no)\?\)\s-*\)\'" from remote shell
14:19:33.336174 tramp-process-one-action (5) # Looking for regexp "\(\(\(?:Store key in cache\? (y/\|Update cached key\? (y/n, Return cancels connectio\)n)\)\s-*\)\'" from remote shell
14:19:33.336483 tramp-process-one-action (5) # Looking for regexp "\(\(TERM = (.*)\|Terminal type\? \[.*\]\)\s-*\)\'" from remote shell
14:19:33.336910 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
14:19:33.337149 tramp-process-one-action (5) # Call `tramp-action-process-alive'
14:19:33.622982 tramp-process-one-action (5) # Looking for regexp "\(.*ogin\( .*\)?: *\)\'" from remote shell
14:19:33.627991 tramp-process-one-action (5) # Looking for regexp "\(^.*\([pP]assword\|[pP]assphrase\).*:\0? *\)\'" from remote shell
14:19:33.628431 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [0-9]+\).*\)\'" from remote shell
14:19:33.629265 tramp-process-one-action (5) # Looking for regexp "\(^[^#$%>
]*[#$%>] *\)\'" from remote shell
14:19:33.629533 tramp-process-one-action (5) # Looking for regexp "\(\(?:^\|\r\)[^]#$%>
]*#?[]#$%>] *\(^[\[[0-9;]*[a-zA-Z] *\)*\)\'" from remote shell
14:19:33.630032 tramp-process-one-action (5) # Looking for regexp "\(\(Are you sure you want to continue connecting (yes/no)\?\)\s-*\)\'" from remote shell
14:19:33.630153 tramp-process-one-action (5) # Looking for regexp "\(\(\(?:Store key in cache\? (y/\|Update cached key\? (y/n, Return cancels connectio\)n)\)\s-*\)\'" from remote shell
14:19:33.630273 tramp-process-one-action (5) # Looking for regexp "\(\(TERM = (.*)\|Terminal type\? \[.*\]\)\s-*\)\'" from remote shell
14:19:33.630390 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
14:19:33.630478 tramp-process-one-action (5) # Call `tramp-action-process-alive'
14:19:33.732349 tramp-process-one-action (5) # Looking for regexp "\(.*ogin\( .*\)?: *\)\'" from remote shell
14:19:33.741750 tramp-process-one-action (5) # Looking for regexp "\(^.*\([pP]assword\|[pP]assphrase\).*:\0? *\)\'" from remote shell
14:19:33.743072 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [0-9]+\).*\)\'" from remote shell
14:19:33.745467 tramp-process-one-action (5) # Looking for regexp "\(^[^#$%>
]*[#$%>] *\)\'" from remote shell
14:19:33.746020 tramp-process-one-action (5) # Looking for regexp "\(\(?:^\|\r\)[^]#$%>
]*#?[]#$%>] *\(^[\[[0-9;]*[a-zA-Z] *\)*\)\'" from remote shell
14:19:33.746532 tramp-process-one-action (5) # Looking for regexp "\(\(Are you sure you want to continue connecting (yes/no)\?\)\s-*\)\'" from remote shell
14:19:33.746686 tramp-process-one-action (5) # Looking for regexp "\(\(\(?:Store key in cache\? (y/\|Update cached key\? (y/n, Return cancels connectio\)n)\)\s-*\)\'" from remote shell
14:19:33.746831 tramp-process-one-action (5) # Looking for regexp "\(\(TERM = (.*)\|Terminal type\? \[.*\]\)\s-*\)\'" from remote shell
14:19:33.746973 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
14:19:33.747084 tramp-process-one-action (5) # Call `tramp-action-process-alive'
14:19:34.747655 tramp-process-one-action (5) # Looking for regexp "\(.*ogin\( .*\)?: *\)\'" from remote shell
14:19:34.756980 tramp-process-one-action (5) # Looking for regexp "\(^.*\([pP]assword\|[pP]assphrase\).*:\0? *\)\'" from remote shell
14:19:34.758277 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [0-9]+\).*\)\'" from remote shell
14:19:34.760693 tramp-process-one-action (5) # Looking for regexp "\(^[^#$%>
]*[#$%>] *\)\'" from remote shell
14:19:34.761481 tramp-process-one-action (5) # Looking for regexp "\(\(?:^\|\r\)[^]#$%>
]*#?[]#$%>] *\(^[\[[0-9;]*[a-zA-Z] *\)*\)\'" from remote shell
14:19:34.762940 tramp-process-one-action (5) # Looking for regexp "\(\(Are you sure you want to continue connecting (yes/no)\?\)\s-*\)\'" from remote shell
14:19:34.763309 tramp-process-one-action (5) # Looking for regexp "\(\(\(?:Store key in cache\? (y/\|Update cached key\? (y/n, Return cancels connectio\)n)\)\s-*\)\'" from remote shell
14:19:34.763729 tramp-process-one-action (5) # Looking for regexp "\(\(TERM = (.*)\|Terminal type\? \[.*\]\)\s-*\)\'" from remote shell
14:19:34.764148 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
14:19:34.764463 tramp-process-one-action (5) # Call `tramp-action-process-alive'
14:19:35.765216 tramp-process-one-action (5) # Looking for regexp "\(.*ogin\( .*\)?: *\)\'" from remote shell
14:19:35.774806 tramp-process-one-action (5) # Looking for regexp "\(^.*\([pP]assword\|[pP]assphrase\).*:\0? *\)\'" from remote shell
14:19:35.776137 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [0-9]+\).*\)\'" from remote shell
14:19:35.778618 tramp-process-one-action (5) # Looking for regexp "\(^[^#$%>
]*[#$%>] *\)\'" from remote shell
14:19:35.779454 tramp-process-one-action (5) # Looking for regexp "\(\(?:^\|\r\)[^]#$%>
]*#?[]#$%>] *\(^[\[[0-9;]*[a-zA-Z] *\)*\)\'" from remote shell
14:19:35.780750 tramp-process-one-action (5) # Looking for regexp "\(\(Are you sure you want to continue connecting (yes/no)\?\)\s-*\)\'" from remote shell
14:19:35.781077 tramp-process-one-action (5) # Looking for regexp "\(\(\(?:Store key in cache\? (y/\|Update cached key\? (y/n, Return cancels connectio\)n)\)\s-*\)\'" from remote shell
14:19:35.781426 tramp-process-one-action (5) # Looking for regexp "\(\(TERM = (.*)\|Terminal type\? \[.*\]\)\s-*\)\'" from remote shell
14:19:35.781814 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
14:19:35.782050 tramp-process-one-action (5) # Call `tramp-action-process-alive'
14:19:36.782733 tramp-process-one-action (5) # Looking for regexp "\(.*ogin\( .*\)?: *\)\'" from remote shell
14:19:36.792171 tramp-process-one-action (5) # Looking for regexp "\(^.*\([pP]assword\|[pP]assphrase\).*:\0? *\)\'" from remote shell
14:19:36.793330 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [0-9]+\).*\)\'" from remote shell
14:19:36.795863 tramp-process-one-action (5) # Looking for regexp "\(^[^#$%>
]*[#$%>] *\)\'" from remote shell
14:19:36.796614 tramp-process-one-action (5) # Looking for regexp "\(\(?:^\|\r\)[^]#$%>
]*#?[]#$%>] *\(^[\[[0-9;]*[a-zA-Z] *\)*\)\'" from remote shell
14:19:36.798096 tramp-process-one-action (5) # Looking for regexp "\(\(Are you sure you want to continue connecting (yes/no)\?\)\s-*\)\'" from remote shell
14:19:36.798430 tramp-process-one-action (5) # Looking for regexp "\(\(\(?:Store key in cache\? (y/\|Update cached key\? (y/n, Return cancels connectio\)n)\)\s-*\)\'" from remote shell
14:19:36.798822 tramp-process-one-action (5) # Looking for regexp "\(\(TERM = (.*)\|Terminal type\? \[.*\]\)\s-*\)\'" from remote shell
14:19:36.799151 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
14:19:36.799381 tramp-process-one-action (5) # Call `tramp-action-process-alive'
14:19:37.800025 tramp-process-one-action (5) # Looking for regexp "\(.*ogin\( .*\)?: *\)\'" from remote shell
14:19:37.805939 tramp-process-one-action (5) # Looking for regexp "\(^.*\([pP]assword\|[pP]assphrase\).*:\0? *\)\'" from remote shell
14:19:37.806414 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [0-9]+\).*\)\'" from remote shell
14:19:37.807274 tramp-process-one-action (5) # Looking for regexp "\(^[^#$%>
]*[#$%>] *\)\'" from remote shell
14:19:37.807569 tramp-process-one-action (5) # Looking for regexp "\(\(?:^\|\r\)[^]#$%>
]*#?[]#$%>] *\(^[\[[0-9;]*[a-zA-Z] *\)*\)\'" from remote shell
14:19:37.808117 tramp-process-one-action (5) # Looking for regexp "\(\(Are you sure you want to continue connecting (yes/no)\?\)\s-*\)\'" from remote shell
14:19:37.808260 tramp-process-one-action (5) # Looking for regexp "\(\(\(?:Store key in cache\? (y/\|Update cached key\? (y/n, Return cancels connectio\)n)\)\s-*\)\'" from remote shell
14:19:37.808406 tramp-process-one-action (5) # Looking for regexp "\(\(TERM = (.*)\|Terminal type\? \[.*\]\)\s-*\)\'" from remote shell
14:19:37.808548 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
14:19:37.808687 tramp-process-one-action (5) # Call `tramp-action-process-alive'
14:19:38.809401 tramp-process-one-action (5) # Looking for regexp "\(.*ogin\( .*\)?: *\)\'" from remote shell
14:19:38.819158 tramp-process-one-action (5) # Looking for regexp "\(^.*\([pP]assword\|[pP]assphrase\).*:\0? *\)\'" from remote shell
14:19:38.820486 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [0-9]+\).*\)\'" from remote shell
14:19:38.822986 tramp-process-one-action (5) # Looking for regexp "\(^[^#$%>
]*[#$%>] *\)\'" from remote shell
14:19:38.823824 tramp-process-one-action (5) # Looking for regexp "\(\(?:^\|\r\)[^]#$%>
]*#?[]#$%>] *\(^[\[[0-9;]*[a-zA-Z] *\)*\)\'" from remote shell
14:19:38.825014 tramp-process-one-action (5) # Looking for regexp "\(\(Are you sure you want to continue connecting (yes/no)\?\)\s-*\)\'" from remote shell
14:19:38.825335 tramp-process-one-action (5) # Looking for regexp "\(\(\(?:Store key in cache\? (y/\|Update cached key\? (y/n, Return cancels connectio\)n)\)\s-*\)\'" from remote shell
14:19:38.825658 tramp-process-one-action (5) # Looking for regexp "\(\(TERM = (.*)\|Terminal type\? \[.*\]\)\s-*\)\'" from remote shell
14:19:38.825897 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
14:19:38.825990 tramp-process-one-action (5) # Call `tramp-action-process-alive'
14:19:39.826517 tramp-process-one-action (5) # Looking for regexp "\(.*ogin\( .*\)?: *\)\'" from remote shell
14:19:39.836249 tramp-process-one-action (5) # Looking for regexp "\(^.*\([pP]assword\|[pP]assphrase\).*:\0? *\)\'" from remote shell
14:19:39.837521 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [0-9]+\).*\)\'" from remote shell
14:19:39.839832 tramp-process-one-action (5) # Looking for regexp "\(^[^#$%>
]*[#$%>] *\)\'" from remote shell
14:19:39.840574 tramp-process-one-action (5) # Looking for regexp "\(\(?:^\|\r\)[^]#$%>
]*#?[]#$%>] *\(^[\[[0-9;]*[a-zA-Z] *\)*\)\'" from remote shell
14:19:39.841985 tramp-process-one-action (5) # Looking for regexp "\(\(Are you sure you want to continue connecting (yes/no)\?\)\s-*\)\'" from remote shell
14:19:39.842316 tramp-process-one-action (5) # Looking for regexp "\(\(\(?:Store key in cache\? (y/\|Update cached key\? (y/n, Return cancels connectio\)n)\)\s-*\)\'" from remote shell
14:19:39.842748 tramp-process-one-action (5) # Looking for regexp "\(\(TERM = (.*)\|Terminal type\? \[.*\]\)\s-*\)\'" from remote shell
14:19:39.843084 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
14:19:39.843311 tramp-process-one-action (5) # Call `tramp-action-process-alive'
14:19:40.843972 tramp-process-one-action (5) # Looking for regexp "\(.*ogin\( .*\)?: *\)\'" from remote shell
14:19:40.853486 tramp-process-one-action (5) # Looking for regexp "\(^.*\([pP]assword\|[pP]assphrase\).*:\0? *\)\'" from remote shell
14:19:40.854743 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [0-9]+\).*\)\'" from remote shell
14:19:40.857175 tramp-process-one-action (5) # Looking for regexp "\(^[^#$%>
]*[#$%>] *\)\'" from remote shell
14:19:40.858093 tramp-process-one-action (5) # Looking for regexp "\(\(?:^\|\r\)[^]#$%>
]*#?[]#$%>] *\(^[\[[0-9;]*[a-zA-Z] *\)*\)\'" from remote shell
14:19:40.859530 tramp-process-one-action (5) # Looking for regexp "\(\(Are you sure you want to continue connecting (yes/no)\?\)\s-*\)\'" from remote shell
14:19:40.859972 tramp-process-one-action (5) # Looking for regexp "\(\(\(?:Store key in cache\? (y/\|Update cached key\? (y/n, Return cancels connectio\)n)\)\s-*\)\'" from remote shell
14:19:40.860345 tramp-process-one-action (5) # Looking for regexp "\(\(TERM = (.*)\|Terminal type\? \[.*\]\)\s-*\)\'" from remote shell
14:19:40.860775 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
14:19:40.861131 tramp-process-one-action (5) # Call `tramp-action-process-alive'
14:19:41.861942 tramp-process-one-action (5) # Looking for regexp "\(.*ogin\( .*\)?: *\)\'" from remote shell
14:19:41.872094 tramp-process-one-action (5) # Looking for regexp "\(^.*\([pP]assword\|[pP]assphrase\).*:\0? *\)\'" from remote shell
14:19:41.873453 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [0-9]+\).*\)\'" from remote shell
14:19:41.875876 tramp-process-one-action (5) # Looking for regexp "\(^[^#$%>
]*[#$%>] *\)\'" from remote shell
14:19:41.876611 tramp-process-one-action (5) # Looking for regexp "\(\(?:^\|\r\)[^]#$%>
]*#?[]#$%>] *\(^[\[[0-9;]*[a-zA-Z] *\)*\)\'" from remote shell
14:19:41.877984 tramp-process-one-action (5) # Looking for regexp "\(\(Are you sure you want to continue connecting (yes/no)\?\)\s-*\)\'" from remote shell
14:19:41.878302 tramp-process-one-action (5) # Looking for regexp "\(\(\(?:Store key in cache\? (y/\|Update cached key\? (y/n, Return cancels connectio\)n)\)\s-*\)\'" from remote shell
14:19:41.878628 tramp-process-one-action (5) # Looking for regexp "\(\(TERM = (.*)\|Terminal type\? \[.*\]\)\s-*\)\'" from remote shell
14:19:41.878953 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
14:19:41.879178 tramp-process-one-action (5) # Call `tramp-action-process-alive'
14:19:42.879834 tramp-process-one-action (5) # Looking for regexp "\(.*ogin\( .*\)?: *\)\'" from remote shell
14:19:42.889271 tramp-process-one-action (5) # Looking for regexp "\(^.*\([pP]assword\|[pP]assphrase\).*:\0? *\)\'" from remote shell
14:19:42.890553 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [0-9]+\).*\)\'" from remote shell
14:19:42.893638 tramp-process-one-action (5) # Looking for regexp "\(^[^#$%>
]*[#$%>] *\)\'" from remote shell
14:19:42.894424 tramp-process-one-action (5) # Looking for regexp "\(\(?:^\|\r\)[^]#$%>
]*#?[]#$%>] *\(^[\[[0-9;]*[a-zA-Z] *\)*\)\'" from remote shell
14:19:42.895627 tramp-process-one-action (5) # Looking for regexp "\(\(Are you sure you want to continue connecting (yes/no)\?\)\s-*\)\'" from remote shell
14:19:42.895993 tramp-process-one-action (5) # Looking for regexp "\(\(\(?:Store key in cache\? (y/\|Update cached key\? (y/n, Return cancels connectio\)n)\)\s-*\)\'" from remote shell
14:19:42.896318 tramp-process-one-action (5) # Looking for regexp "\(\(TERM = (.*)\|Terminal type\? \[.*\]\)\s-*\)\'" from remote shell
14:19:42.896628 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
14:19:42.896886 tramp-process-one-action (5) # Call `tramp-action-process-alive'
14:19:43.897463 tramp-process-one-action (5) # Looking for regexp "\(.*ogin\( .*\)?: *\)\'" from remote shell
14:19:43.907074 tramp-process-one-action (5) # Looking for regexp "\(^.*\([pP]assword\|[pP]assphrase\).*:\0? *\)\'" from remote shell
14:19:43.908321 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [0-9]+\).*\)\'" from remote shell
14:19:43.910625 tramp-process-one-action (5) # Looking for regexp "\(^[^#$%>
]*[#$%>] *\)\'" from remote shell
14:19:43.911556 tramp-process-one-action (5) # Looking for regexp "\(\(?:^\|\r\)[^]#$%>
]*#?[]#$%>] *\(^[\[[0-9;]*[a-zA-Z] *\)*\)\'" from remote shell
14:19:43.913054 tramp-process-one-action (5) # Looking for regexp "\(\(Are you sure you want to continue connecting (yes/no)\?\)\s-*\)\'" from remote shell
14:19:43.913424 tramp-process-one-action (5) # Looking for regexp "\(\(\(?:Store key in cache\? (y/\|Update cached key\? (y/n, Return cancels connectio\)n)\)\s-*\)\'" from remote shell
14:19:43.913904 tramp-process-one-action (5) # Looking for regexp "\(\(TERM = (.*)\|Terminal type\? \[.*\]\)\s-*\)\'" from remote shell
14:19:43.914273 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
14:19:43.914552 tramp-process-one-action (5) # Call `tramp-action-process-alive'
14:19:44.915264 tramp-process-one-action (5) # Looking for regexp "\(.*ogin\( .*\)?: *\)\'" from remote shell
14:19:44.924707 tramp-process-one-action (5) # Looking for regexp "\(^.*\([pP]assword\|[pP]assphrase\).*:\0? *\)\'" from remote shell
14:19:44.926020 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [0-9]+\).*\)\'" from remote shell
14:19:44.928379 tramp-process-one-action (5) # Looking for regexp "\(^[^#$%>
]*[#$%>] *\)\'" from remote shell
14:19:44.929216 tramp-process-one-action (5) # Looking for regexp "\(\(?:^\|\r\)[^]#$%>
]*#?[]#$%>] *\(^[\[[0-9;]*[a-zA-Z] *\)*\)\'" from remote shell
14:19:44.930603 tramp-process-one-action (5) # Looking for regexp "\(\(Are you sure you want to continue connecting (yes/no)\?\)\s-*\)\'" from remote shell
14:19:44.931007 tramp-process-one-action (5) # Looking for regexp "\(\(\(?:Store key in cache\? (y/\|Update cached key\? (y/n, Return cancels connectio\)n)\)\s-*\)\'" from remote shell
14:19:44.931394 tramp-process-one-action (5) # Looking for regexp "\(\(TERM = (.*)\|Terminal type\? \[.*\]\)\s-*\)\'" from remote shell
14:19:44.931773 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
14:19:44.932054 tramp-process-one-action (5) # Call `tramp-action-process-alive'
14:19:45.932710 tramp-process-one-action (5) # Looking for regexp "\(.*ogin\( .*\)?: *\)\'" from remote shell
14:19:45.942012 tramp-process-one-action (5) # Looking for regexp "\(^.*\([pP]assword\|[pP]assphrase\).*:\0? *\)\'" from remote shell
14:19:45.943283 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [0-9]+\).*\)\'" from remote shell
14:19:45.945660 tramp-process-one-action (5) # Looking for regexp "\(^[^#$%>
]*[#$%>] *\)\'" from remote shell
14:19:45.946121 tramp-process-one-action (5) # Looking for regexp "\(\(?:^\|\r\)[^]#$%>
]*#?[]#$%>] *\(^[\[[0-9;]*[a-zA-Z] *\)*\)\'" from remote shell
14:19:45.946602 tramp-process-one-action (5) # Looking for regexp "\(\(Are you sure you want to continue connecting (yes/no)\?\)\s-*\)\'" from remote shell
14:19:45.946731 tramp-process-one-action (5) # Looking for regexp "\(\(\(?:Store key in cache\? (y/\|Update cached key\? (y/n, Return cancels connectio\)n)\)\s-*\)\'" from remote shell
14:19:45.946853 tramp-process-one-action (5) # Looking for regexp "\(\(TERM = (.*)\|Terminal type\? \[.*\]\)\s-*\)\'" from remote shell
14:19:45.946976 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
14:19:45.947065 tramp-process-one-action (5) # Call `tramp-action-process-alive'
14:19:46.947609 tramp-process-one-action (5) # Looking for regexp "\(.*ogin\( .*\)?: *\)\'" from remote shell
14:19:46.957200 tramp-process-one-action (5) # Looking for regexp "\(^.*\([pP]assword\|[pP]assphrase\).*:\0? *\)\'" from remote shell
14:19:46.958515 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [0-9]+\).*\)\'" from remote shell
14:19:46.961111 tramp-process-one-action (5) # Looking for regexp "\(^[^#$%>
]*[#$%>] *\)\'" from remote shell
14:19:46.961954 tramp-process-one-action (5) # Looking for regexp "\(\(?:^\|\r\)[^]#$%>
]*#?[]#$%>] *\(^[\[[0-9;]*[a-zA-Z] *\)*\)\'" from remote shell
14:19:46.963343 tramp-process-one-action (5) # Looking for regexp "\(\(Are you sure you want to continue connecting (yes/no)\?\)\s-*\)\'" from remote shell
14:19:46.963720 tramp-process-one-action (5) # Looking for regexp "\(\(\(?:Store key in cache\? (y/\|Update cached key\? (y/n, Return cancels connectio\)n)\)\s-*\)\'" from remote shell
14:19:46.964055 tramp-process-one-action (5) # Looking for regexp "\(\(TERM = (.*)\|Terminal type\? \[.*\]\)\s-*\)\'" from remote shell
14:19:46.964367 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
14:19:46.964622 tramp-process-one-action (5) # Call `tramp-action-process-alive'
14:19:47.965389 tramp-process-one-action (5) # Looking for regexp "\(.*ogin\( .*\)?: *\)\'" from remote shell
14:19:47.974827 tramp-process-one-action (5) # Looking for regexp "\(^.*\([pP]assword\|[pP]assphrase\).*:\0? *\)\'" from remote shell
14:19:47.976270 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [0-9]+\).*\)\'" from remote shell
14:19:47.978892 tramp-process-one-action (5) # Looking for regexp "\(^[^#$%>
]*[#$%>] *\)\'" from remote shell
14:19:47.979794 tramp-process-one-action (5) # Looking for regexp "\(\(?:^\|\r\)[^]#$%>
]*#?[]#$%>] *\(^[\[[0-9;]*[a-zA-Z] *\)*\)\'" from remote shell
14:19:47.981226 tramp-process-one-action (5) # Looking for regexp "\(\(Are you sure you want to continue connecting (yes/no)\?\)\s-*\)\'" from remote shell
14:19:47.981595 tramp-process-one-action (5) # Looking for regexp "\(\(\(?:Store key in cache\? (y/\|Update cached key\? (y/n, Return cancels connectio\)n)\)\s-*\)\'" from remote shell
14:19:47.982075 tramp-process-one-action (5) # Looking for regexp "\(\(TERM = (.*)\|Terminal type\? \[.*\]\)\s-*\)\'" from remote shell
14:19:47.982452 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
14:19:47.982743 tramp-process-one-action (5) # Call `tramp-action-process-alive'
14:19:48.983426 tramp-process-one-action (5) # Looking for regexp "\(.*ogin\( .*\)?: *\)\'" from remote shell
14:19:48.993104 tramp-process-one-action (5) # Looking for regexp "\(^.*\([pP]assword\|[pP]assphrase\).*:\0? *\)\'" from remote shell
14:19:48.994403 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [0-9]+\).*\)\'" from remote shell
14:19:48.996820 tramp-process-one-action (5) # Looking for regexp "\(^[^#$%>
]*[#$%>] *\)\'" from remote shell
14:19:48.997609 tramp-process-one-action (5) # Looking for regexp "\(\(?:^\|\r\)[^]#$%>
]*#?[]#$%>] *\(^[\[[0-9;]*[a-zA-Z] *\)*\)\'" from remote shell
14:19:48.999066 tramp-process-one-action (5) # Looking for regexp "\(\(Are you sure you want to continue connecting (yes/no)\?\)\s-*\)\'" from remote shell
14:19:48.999403 tramp-process-one-action (5) # Looking for regexp "\(\(\(?:Store key in cache\? (y/\|Update cached key\? (y/n, Return cancels connectio\)n)\)\s-*\)\'" from remote shell
14:19:48.999764 tramp-process-one-action (5) # Looking for regexp "\(\(TERM = (.*)\|Terminal type\? \[.*\]\)\s-*\)\'" from remote shell
14:19:49.000084 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
14:19:49.000328 tramp-process-one-action (5) # Call `tramp-action-process-alive'
14:19:50.000916 tramp-process-one-action (5) # Looking for regexp "\(.*ogin\( .*\)?: *\)\'" from remote shell
14:19:50.007406 tramp-process-one-action (5) # Looking for regexp "\(^.*\([pP]assword\|[pP]assphrase\).*:\0? *\)\'" from remote shell
14:19:50.007932 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [0-9]+\).*\)\'" from remote shell
14:19:50.008856 tramp-process-one-action (5) # Looking for regexp "\(^[^#$%>
]*[#$%>] *\)\'" from remote shell
14:19:50.009132 tramp-process-one-action (5) # Looking for regexp "\(\(?:^\|\r\)[^]#$%>
]*#?[]#$%>] *\(^[\[[0-9;]*[a-zA-Z] *\)*\)\'" from remote shell
14:19:50.009623 tramp-process-one-action (5) # Looking for regexp "\(\(Are you sure you want to continue connecting (yes/no)\?\)\s-*\)\'" from remote shell
14:19:50.009802 tramp-process-one-action (5) # Looking for regexp "\(\(\(?:Store key in cache\? (y/\|Update cached key\? (y/n, Return cancels connectio\)n)\)\s-*\)\'" from remote shell
14:19:50.009926 tramp-process-one-action (5) # Looking for regexp "\(\(TERM = (.*)\|Terminal type\? \[.*\]\)\s-*\)\'" from remote shell
14:19:50.010047 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
14:19:50.010135 tramp-process-one-action (5) # Call `tramp-action-process-alive'
14:19:51.010660 tramp-process-one-action (5) # Looking for regexp "\(.*ogin\( .*\)?: *\)\'" from remote shell
14:19:51.019960 tramp-process-one-action (5) # Looking for regexp "\(^.*\([pP]assword\|[pP]assphrase\).*:\0? *\)\'" from remote shell
14:19:51.021232 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [0-9]+\).*\)\'" from remote shell
14:19:51.023697 tramp-process-one-action (5) # Looking for regexp "\(^[^#$%>
]*[#$%>] *\)\'" from remote shell
14:19:51.024488 tramp-process-one-action (5) # Looking for regexp "\(\(?:^\|\r\)[^]#$%>
]*#?[]#$%>] *\(^[\[[0-9;]*[a-zA-Z] *\)*\)\'" from remote shell
14:19:51.025847 tramp-process-one-action (5) # Looking for regexp "\(\(Are you sure you want to continue connecting (yes/no)\?\)\s-*\)\'" from remote shell
14:19:51.025996 tramp-process-one-action (5) # Looking for regexp "\(\(\(?:Store key in cache\? (y/\|Update cached key\? (y/n, Return cancels connectio\)n)\)\s-*\)\'" from remote shell
14:19:51.026140 tramp-process-one-action (5) # Looking for regexp "\(\(TERM = (.*)\|Terminal type\? \[.*\]\)\s-*\)\'" from remote shell
14:19:51.026283 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
14:19:51.026396 tramp-process-one-action (5) # Call `tramp-action-process-alive'
14:19:52.026934 tramp-process-one-action (5) # Looking for regexp "\(.*ogin\( .*\)?: *\)\'" from remote shell
14:19:52.034881 tramp-process-one-action (5) # Looking for regexp "\(^.*\([pP]assword\|[pP]assphrase\).*:\0? *\)\'" from remote shell
14:19:52.035356 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [0-9]+\).*\)\'" from remote shell
14:19:52.036266 tramp-process-one-action (5) # Looking for regexp "\(^[^#$%>
]*[#$%>] *\)\'" from remote shell
14:19:52.036573 tramp-process-one-action (5) # Looking for regexp "\(\(?:^\|\r\)[^]#$%>
]*#?[]#$%>] *\(^[\[[0-9;]*[a-zA-Z] *\)*\)\'" from remote shell
14:19:52.037135 tramp-process-one-action (5) # Looking for regexp "\(\(Are you sure you want to continue connecting (yes/no)\?\)\s-*\)\'" from remote shell
14:19:52.037317 tramp-process-one-action (5) # Looking for regexp "\(\(\(?:Store key in cache\? (y/\|Update cached key\? (y/n, Return cancels connectio\)n)\)\s-*\)\'" from remote shell
14:19:52.037496 tramp-process-one-action (5) # Looking for regexp "\(\(TERM = (.*)\|Terminal type\? \[.*\]\)\s-*\)\'" from remote shell
14:19:52.037636 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
14:19:52.037734 tramp-process-one-action (5) # Call `tramp-action-process-alive'
14:19:53.038318 tramp-process-one-action (5) # Looking for regexp "\(.*ogin\( .*\)?: *\)\'" from remote shell
14:19:53.047947 tramp-process-one-action (5) # Looking for regexp "\(^.*\([pP]assword\|[pP]assphrase\).*:\0? *\)\'" from remote shell
14:19:53.049205 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [0-9]+\).*\)\'" from remote shell
14:19:53.051555 tramp-process-one-action (5) # Looking for regexp "\(^[^#$%>
]*[#$%>] *\)\'" from remote shell
14:19:53.052340 tramp-process-one-action (5) # Looking for regexp "\(\(?:^\|\r\)[^]#$%>
]*#?[]#$%>] *\(^[\[[0-9;]*[a-zA-Z] *\)*\)\'" from remote shell
14:19:53.053989 tramp-process-one-action (5) # Looking for regexp "\(\(Are you sure you want to continue connecting (yes/no)\?\)\s-*\)\'" from remote shell
14:19:53.054522 tramp-process-one-action (5) # Looking for regexp "\(\(\(?:Store key in cache\? (y/\|Update cached key\? (y/n, Return cancels connectio\)n)\)\s-*\)\'" from remote shell
14:19:53.054886 tramp-process-one-action (5) # Looking for regexp "\(\(TERM = (.*)\|Terminal type\? \[.*\]\)\s-*\)\'" from remote shell
14:19:53.055207 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
14:19:53.055440 tramp-process-one-action (5) # Call `tramp-action-process-alive'
14:19:54.056022 tramp-process-one-action (5) # Looking for regexp "\(.*ogin\( .*\)?: *\)\'" from remote shell
14:19:54.061643 tramp-process-one-action (5) # Looking for regexp "\(^.*\([pP]assword\|[pP]assphrase\).*:\0? *\)\'" from remote shell
14:19:54.063049 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [0-9]+\).*\)\'" from remote shell
14:19:54.064016 tramp-process-one-action (5) # Looking for regexp "\(^[^#$%>
]*[#$%>] *\)\'" from remote shell
14:19:54.064339 tramp-process-one-action (5) # Looking for regexp "\(\(?:^\|\r\)[^]#$%>
]*#?[]#$%>] *\(^[\[[0-9;]*[a-zA-Z] *\)*\)\'" from remote shell
14:19:54.064891 tramp-process-one-action (5) # Looking for regexp "\(\(Are you sure you want to continue connecting (yes/no)\?\)\s-*\)\'" from remote shell
14:19:54.065048 tramp-process-one-action (5) # Looking for regexp "\(\(\(?:Store key in cache\? (y/\|Update cached key\? (y/n, Return cancels connectio\)n)\)\s-*\)\'" from remote shell
14:19:54.065204 tramp-process-one-action (5) # Looking for regexp "\(\(TERM = (.*)\|Terminal type\? \[.*\]\)\s-*\)\'" from remote shell
14:19:54.065360 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
14:19:54.065480 tramp-process-one-action (5) # Call `tramp-action-process-alive'
14:19:55.130688 tramp-process-one-action (5) # Looking for regexp "\(.*ogin\( .*\)?: *\)\'" from remote shell
14:19:55.134160 tramp-process-one-action (5) # Looking for regexp "\(^.*\([pP]assword\|[pP]assphrase\).*:\0? *\)\'" from remote shell
14:19:55.134634 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [0-9]+\).*\)\'" from remote shell
14:19:55.135472 tramp-process-one-action (5) # Looking for regexp "\(^[^#$%>
]*[#$%>] *\)\'" from remote shell
14:19:55.135792 tramp-process-one-action (5) # Looking for regexp "\(\(?:^\|\r\)[^]#$%>
]*#?[]#$%>] *\(^[\[[0-9;]*[a-zA-Z] *\)*\)\'" from remote shell
14:19:55.136301 tramp-process-one-action (5) # Looking for regexp "\(\(Are you sure you want to continue connecting (yes/no)\?\)\s-*\)\'" from remote shell
14:19:55.136450 tramp-process-one-action (5) # Looking for regexp "\(\(\(?:Store key in cache\? (y/\|Update cached key\? (y/n, Return cancels connectio\)n)\)\s-*\)\'" from remote shell
14:19:55.136599 tramp-process-one-action (5) # Looking for regexp "\(\(TERM = (.*)\|Terminal type\? \[.*\]\)\s-*\)\'" from remote shell
14:19:55.136773 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
14:19:55.136887 tramp-process-one-action (5) # Call `tramp-action-process-alive'
14:19:56.137424 tramp-process-one-action (5) # Looking for regexp "\(.*ogin\( .*\)?: *\)\'" from remote shell
14:19:56.147940 tramp-process-one-action (5) # Looking for regexp "\(^.*\([pP]assword\|[pP]assphrase\).*:\0? *\)\'" from remote shell
14:19:56.149273 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [0-9]+\).*\)\'" from remote shell
14:19:56.151746 tramp-process-one-action (5) # Looking for regexp "\(^[^#$%>
]*[#$%>] *\)\'" from remote shell
14:19:56.152538 tramp-process-one-action (5) # Looking for regexp "\(\(?:^\|\r\)[^]#$%>
]*#?[]#$%>] *\(^[\[[0-9;]*[a-zA-Z] *\)*\)\'" from remote shell
14:19:56.153939 tramp-process-one-action (5) # Looking for regexp "\(\(Are you sure you want to continue connecting (yes/no)\?\)\s-*\)\'" from remote shell
14:19:56.154307 tramp-process-one-action (5) # Looking for regexp "\(\(\(?:Store key in cache\? (y/\|Update cached key\? (y/n, Return cancels connectio\)n)\)\s-*\)\'" from remote shell
14:19:56.154738 tramp-process-one-action (5) # Looking for regexp "\(\(TERM = (.*)\|Terminal type\? \[.*\]\)\s-*\)\'" from remote shell
14:19:56.155104 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
14:19:56.155385 tramp-process-one-action (5) # Call `tramp-action-process-alive'
14:19:57.156082 tramp-process-one-action (5) # Looking for regexp "\(.*ogin\( .*\)?: *\)\'" from remote shell
14:19:57.165586 tramp-process-one-action (5) # Looking for regexp "\(^.*\([pP]assword\|[pP]assphrase\).*:\0? *\)\'" from remote shell
14:19:57.166962 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [0-9]+\).*\)\'" from remote shell
14:19:57.169379 tramp-process-one-action (5) # Looking for regexp "\(^[^#$%>
]*[#$%>] *\)\'" from remote shell
14:19:57.170234 tramp-process-one-action (5) # Looking for regexp "\(\(?:^\|\r\)[^]#$%>
]*#?[]#$%>] *\(^[\[[0-9;]*[a-zA-Z] *\)*\)\'" from remote shell
14:19:57.171543 tramp-process-one-action (5) # Looking for regexp "\(\(Are you sure you want to continue connecting (yes/no)\?\)\s-*\)\'" from remote shell
14:19:57.171923 tramp-process-one-action (5) # Looking for regexp "\(\(\(?:Store key in cache\? (y/\|Update cached key\? (y/n, Return cancels connectio\)n)\)\s-*\)\'" from remote shell
14:19:57.172290 tramp-process-one-action (5) # Looking for regexp "\(\(TERM = (.*)\|Terminal type\? \[.*\]\)\s-*\)\'" from remote shell
14:19:57.172654 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
14:19:57.172995 tramp-process-one-action (5) # Call `tramp-action-process-alive'
14:19:58.173826 tramp-process-one-action (5) # Looking for regexp "\(.*ogin\( .*\)?: *\)\'" from remote shell
14:19:58.183438 tramp-process-one-action (5) # Looking for regexp "\(^.*\([pP]assword\|[pP]assphrase\).*:\0? *\)\'" from remote shell
14:19:58.184780 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [0-9]+\).*\)\'" from remote shell
14:19:58.187108 tramp-process-one-action (5) # Looking for regexp "\(^[^#$%>
]*[#$%>] *\)\'" from remote shell
14:19:58.187935 tramp-process-one-action (5) # Looking for regexp "\(\(?:^\|\r\)[^]#$%>
]*#?[]#$%>] *\(^[\[[0-9;]*[a-zA-Z] *\)*\)\'" from remote shell
14:19:58.189332 tramp-process-one-action (5) # Looking for regexp "\(\(Are you sure you want to continue connecting (yes/no)\?\)\s-*\)\'" from remote shell
14:19:58.189739 tramp-process-one-action (5) # Looking for regexp "\(\(\(?:Store key in cache\? (y/\|Update cached key\? (y/n, Return cancels connectio\)n)\)\s-*\)\'" from remote shell
14:19:58.190111 tramp-process-one-action (5) # Looking for regexp "\(\(TERM = (.*)\|Terminal type\? \[.*\]\)\s-*\)\'" from remote shell
14:19:58.190472 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
14:19:58.190790 tramp-process-one-action (5) # Call `tramp-action-process-alive'
14:19:59.191439 tramp-process-one-action (5) # Looking for regexp "\(.*ogin\( .*\)?: *\)\'" from remote shell
14:19:59.200898 tramp-process-one-action (5) # Looking for regexp "\(^.*\([pP]assword\|[pP]assphrase\).*:\0? *\)\'" from remote shell
14:19:59.202196 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [0-9]+\).*\)\'" from remote shell
14:19:59.204572 tramp-process-one-action (5) # Looking for regexp "\(^[^#$%>
]*[#$%>] *\)\'" from remote shell
14:19:59.205372 tramp-process-one-action (5) # Looking for regexp "\(\(?:^\|\r\)[^]#$%>
]*#?[]#$%>] *\(^[\[[0-9;]*[a-zA-Z] *\)*\)\'" from remote shell
14:19:59.206157 tramp-process-one-action (5) # Looking for regexp "\(\(Are you sure you want to continue connecting (yes/no)\?\)\s-*\)\'" from remote shell
14:19:59.206314 tramp-process-one-action (5) # Looking for regexp "\(\(\(?:Store key in cache\? (y/\|Update cached key\? (y/n, Return cancels connectio\)n)\)\s-*\)\'" from remote shell
14:19:59.206468 tramp-process-one-action (5) # Looking for regexp "\(\(TERM = (.*)\|Terminal type\? \[.*\]\)\s-*\)\'" from remote shell
14:19:59.206620 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
14:19:59.206745 tramp-process-one-action (5) # Call `tramp-action-process-alive'
14:20:00.207304 tramp-process-one-action (5) # Looking for regexp "\(.*ogin\( .*\)?: *\)\'" from remote shell
14:20:00.218177 tramp-process-one-action (5) # Looking for regexp "\(^.*\([pP]assword\|[pP]assphrase\).*:\0? *\)\'" from remote shell
14:20:00.219469 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [0-9]+\).*\)\'" from remote shell
14:20:00.221959 tramp-process-one-action (5) # Looking for regexp "\(^[^#$%>
]*[#$%>] *\)\'" from remote shell
14:20:00.222858 tramp-process-one-action (5) # Looking for regexp "\(\(?:^\|\r\)[^]#$%>
]*#?[]#$%>] *\(^[\[[0-9;]*[a-zA-Z] *\)*\)\'" from remote shell
14:20:00.224307 tramp-process-one-action (5) # Looking for regexp "\(\(Are you sure you want to continue connecting (yes/no)\?\)\s-*\)\'" from remote shell
14:20:00.224759 tramp-process-one-action (5) # Looking for regexp "\(\(\(?:Store key in cache\? (y/\|Update cached key\? (y/n, Return cancels connectio\)n)\)\s-*\)\'" from remote shell
14:20:00.225157 tramp-process-one-action (5) # Looking for regexp "\(\(TERM = (.*)\|Terminal type\? \[.*\]\)\s-*\)\'" from remote shell
14:20:00.225533 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
14:20:00.225904 tramp-process-one-action (5) # Call `tramp-action-process-alive'
14:20:01.226587 tramp-process-one-action (5) # Looking for regexp "\(.*ogin\( .*\)?: *\)\'" from remote shell
14:20:01.236450 tramp-process-one-action (5) # Looking for regexp "\(^.*\([pP]assword\|[pP]assphrase\).*:\0? *\)\'" from remote shell
14:20:01.237849 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [0-9]+\).*\)\'" from remote shell
14:20:01.240378 tramp-process-one-action (5) # Looking for regexp "\(^[^#$%>
]*[#$%>] *\)\'" from remote shell
14:20:01.241285 tramp-process-one-action (5) # Looking for regexp "\(\(?:^\|\r\)[^]#$%>
]*#?[]#$%>] *\(^[\[[0-9;]*[a-zA-Z] *\)*\)\'" from remote shell
14:20:01.242770 tramp-process-one-action (5) # Looking for regexp "\(\(Are you sure you want to continue connecting (yes/no)\?\)\s-*\)\'" from remote shell
14:20:01.243142 tramp-process-one-action (5) # Looking for regexp "\(\(\(?:Store key in cache\? (y/\|Update cached key\? (y/n, Return cancels connectio\)n)\)\s-*\)\'" from remote shell
14:20:01.243512 tramp-process-one-action (5) # Looking for regexp "\(\(TERM = (.*)\|Terminal type\? \[.*\]\)\s-*\)\'" from remote shell
14:20:01.243950 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
14:20:01.244233 tramp-process-one-action (5) # Call `tramp-action-process-alive'
14:20:02.244935 tramp-process-one-action (5) # Looking for regexp "\(.*ogin\( .*\)?: *\)\'" from remote shell
14:20:02.254111 tramp-process-one-action (5) # Looking for regexp "\(^.*\([pP]assword\|[pP]assphrase\).*:\0? *\)\'" from remote shell
14:20:02.255405 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [0-9]+\).*\)\'" from remote shell
14:20:02.258028 tramp-process-one-action (5) # Looking for regexp "\(^[^#$%>
]*[#$%>] *\)\'" from remote shell
14:20:02.258940 tramp-process-one-action (5) # Looking for regexp "\(\(?:^\|\r\)[^]#$%>
]*#?[]#$%>] *\(^[\[[0-9;]*[a-zA-Z] *\)*\)\'" from remote shell
14:20:02.260292 tramp-process-one-action (5) # Looking for regexp "\(\(Are you sure you want to continue connecting (yes/no)\?\)\s-*\)\'" from remote shell
14:20:02.260678 tramp-process-one-action (5) # Looking for regexp "\(\(\(?:Store key in cache\? (y/\|Update cached key\? (y/n, Return cancels connectio\)n)\)\s-*\)\'" from remote shell
14:20:02.261063 tramp-process-one-action (5) # Looking for regexp "\(\(TERM = (.*)\|Terminal type\? \[.*\]\)\s-*\)\'" from remote shell
14:20:02.261424 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
14:20:02.261736 tramp-process-one-action (5) # Call `tramp-action-process-alive'
14:20:03.262464 tramp-process-one-action (5) # Looking for regexp "\(.*ogin\( .*\)?: *\)\'" from remote shell
14:20:03.272114 tramp-process-one-action (5) # Looking for regexp "\(^.*\([pP]assword\|[pP]assphrase\).*:\0? *\)\'" from remote shell
14:20:03.273474 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [0-9]+\).*\)\'" from remote shell
14:20:03.276082 tramp-process-one-action (5) # Looking for regexp "\(^[^#$%>
]*[#$%>] *\)\'" from remote shell
14:20:03.276985 tramp-process-one-action (5) # Looking for regexp "\(\(?:^\|\r\)[^]#$%>
]*#?[]#$%>] *\(^[\[[0-9;]*[a-zA-Z] *\)*\)\'" from remote shell
14:20:03.278412 tramp-process-one-action (5) # Looking for regexp "\(\(Are you sure you want to continue connecting (yes/no)\?\)\s-*\)\'" from remote shell
14:20:03.278848 tramp-process-one-action (5) # Looking for regexp "\(\(\(?:Store key in cache\? (y/\|Update cached key\? (y/n, Return cancels connectio\)n)\)\s-*\)\'" from remote shell
14:20:03.279217 tramp-process-one-action (5) # Looking for regexp "\(\(TERM = (.*)\|Terminal type\? \[.*\]\)\s-*\)\'" from remote shell
14:20:03.279580 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
14:20:03.279919 tramp-process-one-action (5) # Call `tramp-action-process-alive'
14:20:04.280596 tramp-process-one-action (5) # Looking for regexp "\(.*ogin\( .*\)?: *\)\'" from remote shell
14:20:04.290576 tramp-process-one-action (5) # Looking for regexp "\(^.*\([pP]assword\|[pP]assphrase\).*:\0? *\)\'" from remote shell
14:20:04.292043 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [0-9]+\).*\)\'" from remote shell
14:20:04.294500 tramp-process-one-action (5) # Looking for regexp "\(^[^#$%>
]*[#$%>] *\)\'" from remote shell
14:20:04.295371 tramp-process-one-action (5) # Looking for regexp "\(\(?:^\|\r\)[^]#$%>
]*#?[]#$%>] *\(^[\[[0-9;]*[a-zA-Z] *\)*\)\'" from remote shell
14:20:04.296798 tramp-process-one-action (5) # Looking for regexp "\(\(Are you sure you want to continue connecting (yes/no)\?\)\s-*\)\'" from remote shell
14:20:04.297171 tramp-process-one-action (5) # Looking for regexp "\(\(\(?:Store key in cache\? (y/\|Update cached key\? (y/n, Return cancels connectio\)n)\)\s-*\)\'" from remote shell
14:20:04.297540 tramp-process-one-action (5) # Looking for regexp "\(\(TERM = (.*)\|Terminal type\? \[.*\]\)\s-*\)\'" from remote shell
14:20:04.297938 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
14:20:04.298221 tramp-process-one-action (5) # Call `tramp-action-process-alive'
14:20:05.298894 tramp-process-one-action (5) # Looking for regexp "\(.*ogin\( .*\)?: *\)\'" from remote shell
14:20:05.308458 tramp-process-one-action (5) # Looking for regexp "\(^.*\([pP]assword\|[pP]assphrase\).*:\0? *\)\'" from remote shell
14:20:05.309777 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [0-9]+\).*\)\'" from remote shell
14:20:05.312255 tramp-process-one-action (5) # Looking for regexp "\(^[^#$%>
]*[#$%>] *\)\'" from remote shell
14:20:05.313078 tramp-process-one-action (5) # Looking for regexp "\(\(?:^\|\r\)[^]#$%>
]*#?[]#$%>] *\(^[\[[0-9;]*[a-zA-Z] *\)*\)\'" from remote shell
14:20:05.314502 tramp-process-one-action (5) # Looking for regexp "\(\(Are you sure you want to continue connecting (yes/no)\?\)\s-*\)\'" from remote shell
14:20:05.314941 tramp-process-one-action (5) # Looking for regexp "\(\(\(?:Store key in cache\? (y/\|Update cached key\? (y/n, Return cancels connectio\)n)\)\s-*\)\'" from remote shell
14:20:05.315309 tramp-process-one-action (5) # Looking for regexp "\(\(TERM = (.*)\|Terminal type\? \[.*\]\)\s-*\)\'" from remote shell
14:20:05.315749 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
14:20:05.315928 tramp-process-one-action (5) # Call `tramp-action-process-alive'
14:20:06.316441 tramp-process-one-action (5) # Looking for regexp "\(.*ogin\( .*\)?: *\)\'" from remote shell
14:20:06.325936 tramp-process-one-action (5) # Looking for regexp "\(^.*\([pP]assword\|[pP]assphrase\).*:\0? *\)\'" from remote shell
14:20:06.327334 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [0-9]+\).*\)\'" from remote shell
14:20:06.329820 tramp-process-one-action (5) # Looking for regexp "\(^[^#$%>
]*[#$%>] *\)\'" from remote shell
14:20:06.330579 tramp-process-one-action (5) # Looking for regexp "\(\(?:^\|\r\)[^]#$%>
]*#?[]#$%>] *\(^[\[[0-9;]*[a-zA-Z] *\)*\)\'" from remote shell
14:20:06.331963 tramp-process-one-action (5) # Looking for regexp "\(\(Are you sure you want to continue connecting (yes/no)\?\)\s-*\)\'" from remote shell
14:20:06.332287 tramp-process-one-action (5) # Looking for regexp "\(\(\(?:Store key in cache\? (y/\|Update cached key\? (y/n, Return cancels connectio\)n)\)\s-*\)\'" from remote shell
14:20:06.332603 tramp-process-one-action (5) # Looking for regexp "\(\(TERM = (.*)\|Terminal type\? \[.*\]\)\s-*\)\'" from remote shell
14:20:06.332924 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
14:20:06.333154 tramp-process-one-action (5) # Call `tramp-action-process-alive'
14:20:07.333875 tramp-process-one-action (5) # Looking for regexp "\(.*ogin\( .*\)?: *\)\'" from remote shell
14:20:07.343159 tramp-process-one-action (5) # Looking for regexp "\(^.*\([pP]assword\|[pP]assphrase\).*:\0? *\)\'" from remote shell
14:20:07.344388 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [0-9]+\).*\)\'" from remote shell
14:20:07.346797 tramp-process-one-action (5) # Looking for regexp "\(^[^#$%>
]*[#$%>] *\)\'" from remote shell
14:20:07.347558 tramp-process-one-action (5) # Looking for regexp "\(\(?:^\|\r\)[^]#$%>
]*#?[]#$%>] *\(^[\[[0-9;]*[a-zA-Z] *\)*\)\'" from remote shell
14:20:07.348904 tramp-process-one-action (5) # Looking for regexp "\(\(Are you sure you want to continue connecting (yes/no)\?\)\s-*\)\'" from remote shell
14:20:07.349218 tramp-process-one-action (5) # Looking for regexp "\(\(\(?:Store key in cache\? (y/\|Update cached key\? (y/n, Return cancels connectio\)n)\)\s-*\)\'" from remote shell
14:20:07.349533 tramp-process-one-action (5) # Looking for regexp "\(\(TERM = (.*)\|Terminal type\? \[.*\]\)\s-*\)\'" from remote shell
14:20:07.349866 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
14:20:07.350094 tramp-process-one-action (5) # Call `tramp-action-process-alive'
14:20:08.350761 tramp-process-one-action (5) # Looking for regexp "\(.*ogin\( .*\)?: *\)\'" from remote shell
14:20:08.360509 tramp-process-one-action (5) # Looking for regexp "\(^.*\([pP]assword\|[pP]assphrase\).*:\0? *\)\'" from remote shell
14:20:08.361881 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [0-9]+\).*\)\'" from remote shell
14:20:08.364244 tramp-process-one-action (5) # Looking for regexp "\(^[^#$%>
]*[#$%>] *\)\'" from remote shell
14:20:08.365045 tramp-process-one-action (5) # Looking for regexp "\(\(?:^\|\r\)[^]#$%>
]*#?[]#$%>] *\(^[\[[0-9;]*[a-zA-Z] *\)*\)\'" from remote shell
14:20:08.366338 tramp-process-one-action (5) # Looking for regexp "\(\(Are you sure you want to continue connecting (yes/no)\?\)\s-*\)\'" from remote shell
14:20:08.366686 tramp-process-one-action (5) # Looking for regexp "\(\(\(?:Store key in cache\? (y/\|Update cached key\? (y/n, Return cancels connectio\)n)\)\s-*\)\'" from remote shell
14:20:08.367023 tramp-process-one-action (5) # Looking for regexp "\(\(TERM = (.*)\|Terminal type\? \[.*\]\)\s-*\)\'" from remote shell
14:20:08.367332 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
14:20:08.367558 tramp-process-one-action (5) # Call `tramp-action-process-alive'
14:20:09.368156 tramp-process-one-action (5) # Looking for regexp "\(.*ogin\( .*\)?: *\)\'" from remote shell
14:20:09.371789 tramp-process-one-action (5) # Looking for regexp "\(^.*\([pP]assword\|[pP]assphrase\).*:\0? *\)\'" from remote shell
14:20:09.372266 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [0-9]+\).*\)\'" from remote shell
14:20:09.373401 tramp-process-one-action (5) # Looking for regexp "\(^[^#$%>
]*[#$%>] *\)\'" from remote shell
14:20:09.373934 tramp-process-one-action (5) # Looking for regexp "\(\(?:^\|\r\)[^]#$%>
]*#?[]#$%>] *\(^[\[[0-9;]*[a-zA-Z] *\)*\)\'" from remote shell
14:20:09.374723 tramp-process-one-action (5) # Looking for regexp "\(\(Are you sure you want to continue connecting (yes/no)\?\)\s-*\)\'" from remote shell
14:20:09.374960 tramp-process-one-action (5) # Looking for regexp "\(\(\(?:Store key in cache\? (y/\|Update cached key\? (y/n, Return cancels connectio\)n)\)\s-*\)\'" from remote shell
14:20:09.375196 tramp-process-one-action (5) # Looking for regexp "\(\(TERM = (.*)\|Terminal type\? \[.*\]\)\s-*\)\'" from remote shell
14:20:09.375427 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
14:20:09.375605 tramp-process-one-action (5) # Call `tramp-action-process-alive'
14:20:10.376228 tramp-process-one-action (5) # Looking for regexp "\(.*ogin\( .*\)?: *\)\'" from remote shell
14:20:10.385873 tramp-process-one-action (5) # Looking for regexp "\(^.*\([pP]assword\|[pP]assphrase\).*:\0? *\)\'" from remote shell
14:20:10.387171 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [0-9]+\).*\)\'" from remote shell
14:20:10.389530 tramp-process-one-action (5) # Looking for regexp "\(^[^#$%>
]*[#$%>] *\)\'" from remote shell
14:20:10.390364 tramp-process-one-action (5) # Looking for regexp "\(\(?:^\|\r\)[^]#$%>
]*#?[]#$%>] *\(^[\[[0-9;]*[a-zA-Z] *\)*\)\'" from remote shell
14:20:10.391740 tramp-process-one-action (5) # Looking for regexp "\(\(Are you sure you want to continue connecting (yes/no)\?\)\s-*\)\'" from remote shell
14:20:10.392065 tramp-process-one-action (5) # Looking for regexp "\(\(\(?:Store key in cache\? (y/\|Update cached key\? (y/n, Return cancels connectio\)n)\)\s-*\)\'" from remote shell
14:20:10.392386 tramp-process-one-action (5) # Looking for regexp "\(\(TERM = (.*)\|Terminal type\? \[.*\]\)\s-*\)\'" from remote shell
14:20:10.392730 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
14:20:10.392968 tramp-process-one-action (5) # Call `tramp-action-process-alive'
14:20:11.393559 tramp-process-one-action (5) # Looking for regexp "\(.*ogin\( .*\)?: *\)\'" from remote shell
14:20:11.403221 tramp-process-one-action (5) # Looking for regexp "\(^.*\([pP]assword\|[pP]assphrase\).*:\0? *\)\'" from remote shell
14:20:11.404519 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [0-9]+\).*\)\'" from remote shell
14:20:11.407086 tramp-process-one-action (5) # Looking for regexp "\(^[^#$%>
]*[#$%>] *\)\'" from remote shell
14:20:11.407925 tramp-process-one-action (5) # Looking for regexp "\(\(?:^\|\r\)[^]#$%>
]*#?[]#$%>] *\(^[\[[0-9;]*[a-zA-Z] *\)*\)\'" from remote shell
14:20:11.409299 tramp-process-one-action (5) # Looking for regexp "\(\(Are you sure you want to continue connecting (yes/no)\?\)\s-*\)\'" from remote shell
14:20:11.409618 tramp-process-one-action (5) # Looking for regexp "\(\(\(?:Store key in cache\? (y/\|Update cached key\? (y/n, Return cancels connectio\)n)\)\s-*\)\'" from remote shell
14:20:11.410005 tramp-process-one-action (5) # Looking for regexp "\(\(TERM = (.*)\|Terminal type\? \[.*\]\)\s-*\)\'" from remote shell
14:20:11.410322 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
14:20:11.410551 tramp-process-one-action (5) # Call `tramp-action-process-alive'
14:20:12.276447 tramp-process-actions (3) # Waiting for prompts from remote shell
14:20:13.276952 tramp-process-one-action (5) # Looking for regexp "\(.*ogin\( .*\)?: *\)\'" from remote shell
14:20:13.286437 tramp-process-one-action (5) # Looking for regexp "\(^.*\([pP]assword\|[pP]assphrase\).*:\0? *\)\'" from remote shell
14:20:13.287680 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [0-9]+\).*\)\'" from remote shell
14:20:13.290033 tramp-process-one-action (5) # Looking for regexp "\(^[^#$%>
]*[#$%>] *\)\'" from remote shell
14:20:13.290855 tramp-process-one-action (5) # Looking for regexp "\(\(?:^\|\r\)[^]#$%>
]*#?[]#$%>] *\(^[\[[0-9;]*[a-zA-Z] *\)*\)\'" from remote shell
14:20:13.292239 tramp-process-one-action (5) # Looking for regexp "\(\(Are you sure you want to continue connecting (yes/no)\?\)\s-*\)\'" from remote shell
14:20:13.292595 tramp-process-one-action (5) # Looking for regexp "\(\(\(?:Store key in cache\? (y/\|Update cached key\? (y/n, Return cancels connectio\)n)\)\s-*\)\'" from remote shell
14:20:13.292979 tramp-process-one-action (5) # Looking for regexp "\(\(TERM = (.*)\|Terminal type\? \[.*\]\)\s-*\)\'" from remote shell
14:20:13.293300 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
14:20:13.293531 tramp-process-one-action (5) # Call `tramp-action-process-alive'
14:20:14.294145 tramp-process-one-action (5) # Looking for regexp "\(.*ogin\( .*\)?: *\)\'" from remote shell
14:20:14.303243 tramp-process-one-action (5) # Looking for regexp "\(^.*\([pP]assword\|[pP]assphrase\).*:\0? *\)\'" from remote shell
14:20:14.304462 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [0-9]+\).*\)\'" from remote shell
14:20:14.306169 tramp-process-one-action (5) # Looking for regexp "\(^[^#$%>
]*[#$%>] *\)\'" from remote shell
14:20:14.306444 tramp-process-one-action (5) # Looking for regexp "\(\(?:^\|\r\)[^]#$%>
]*#?[]#$%>] *\(^[\[[0-9;]*[a-zA-Z] *\)*\)\'" from remote shell
14:20:14.306946 tramp-process-one-action (5) # Looking for regexp "\(\(Are you sure you want to continue connecting (yes/no)\?\)\s-*\)\'" from remote shell
14:20:14.307080 tramp-process-one-action (5) # Looking for regexp "\(\(\(?:Store key in cache\? (y/\|Update cached key\? (y/n, Return cancels connectio\)n)\)\s-*\)\'" from remote shell
14:20:14.307211 tramp-process-one-action (5) # Looking for regexp "\(\(TERM = (.*)\|Terminal type\? \[.*\]\)\s-*\)\'" from remote shell
14:20:14.307344 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
14:20:14.307438 tramp-process-one-action (5) # Call `tramp-action-process-alive'
14:20:15.307951 tramp-process-one-action (5) # Looking for regexp "\(.*ogin\( .*\)?: *\)\'" from remote shell
14:20:15.317185 tramp-process-one-action (5) # Looking for regexp "\(^.*\([pP]assword\|[pP]assphrase\).*:\0? *\)\'" from remote shell
14:20:15.318322 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [0-9]+\).*\)\'" from remote shell
14:20:15.320681 tramp-process-one-action (5) # Looking for regexp "\(^[^#$%>
]*[#$%>] *\)\'" from remote shell
14:20:15.321430 tramp-process-one-action (5) # Looking for regexp "\(\(?:^\|\r\)[^]#$%>
]*#?[]#$%>] *\(^[\[[0-9;]*[a-zA-Z] *\)*\)\'" from remote shell
14:20:15.322652 tramp-process-one-action (5) # Looking for regexp "\(\(Are you sure you want to continue connecting (yes/no)\?\)\s-*\)\'" from remote shell
14:20:15.323050 tramp-process-one-action (5) # Looking for regexp "\(\(\(?:Store key in cache\? (y/\|Update cached key\? (y/n, Return cancels connectio\)n)\)\s-*\)\'" from remote shell
14:20:15.323370 tramp-process-one-action (5) # Looking for regexp "\(\(TERM = (.*)\|Terminal type\? \[.*\]\)\s-*\)\'" from remote shell
14:20:15.323692 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
14:20:15.323924 tramp-process-one-action (5) # Call `tramp-action-process-alive'
14:20:16.324525 tramp-process-one-action (5) # Looking for regexp "\(.*ogin\( .*\)?: *\)\'" from remote shell
14:20:16.331403 tramp-process-one-action (5) # Looking for regexp "\(^.*\([pP]assword\|[pP]assphrase\).*:\0? *\)\'" from remote shell
14:20:16.331885 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [0-9]+\).*\)\'" from remote shell
14:20:16.332927 tramp-process-one-action (5) # Looking for regexp "\(^[^#$%>
]*[#$%>] *\)\'" from remote shell
14:20:16.333717 tramp-process-one-action (5) # Looking for regexp "\(\(?:^\|\r\)[^]#$%>
]*#?[]#$%>] *\(^[\[[0-9;]*[a-zA-Z] *\)*\)\'" from remote shell
14:20:16.335052 tramp-process-one-action (5) # Looking for regexp "\(\(Are you sure you want to continue connecting (yes/no)\?\)\s-*\)\'" from remote shell
14:20:16.335369 tramp-process-one-action (5) # Looking for regexp "\(\(\(?:Store key in cache\? (y/\|Update cached key\? (y/n, Return cancels connectio\)n)\)\s-*\)\'" from remote shell
14:20:16.335723 tramp-process-one-action (5) # Looking for regexp "\(\(TERM = (.*)\|Terminal type\? \[.*\]\)\s-*\)\'" from remote shell
14:20:16.336039 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
14:20:16.336269 tramp-process-one-action (5) # Call `tramp-action-process-alive'
14:20:17.336946 tramp-process-one-action (5) # Looking for regexp "\(.*ogin\( .*\)?: *\)\'" from remote shell
14:20:17.346479 tramp-process-one-action (5) # Looking for regexp "\(^.*\([pP]assword\|[pP]assphrase\).*:\0? *\)\'" from remote shell
14:20:17.347845 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [0-9]+\).*\)\'" from remote shell
14:20:17.350294 tramp-process-one-action (5) # Looking for regexp "\(^[^#$%>
]*[#$%>] *\)\'" from remote shell
14:20:17.351115 tramp-process-one-action (5) # Looking for regexp "\(\(?:^\|\r\)[^]#$%>
]*#?[]#$%>] *\(^[\[[0-9;]*[a-zA-Z] *\)*\)\'" from remote shell
14:20:17.352500 tramp-process-one-action (5) # Looking for regexp "\(\(Are you sure you want to continue connecting (yes/no)\?\)\s-*\)\'" from remote shell
14:20:17.352905 tramp-process-one-action (5) # Looking for regexp "\(\(\(?:Store key in cache\? (y/\|Update cached key\? (y/n, Return cancels connectio\)n)\)\s-*\)\'" from remote shell
14:20:17.353231 tramp-process-one-action (5) # Looking for regexp "\(\(TERM = (.*)\|Terminal type\? \[.*\]\)\s-*\)\'" from remote shell
14:20:17.353541 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
14:20:17.353851 tramp-process-one-action (5) # Call `tramp-action-process-alive'
14:20:18.354545 tramp-process-one-action (5) # Looking for regexp "\(.*ogin\( .*\)?: *\)\'" from remote shell
14:20:18.364218 tramp-process-one-action (5) # Looking for regexp "\(^.*\([pP]assword\|[pP]assphrase\).*:\0? *\)\'" from remote shell
14:20:18.365472 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [0-9]+\).*\)\'" from remote shell
14:20:18.367923 tramp-process-one-action (5) # Looking for regexp "\(^[^#$%>
]*[#$%>] *\)\'" from remote shell
14:20:18.368704 tramp-process-one-action (5) # Looking for regexp "\(\(?:^\|\r\)[^]#$%>
]*#?[]#$%>] *\(^[\[[0-9;]*[a-zA-Z] *\)*\)\'" from remote shell
14:20:18.370059 tramp-process-one-action (5) # Looking for regexp "\(\(Are you sure you want to continue connecting (yes/no)\?\)\s-*\)\'" from remote shell
14:20:18.370381 tramp-process-one-action (5) # Looking for regexp "\(\(\(?:Store key in cache\? (y/\|Update cached key\? (y/n, Return cancels connectio\)n)\)\s-*\)\'" from remote shell
14:20:18.370736 tramp-process-one-action (5) # Looking for regexp "\(\(TERM = (.*)\|Terminal type\? \[.*\]\)\s-*\)\'" from remote shell
14:20:18.371054 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
14:20:18.371281 tramp-process-one-action (5) # Call `tramp-action-process-alive'
14:20:19.371957 tramp-process-one-action (5) # Looking for regexp "\(.*ogin\( .*\)?: *\)\'" from remote shell
14:20:19.377761 tramp-process-one-action (5) # Looking for regexp "\(^.*\([pP]assword\|[pP]assphrase\).*:\0? *\)\'" from remote shell
14:20:19.378228 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [0-9]+\).*\)\'" from remote shell
14:20:19.379130 tramp-process-one-action (5) # Looking for regexp "\(^[^#$%>
]*[#$%>] *\)\'" from remote shell
14:20:19.379405 tramp-process-one-action (5) # Looking for regexp "\(\(?:^\|\r\)[^]#$%>
]*#?[]#$%>] *\(^[\[[0-9;]*[a-zA-Z] *\)*\)\'" from remote shell
14:20:19.379889 tramp-process-one-action (5) # Looking for regexp "\(\(Are you sure you want to continue connecting (yes/no)\?\)\s-*\)\'" from remote shell
14:20:19.380013 tramp-process-one-action (5) # Looking for regexp "\(\(\(?:Store key in cache\? (y/\|Update cached key\? (y/n, Return cancels connectio\)n)\)\s-*\)\'" from remote shell
14:20:19.380136 tramp-process-one-action (5) # Looking for regexp "\(\(TERM = (.*)\|Terminal type\? \[.*\]\)\s-*\)\'" from remote shell
14:20:19.380256 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
14:20:19.380347 tramp-process-one-action (5) # Call `tramp-action-process-alive'
14:20:20.380829 tramp-process-one-action (5) # Looking for regexp "\(.*ogin\( .*\)?: *\)\'" from remote shell
14:20:20.390256 tramp-process-one-action (5) # Looking for regexp "\(^.*\([pP]assword\|[pP]assphrase\).*:\0? *\)\'" from remote shell
14:20:20.391485 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [0-9]+\).*\)\'" from remote shell
14:20:20.393715 tramp-process-one-action (5) # Looking for regexp "\(^[^#$%>
]*[#$%>] *\)\'" from remote shell
14:20:20.394486 tramp-process-one-action (5) # Looking for regexp "\(\(?:^\|\r\)[^]#$%>
]*#?[]#$%>] *\(^[\[[0-9;]*[a-zA-Z] *\)*\)\'" from remote shell
14:20:20.395814 tramp-process-one-action (5) # Looking for regexp "\(\(Are you sure you want to continue connecting (yes/no)\?\)\s-*\)\'" from remote shell
14:20:20.395953 tramp-process-one-action (5) # Looking for regexp "\(\(\(?:Store key in cache\? (y/\|Update cached key\? (y/n, Return cancels connectio\)n)\)\s-*\)\'" from remote shell
14:20:20.396086 tramp-process-one-action (5) # Looking for regexp "\(\(TERM = (.*)\|Terminal type\? \[.*\]\)\s-*\)\'" from remote shell
14:20:20.396215 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
14:20:20.396314 tramp-process-one-action (5) # Call `tramp-action-process-alive'
14:20:21.396835 tramp-process-one-action (5) # Looking for regexp "\(.*ogin\( .*\)?: *\)\'" from remote shell
14:20:21.406191 tramp-process-one-action (5) # Looking for regexp "\(^.*\([pP]assword\|[pP]assphrase\).*:\0? *\)\'" from remote shell
14:20:21.407388 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [0-9]+\).*\)\'" from remote shell
14:20:21.410737 tramp-process-one-action (5) # Looking for regexp "\(^[^#$%>
]*[#$%>] *\)\'" from remote shell
14:20:21.411987 tramp-process-one-action (5) # Looking for regexp "\(\(?:^\|\r\)[^]#$%>
]*#?[]#$%>] *\(^[\[[0-9;]*[a-zA-Z] *\)*\)\'" from remote shell
14:20:21.413890 tramp-process-one-action (5) # Looking for regexp "\(\(Are you sure you want to continue connecting (yes/no)\?\)\s-*\)\'" from remote shell
14:20:21.414242 tramp-process-one-action (5) # Looking for regexp "\(\(\(?:Store key in cache\? (y/\|Update cached key\? (y/n, Return cancels connectio\)n)\)\s-*\)\'" from remote shell
14:20:21.414595 tramp-process-one-action (5) # Looking for regexp "\(\(TERM = (.*)\|Terminal type\? \[.*\]\)\s-*\)\'" from remote shell
14:20:21.414954 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
14:20:21.415188 tramp-process-one-action (5) # Call `tramp-action-process-alive'
14:20:22.415717 tramp-process-one-action (5) # Looking for regexp "\(.*ogin\( .*\)?: *\)\'" from remote shell
14:20:22.419306 tramp-process-one-action (5) # Looking for regexp "\(^.*\([pP]assword\|[pP]assphrase\).*:\0? *\)\'" from remote shell
14:20:22.419785 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [0-9]+\).*\)\'" from remote shell
14:20:22.420692 tramp-process-one-action (5) # Looking for regexp "\(^[^#$%>
]*[#$%>] *\)\'" from remote shell
14:20:22.420992 tramp-process-one-action (5) # Looking for regexp "\(\(?:^\|\r\)[^]#$%>
]*#?[]#$%>] *\(^[\[[0-9;]*[a-zA-Z] *\)*\)\'" from remote shell
14:20:22.421510 tramp-process-one-action (5) # Looking for regexp "\(\(Are you sure you want to continue connecting (yes/no)\?\)\s-*\)\'" from remote shell
14:20:22.421641 tramp-process-one-action (5) # Looking for regexp "\(\(\(?:Store key in cache\? (y/\|Update cached key\? (y/n, Return cancels connectio\)n)\)\s-*\)\'" from remote shell
14:20:22.421780 tramp-process-one-action (5) # Looking for regexp "\(\(TERM = (.*)\|Terminal type\? \[.*\]\)\s-*\)\'" from remote shell
14:20:22.421910 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
14:20:22.422006 tramp-process-one-action (5) # Call `tramp-action-process-alive'
14:20:23.422543 tramp-process-one-action (5) # Looking for regexp "\(.*ogin\( .*\)?: *\)\'" from remote shell
14:20:23.432297 tramp-process-one-action (5) # Looking for regexp "\(^.*\([pP]assword\|[pP]assphrase\).*:\0? *\)\'" from remote shell
14:20:23.433587 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [0-9]+\).*\)\'" from remote shell
14:20:23.436570 tramp-process-one-action (5) # Looking for regexp "\(^[^#$%>
]*[#$%>] *\)\'" from remote shell
14:20:23.437359 tramp-process-one-action (5) # Looking for regexp "\(\(?:^\|\r\)[^]#$%>
]*#?[]#$%>] *\(^[\[[0-9;]*[a-zA-Z] *\)*\)\'" from remote shell
14:20:23.438733 tramp-process-one-action (5) # Looking for regexp "\(\(Are you sure you want to continue connecting (yes/no)\?\)\s-*\)\'" from remote shell
14:20:23.439057 tramp-process-one-action (5) # Looking for regexp "\(\(\(?:Store key in cache\? (y/\|Update cached key\? (y/n, Return cancels connectio\)n)\)\s-*\)\'" from remote shell
14:20:23.439378 tramp-process-one-action (5) # Looking for regexp "\(\(TERM = (.*)\|Terminal type\? \[.*\]\)\s-*\)\'" from remote shell
14:20:23.439760 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
14:20:23.439997 tramp-process-one-action (5) # Call `tramp-action-process-alive'
14:20:24.440618 tramp-process-one-action (5) # Looking for regexp "\(.*ogin\( .*\)?: *\)\'" from remote shell
14:20:24.449990 tramp-process-one-action (5) # Looking for regexp "\(^.*\([pP]assword\|[pP]assphrase\).*:\0? *\)\'" from remote shell
14:20:24.451195 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [0-9]+\).*\)\'" from remote shell
14:20:24.453580 tramp-process-one-action (5) # Looking for regexp "\(^[^#$%>
]*[#$%>] *\)\'" from remote shell
14:20:24.454372 tramp-process-one-action (5) # Looking for regexp "\(\(?:^\|\r\)[^]#$%>
]*#?[]#$%>] *\(^[\[[0-9;]*[a-zA-Z] *\)*\)\'" from remote shell
14:20:24.455757 tramp-process-one-action (5) # Looking for regexp "\(\(Are you sure you want to continue connecting (yes/no)\?\)\s-*\)\'" from remote shell
14:20:24.455934 tramp-process-one-action (5) # Looking for regexp "\(\(\(?:Store key in cache\? (y/\|Update cached key\? (y/n, Return cancels connectio\)n)\)\s-*\)\'" from remote shell
14:20:24.456057 tramp-process-one-action (5) # Looking for regexp "\(\(TERM = (.*)\|Terminal type\? \[.*\]\)\s-*\)\'" from remote shell
14:20:24.456177 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
14:20:24.456268 tramp-process-one-action (5) # Call `tramp-action-process-alive'
14:20:25.456696 tramp-process-one-action (5) # Looking for regexp "\(.*ogin\( .*\)?: *\)\'" from remote shell
14:20:25.465791 tramp-process-one-action (5) # Looking for regexp "\(^.*\([pP]assword\|[pP]assphrase\).*:\0? *\)\'" from remote shell
14:20:25.467018 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [0-9]+\).*\)\'" from remote shell
14:20:25.469388 tramp-process-one-action (5) # Looking for regexp "\(^[^#$%>
]*[#$%>] *\)\'" from remote shell
14:20:25.470143 tramp-process-one-action (5) # Looking for regexp "\(\(?:^\|\r\)[^]#$%>
]*#?[]#$%>] *\(^[\[[0-9;]*[a-zA-Z] *\)*\)\'" from remote shell
14:20:25.471460 tramp-process-one-action (5) # Looking for regexp "\(\(Are you sure you want to continue connecting (yes/no)\?\)\s-*\)\'" from remote shell
14:20:25.471788 tramp-process-one-action (5) # Looking for regexp "\(\(\(?:Store key in cache\? (y/\|Update cached key\? (y/n, Return cancels connectio\)n)\)\s-*\)\'" from remote shell
14:20:25.472113 tramp-process-one-action (5) # Looking for regexp "\(\(TERM = (.*)\|Terminal type\? \[.*\]\)\s-*\)\'" from remote shell
14:20:25.472424 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
14:20:25.472649 tramp-process-one-action (5) # Call `tramp-action-process-alive'
14:20:26.473234 tramp-process-one-action (5) # Looking for regexp "\(.*ogin\( .*\)?: *\)\'" from remote shell
14:20:26.482168 tramp-process-one-action (5) # Looking for regexp "\(^.*\([pP]assword\|[pP]assphrase\).*:\0? *\)\'" from remote shell
14:20:26.482609 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [0-9]+\).*\)\'" from remote shell
14:20:26.483496 tramp-process-one-action (5) # Looking for regexp "\(^[^#$%>
]*[#$%>] *\)\'" from remote shell
14:20:26.483800 tramp-process-one-action (5) # Looking for regexp "\(\(?:^\|\r\)[^]#$%>
]*#?[]#$%>] *\(^[\[[0-9;]*[a-zA-Z] *\)*\)\'" from remote shell
14:20:26.484306 tramp-process-one-action (5) # Looking for regexp "\(\(Are you sure you want to continue connecting (yes/no)\?\)\s-*\)\'" from remote shell
14:20:26.484505 tramp-process-one-action (5) # Looking for regexp "\(\(\(?:Store key in cache\? (y/\|Update cached key\? (y/n, Return cancels connectio\)n)\)\s-*\)\'" from remote shell
14:20:26.484643 tramp-process-one-action (5) # Looking for regexp "\(\(TERM = (.*)\|Terminal type\? \[.*\]\)\s-*\)\'" from remote shell
14:20:26.484791 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell
14:20:26.484886 tramp-process-one-action (5) # Call `tramp-action-process-alive'
14:20:27.212803 tramp-accept-process-output (3) # Opening connection for remotehost using ssh...done
14:20:27.221738 tramp-file-name-handler (1) # Interrupt received in operation (expand-file-name /remotehost:.bashrc nil)
14:20:30.866507 tramp-maybe-open-connection (3) # Opening connection for remotehost using ssh...
14:20:30.868638 tramp-maybe-open-connection (6) # /bin/sh -i
14:20:30.872994 tramp-wait-for-regexp (6) # 
#$ 
14:20:30.874392 tramp-maybe-open-connection (3) # Sending command `exec ssh   -o ControlPath=/tmp/tramp.63270-j.%r@%h:%p -o ControlMaster=auto -o ControlPersist=no -e none remotehost'
14:20:30.874685 tramp-send-command (6) # exec ssh   -o ControlPath=/tmp/tramp.63270-j.%r@%h:%p -o ControlMaster=auto -o ControlPersist=no -e none remotehost
14:20:30.875312 tramp-process-actions (3) # Waiting for prompts from remote shell
14:20:30.955289 tramp-process-one-action (5) # Looking for regexp "\(.*ogin\( .*\)?: *\)\'" from remote shell
14:20:30.955650 tramp-process-one-action (5) # Looking for regexp "\(^.*\([pP]assword\|[pP]assphrase\).*:\0? *\)\'" from remote shell
14:20:30.955945 tramp-process-one-action (5) # Call `tramp-action-password'
14:20:30.956525 tramp-action-password (3) # Sending password
14:20:31.866172 tramp-process-sentinel (5) # Sentinel called: `*tramp/ssh remotehost*' `alarm clock
'
14:20:32.399522 tramp-read-passwd (3) # Opening connection for remotehost using ssh...done
14:20:32.400258 tramp-file-name-handler (1) # Interrupt received in operation (expand-file-name /remotehost:.bashrc nil)



* Contents of the Messages buffer

Tramp: Opening connection for remotehost using ssh...
Tramp: Sending command `exec ssh   -o ControlPath=/tmp/tramp.4212rsv.%r@%h:%p -o ControlMaster=auto -o ControlPersist=no -e none remotehost'

Tramp: Waiting for prompts from remote shell
Tramp: Sending password
Tramp: Sending command `exec ssh   -o ControlPath=/tmp/tramp.4212rsv.%r@%h:%p -o ControlMaster=auto -o ControlPersist=no -e none remotehost'
Tramp: Opening connection for remotehost using ssh...done

^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: Tramp and ssh control path
  2013-04-11 12:38 Tramp and ssh control path Suvayu Ali
@ 2013-04-12  9:34 ` Michael Albinus
  2013-04-14 23:58   ` Suvayu Ali
  0 siblings, 1 reply; 12+ messages in thread
From: Michael Albinus @ 2013-04-12  9:34 UTC (permalink / raw)
  To: Suvayu Ali; +Cc: Emacs help

Suvayu Ali <fatkasuvayu+linux@gmail.com> writes:

> Hi,

Hi,

> I noticed for a while now, tramp ignores my control path settings for a
> remote host.

Yes, Tramp uses its own one. This is necessary, because Tramp cannot
trust in an opened Master ssh connection opened outside Emacs. And OTOH,
you won't be blocked in your ssh sessions outside due to a closed Tramp
connection.

> To elaborate, I have the following in my ~/.ssh/config.
>
> Host	*
> 	Protocol		2
> 	TCPKeepAlive		yes
> 	ServerAliveInterval	60
> 	ControlPath		/tmp/ssh-ControlPath-%r@%h:%p

For tests, I have added this as well to my ~/.ssh/config. Plus

    ControlMaster       auto

You don't need "-M" then for the first connection then.

> Now I connect to a remote host from the terminal like this:
>
>   $ ssh -M remotehost
>
> For any subsequent connections from another terminal, I can do the
> following to login without having to type my password.  SSH sees a
> control path for the host exists, and establishes the subsequent
> connection piggy-backing on the first.
>
>   $ ssh remotehost

So I did.

> Now when from emacs I try to open a remote file,
>
>   C-x C-f /remotehost:path/to/file RET
>
> I get prompted for a password: "Password for /ssh:remotehost: ".

Same here. 

> Entering it doesn't let me open the remote file either.  The attached
> log file has the messages from the Messages and tramp debug buffer.

No problem here. Tramp opens the file, using its own ControlPath.

> Any ideas what is wrong?

The only strange entry in your logs is

14:20:31.866172 tramp-process-sentinel (5) # Sentinel called: `*tramp/ssh remotehost*' `alarm clock
'

I have no idea where it comes from. The meaning is, that the process
running ssh has been stopped.

Could you rerun your test with tramp-verbose set to 10, and show the
result?

> PS: While writing this email, I realised maybe there is a conflict with
>     the ControlPath for remotehost and the ControlPath used by tramp.

They shouldn't conflict. They are just used for different sessions ...

Best regards, Michael.



^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: Tramp and ssh control path
  2013-04-12  9:34 ` Michael Albinus
@ 2013-04-14 23:58   ` Suvayu Ali
  2013-04-15  7:52     ` Michael Albinus
  0 siblings, 1 reply; 12+ messages in thread
From: Suvayu Ali @ 2013-04-14 23:58 UTC (permalink / raw)
  To: Michael Albinus; +Cc: Emacs help

Hello Michael,

Extremely sorry about the late response; I set it to respond later in
the day and forgot!

On Fri, Apr 12, 2013 at 11:34:30AM +0200, Michael Albinus wrote:
> Suvayu Ali <fatkasuvayu+linux@gmail.com> writes:
> 
> > I noticed for a while now, tramp ignores my control path settings for a
> > remote host.
> 
> Yes, Tramp uses its own one. This is necessary, because Tramp cannot
> trust in an opened Master ssh connection opened outside Emacs. And OTOH,
> you won't be blocked in your ssh sessions outside due to a closed Tramp
> connection.

I guess this means I cannot share my tramp connection with my terminal
session outside of Emacs.

> > To elaborate, I have the following in my ~/.ssh/config.
> >
> > Host	*
> > 	Protocol		2
> > 	TCPKeepAlive		yes
> > 	ServerAliveInterval	60
> > 	ControlPath		/tmp/ssh-ControlPath-%r@%h:%p
> 
> For tests, I have added this as well to my ~/.ssh/config. Plus
> 
>     ControlMaster       auto
> 
> You don't need "-M" then for the first connection then.

Yes, I'm aware of that.  It is a deliberate choice to not have auto in
my config.  Sometimes I do not want to share connections between
sessions :).

> > Now I connect to a remote host from the terminal like this:
> >
> >   $ ssh -M remotehost
> >
> > For any subsequent connections from another terminal, I can do the
> > following to login without having to type my password.  SSH sees a
> > control path for the host exists, and establishes the subsequent
> > connection piggy-backing on the first.
> >
> >   $ ssh remotehost
> 
> So I did.
> 
> > Now when from emacs I try to open a remote file,
> >
> >   C-x C-f /remotehost:path/to/file RET
> >
> > I get prompted for a password: "Password for /ssh:remotehost: ".
> 
> Same here. 

As I mention above, I was hoping to share the connection with the
terminal session outside of Emacs.  If the connection was shared, I
wouldn't expect any password prompts.

> > Entering it doesn't let me open the remote file either.  The attached
> > log file has the messages from the Messages and tramp debug buffer.
> 
> No problem here. Tramp opens the file, using its own ControlPath.

I tried this again on a remotehost where I can use ssh keys (no password
prompts), there everything works as expected.  However repeating it for
the host where I have to use a password, fails as I described earlier.

> > Any ideas what is wrong?
> 
> The only strange entry in your logs is
> 
> 14:20:31.866172 tramp-process-sentinel (5) # Sentinel called: `*tramp/ssh remotehost*' `alarm clock
> '
> 
> I have no idea where it comes from. The meaning is, that the process
> running ssh has been stopped.
> 
> Could you rerun your test with tramp-verbose set to 10, and show the
> result?

Okay I tried it.  The log has too much non-anonymous information to
clean up, so I am sending it off-list, I hope that is okay with you.

> > PS: While writing this email, I realised maybe there is a conflict with
> >     the ControlPath for remotehost and the ControlPath used by tramp.
> 
> They shouldn't conflict. They are just used for different sessions ...

Okay thanks, I think I understand.

Thanks a lot,

-- 
Suvayu

Open source is the future. It sets us free.



^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: Tramp and ssh control path
  2013-04-14 23:58   ` Suvayu Ali
@ 2013-04-15  7:52     ` Michael Albinus
  2013-04-15  8:24       ` Suvayu Ali
  2013-04-15 12:10       ` Stefan Monnier
  0 siblings, 2 replies; 12+ messages in thread
From: Michael Albinus @ 2013-04-15  7:52 UTC (permalink / raw)
  To: Suvayu Ali; +Cc: Emacs help

Suvayu Ali <fatkasuvayu+linux@gmail.com> writes:

> Hello Michael,

Hi,

> Extremely sorry about the late response; I set it to respond later in
> the day and forgot!

No problem.

>> Yes, Tramp uses its own one. This is necessary, because Tramp cannot
>> trust in an opened Master ssh connection opened outside Emacs. And OTOH,
>> you won't be blocked in your ssh sessions outside due to a closed Tramp
>> connection.
>
> I guess this means I cannot share my tramp connection with my terminal
> session outside of Emacs.

Yes. I *could* add a custom option to define a matching ControlPath
template. But I fear that there might be cases that the master session
is closed outside Emacs, and Tramp ceases to work then. Hard to debug,
and not Tramp's business. Unless I'm urged to introduce this option I'd
like to avoid it.

Maybe I shall say something in the FAQ about.

> I tried this again on a remotehost where I can use ssh keys (no password
> prompts), there everything works as expected.  However repeating it for
> the host where I have to use a password, fails as I described earlier.

>> Could you rerun your test with tramp-verbose set to 10, and show the
>> result?
>
> Okay I tried it.  The log has too much non-anonymous information to
> clean up, so I am sending it off-list, I hope that is okay with you.

Reading the traces, it happens that there is no problem with the
ControlPath settings of Tramp and with the password recognition. Both
run fine.

You have a problem with the prompt on that host. It looks like

--8<---------------cut here---------------start------------->8---
^[]2;sali@lxplus443.cern.ch:~^G01:44|sali@lxplus443:^[[35;1m(998)0/44^[[0m^[[31;1m^[[0m^[[33;1m ~> ^[[0m
--8<---------------cut here---------------end--------------->8---

A lot of escape sequences, which might confuse Tramp. Please change your
settings on the remote host to avoid them (the Tramp manual gives you
some hints).

And even without the escape sequences, your prompt looks like

--8<---------------cut here---------------start------------->8---
sali@remotehost.domain.ch:~01:44|sali@remotehost:(998)0/44 ~>
--8<---------------cut here---------------end--------------->8---

This does not fit `tramp-shell-prompt-pattern', please use a compatible
prompt (or adapt `tramp-shell-prompt-pattern').

> Thanks a lot,

Best regards, Michael.



^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: Tramp and ssh control path
  2013-04-15  7:52     ` Michael Albinus
@ 2013-04-15  8:24       ` Suvayu Ali
  2013-04-15  8:53         ` Michael Albinus
  2013-04-15 12:10       ` Stefan Monnier
  1 sibling, 1 reply; 12+ messages in thread
From: Suvayu Ali @ 2013-04-15  8:24 UTC (permalink / raw)
  To: Michael Albinus; +Cc: Emacs help

Hi Michael,

On Mon, Apr 15, 2013 at 09:52:58AM +0200, Michael Albinus wrote:
> 
> Yes. I *could* add a custom option to define a matching ControlPath
> template. But I fear that there might be cases that the master session
> is closed outside Emacs, and Tramp ceases to work then. Hard to debug,
> and not Tramp's business. Unless I'm urged to introduce this option I'd
> like to avoid it.
> 
> Maybe I shall say something in the FAQ about.

I understand your reservations about it, a mention in the FAQ should be
enough.  :)

> You have a problem with the prompt on that host. It looks like

[...]

> This does not fit `tramp-shell-prompt-pattern', please use a compatible
> prompt (or adapt `tramp-shell-prompt-pattern').

I changed it, and now everything is back to normal.  Thanks a lot :).

Cheers,

-- 
Suvayu

Open source is the future. It sets us free.



^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: Tramp and ssh control path
  2013-04-15  8:24       ` Suvayu Ali
@ 2013-04-15  8:53         ` Michael Albinus
  0 siblings, 0 replies; 12+ messages in thread
From: Michael Albinus @ 2013-04-15  8:53 UTC (permalink / raw)
  To: Suvayu Ali; +Cc: Emacs help

Suvayu Ali <fatkasuvayu+linux@gmail.com> writes:

> Hi Michael,

Hi,

> I understand your reservations about it, a mention in the FAQ should be
> enough.  :)

Done.

> Cheers,

Best regards, Michael.



^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: Tramp and ssh control path
  2013-04-15  7:52     ` Michael Albinus
  2013-04-15  8:24       ` Suvayu Ali
@ 2013-04-15 12:10       ` Stefan Monnier
  2013-04-15 12:30         ` Michael Albinus
  1 sibling, 1 reply; 12+ messages in thread
From: Stefan Monnier @ 2013-04-15 12:10 UTC (permalink / raw)
  To: help-gnu-emacs

> Yes. I *could* add a custom option to define a matching ControlPath
> template. But I fear that there might be cases that the master session
> is closed outside Emacs, and Tramp ceases to work then.

BTW, such problems shouldn't exist any more now that the master
is handled correctly (it's not one of the sessions any more, so all
sessions are "equal").


        Stefan




^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: Tramp and ssh control path
  2013-04-15 12:10       ` Stefan Monnier
@ 2013-04-15 12:30         ` Michael Albinus
  2013-04-15 13:39           ` Michael Albinus
  0 siblings, 1 reply; 12+ messages in thread
From: Michael Albinus @ 2013-04-15 12:30 UTC (permalink / raw)
  To: Stefan Monnier; +Cc: help-gnu-emacs

Stefan Monnier <monnier@iro.umontreal.ca> writes:

>> Yes. I *could* add a custom option to define a matching ControlPath
>> template. But I fear that there might be cases that the master session
>> is closed outside Emacs, and Tramp ceases to work then.
>
> BTW, such problems shouldn't exist any more now that the master
> is handled correctly (it's not one of the sessions any more, so all
> sessions are "equal").

In this case, I could make ControlPath configurable, with a red blinking
warning about possible side effects ...

Thanks for this clarification.

>         Stefan

Best regards, Michael.



^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: Tramp and ssh control path
  2013-04-15 12:30         ` Michael Albinus
@ 2013-04-15 13:39           ` Michael Albinus
  2013-04-15 14:48             ` Stefan Monnier
  2013-04-15 16:09             ` Suvayu Ali
  0 siblings, 2 replies; 12+ messages in thread
From: Michael Albinus @ 2013-04-15 13:39 UTC (permalink / raw)
  To: Stefan Monnier, Suvayu Ali; +Cc: help-gnu-emacs

Michael Albinus <michael.albinus@gmx.de> writes:

>> BTW, such problems shouldn't exist any more now that the master
>> is handled correctly (it's not one of the sessions any more, so all
>> sessions are "equal").
>
> In this case, I could make ControlPath configurable, with a red blinking
> warning about possible side effects ...

The Tramp FAQ has now the following wording:

--8<---------------cut here---------------start------------->8---
   * TRAMP does not use my 'ssh' 'ControlPath'

     Your 'ControlPath' setting will be overwritten by 'ssh' sessions
     initiated by TRAMP.  This is because a master session, initiated
     outside Emacs, could be closed, which would stall all other 'ssh'
     sessions for that host inside Emacs.

     Consequently, if you connect to a remote host via TRAMP, you might
     be prompted for a password again, even if you have established
     already an 'ssh' connection to that host.  Further TRAMP
     connections to that host, for example in order to run a process on
     that host, will reuse that initial 'ssh' connection.

     If you know that your 'ControlPath' settings won't disturb TRAMP,
     you could customize the variable 'tramp-ssh-controlmaster-options'
     like this:

          (setq tramp-ssh-controlmaster-options
                (concat
                  "-o ControlPath=/tmp/ssh-ControlPath-%%r@%%h:%%p "
                  "-o ControlMaster=auto -o ControlPersist=no"))

     Note, that "%r", "%h" and "%p" must be encoded as "%%r", "%%h" and
     "%%p", respectively.
--8<---------------cut here---------------end--------------->8---

This shall work starting Tramp 2.2.7. Emacs 24.3 has built-in Tramp
2.2.6, so it doesn't work there yet.

Best regards, Michael.



^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: Tramp and ssh control path
  2013-04-15 13:39           ` Michael Albinus
@ 2013-04-15 14:48             ` Stefan Monnier
  2013-04-16  8:08               ` Michael Albinus
  2013-04-15 16:09             ` Suvayu Ali
  1 sibling, 1 reply; 12+ messages in thread
From: Stefan Monnier @ 2013-04-15 14:48 UTC (permalink / raw)
  To: help-gnu-emacs

Hmm.. I think the issue is as follows: if ControlPersist is no, then the
"old-style" control-master is used (i.e. the first session acts as
master), whereas otherwise, the new style (i.e. the master is a process
separate from the session processes, so the first session is not
special).

If the user has set ControlMaster in his ssh config but with
ControlPersist=no, then we might not want to use his control-master, and
Tramp is right to fiddle with ControlPath.

But if the user has ControlPersist enabled in his ssh config, then the
best value for tramp-ssh-controlmaster-options will usually be "".

>           (setq tramp-ssh-controlmaster-options
>                 (concat
>                   "-o ControlPath=/tmp/ssh-ControlPath-%%r@%%h:%%p "
>                   "-o ControlMaster=auto -o ControlPersist=no"))

Why ControlPersist=no?


        Stefan




^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: Tramp and ssh control path
  2013-04-15 13:39           ` Michael Albinus
  2013-04-15 14:48             ` Stefan Monnier
@ 2013-04-15 16:09             ` Suvayu Ali
  1 sibling, 0 replies; 12+ messages in thread
From: Suvayu Ali @ 2013-04-15 16:09 UTC (permalink / raw)
  To: Michael Albinus; +Cc: help-gnu-emacs, Stefan Monnier

Hi Michael,

On Mon, Apr 15, 2013 at 03:39:30PM +0200, Michael Albinus wrote:
> Michael Albinus <michael.albinus@gmx.de> writes:
> 
> >> BTW, such problems shouldn't exist any more now that the master
> >> is handled correctly (it's not one of the sessions any more, so all
> >> sessions are "equal").
> >
> > In this case, I could make ControlPath configurable, with a red blinking
> > warning about possible side effects ...
> 
> The Tramp FAQ has now the following wording:
> 
> --8<---------------cut here---------------start------------->8---
>    * TRAMP does not use my 'ssh' 'ControlPath'
> 
>      Your 'ControlPath' setting will be overwritten by 'ssh' sessions
>      initiated by TRAMP.  This is because a master session, initiated
>      outside Emacs, could be closed, which would stall all other 'ssh'
>      sessions for that host inside Emacs.
> 
>      Consequently, if you connect to a remote host via TRAMP, you might
>      be prompted for a password again, even if you have established
>      already an 'ssh' connection to that host.  Further TRAMP
>      connections to that host, for example in order to run a process on
>      that host, will reuse that initial 'ssh' connection.
> 
>      If you know that your 'ControlPath' settings won't disturb TRAMP,
>      you could customize the variable 'tramp-ssh-controlmaster-options'
>      like this:
> 
>           (setq tramp-ssh-controlmaster-options
>                 (concat
>                   "-o ControlPath=/tmp/ssh-ControlPath-%%r@%%h:%%p "
>                   "-o ControlMaster=auto -o ControlPersist=no"))
> 
>      Note, that "%r", "%h" and "%p" must be encoded as "%%r", "%%h" and
>      "%%p", respectively.
> --8<---------------cut here---------------end--------------->8---
> 
> This shall work starting Tramp 2.2.7. Emacs 24.3 has built-in Tramp
> 2.2.6, so it doesn't work there yet.

Thanks a lot, for both the very clear FAQ and the option to override it.

Cheers,

:)

-- 
Suvayu

Open source is the future. It sets us free.



^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: Tramp and ssh control path
  2013-04-15 14:48             ` Stefan Monnier
@ 2013-04-16  8:08               ` Michael Albinus
  0 siblings, 0 replies; 12+ messages in thread
From: Michael Albinus @ 2013-04-16  8:08 UTC (permalink / raw)
  To: Stefan Monnier; +Cc: help-gnu-emacs

Stefan Monnier <monnier@iro.umontreal.ca> writes:

> Hmm.. I think the issue is as follows: if ControlPersist is no, then the
> "old-style" control-master is used (i.e. the first session acts as
> master), whereas otherwise, the new style (i.e. the master is a process
> separate from the session processes, so the first session is not
> special).
>
> If the user has set ControlMaster in his ssh config but with
> ControlPersist=no, then we might not want to use his control-master, and
> Tramp is right to fiddle with ControlPath.
>
> But if the user has ControlPersist enabled in his ssh config, then the
> best value for tramp-ssh-controlmaster-options will usually be "".

Well, I have changed the last sentences of the FAQ entry:

     If your 'ssh' version supports the 'ControlPersist' option, you
     could customize the variable 'tramp-ssh-controlmaster-options' to
     use your 'ControlPath', for example:

          (setq tramp-ssh-controlmaster-options
                (concat
                  "-o ControlPath=/tmp/ssh-ControlPath-%%r@%%h:%%p "
                  "-o ControlMaster=auto -o ControlPersist=yes"))

     Note, that "%r", "%h" and "%p" must be encoded as "%%r", "%%h" and
     "%%p", respectively.  The entries of 'ControlPath', 'ControlMaster'
     and 'ControlPersist' can be removed from this setting, if they are
     configured properly in your '~/.ssh/config':

          (setq tramp-ssh-controlmaster-options "")

>         Stefan

Best regards, Michael.



^ permalink raw reply	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2013-04-16  8:08 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-04-11 12:38 Tramp and ssh control path Suvayu Ali
2013-04-12  9:34 ` Michael Albinus
2013-04-14 23:58   ` Suvayu Ali
2013-04-15  7:52     ` Michael Albinus
2013-04-15  8:24       ` Suvayu Ali
2013-04-15  8:53         ` Michael Albinus
2013-04-15 12:10       ` Stefan Monnier
2013-04-15 12:30         ` Michael Albinus
2013-04-15 13:39           ` Michael Albinus
2013-04-15 14:48             ` Stefan Monnier
2013-04-16  8:08               ` Michael Albinus
2013-04-15 16:09             ` Suvayu Ali

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.