tramp-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

tramp (2.5.1.3 nil/nil); emacs-28.0.50: Can't copy a 1.4 MB file with th


From: H. Dieter Wilhelm
Subject: tramp (2.5.1.3 nil/nil); emacs-28.0.50: Can't copy a 1.4 MB file with the plinkx method
Date: Tue, 12 Oct 2021 18:18:38 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.60 (gnu/linux)

Hello Michael

here's the recipe
 emacs-28.0.50 -Q
Only loading tramp-outoloads.el isn't sufficient! One has to do
 (require 'tramp)
as well.
 (setq tramp-verbose 10) I'm afraid I was too eager to show...
Then, again, I tried to copy a local 1.4 MB file to a remote site.

Another nit-pick: Maybe you could mention in "Bug Reports"(tramp) that
*debug tramp/foo* and *gramp/foo* are automatically attached, when
calling (tramp-bug)?  (Sure, this is only working if you are able to
send mail via Emacs, in my case I had to attach the content because of
a corporate firewall, please see below. :-/)

With a current PuTTY 0.76
Emacs  : GNU Emacs 28.0.50 (build 1, x86_64-w64-mingw32)
 of 2021-01-15
Package: tramp (2.5.1.3 nil/nil)

current state:
==============
(setq
 backup-by-copying nil
 backup-by-copying-when-linked nil
 backup-by-copying-when-mismatch t
 backup-by-copying-when-privileged-mismatch 200
 backup-directory-alist nil
 connection-local-criteria-alist '(((:application tramp)
                                    
tramp-connection-local-default-system-profile
                                    
tramp-connection-local-default-shell-profile)
                                   )
 connection-local-profile-alist '((tramp-connection-local-default-shell-profile
                                   (shell-file-name . "/bin/sh")
                                   (shell-command-switch . "-c"))
                                  (tramp-connection-local-default-system-profile
                                   (path-separator . ":")
                                   (null-device . "/dev/null"))
                                  )
 file-name-handler-alist 
'(("\\(?:\\.tzst\\|\\.zst\\|\\.dz\\|\\.txz\\|\\.xz\\|\\.lzma\\|\\.lz\\|\\.g?z\\|\\.\\(?:tgz\\|svgz\\|sifz\\)\\|\\.tbz2?\\|\\.bz2\\|\\.Z\\)\\(?:~\\|\\.~[-[:alnum:]:#@^._]+\\(?:~[[:digit:]]+\\)?~\\)?\\'"
 . jka-compr-handler)
                           ("\\.gpg\\(~\\|\\.~[0-9]+~\\)?\\'" . 
epa-file-handler)
                           
("\\`\\(?:[[:alpha:]]:\\)?/\\(\\([^/|:]+:[^/|:]*|\\)*\\(-\\|[^/|:]\\{2,\\}\\)\\(:[^/|:]*\\)?\\)?\\'"
 . tramp-completion-file-name-handler)
                           ("^/\\(\\(?:\\([[:alnum:]-]+\\):\\(?:\\([^/|:        
]+\\)@\\)?\\(\\(?:[[:alnum:]_.%-]+\\|\\[\\(?:\\(?:[[:alnum:]]*:\\)+[[:alnum:].]+\\)?]\\)\\(?:#[[:digit:]]+\\)?\\)?|\\)+\\)?\\([[:alnum:]-]+\\):\\(?:\\([^/|:
    
]+\\)@\\)?\\(\\(?:[[:alnum:]_.%-]+\\|\\[\\(?:\\(?:[[:alnum:]]*:\\)+[[:alnum:].]+\\)?]\\)\\(?:#[[:digit:]]+\\)?\\)?:\\([^\n]*\\'\\)"
 . tramp-file-name-handler)
                           ("\\`/:" . file-name-non-special))
 password-cache t
 password-cache-expiry 16
 remote-file-name-inhibit-cache 10
 shell-prompt-pattern "^[^#$%>\n]*[#$%>] *"
 tramp-actions-before-shell '((tramp-login-prompt-regexp tramp-action-login)
                              (tramp-password-prompt-regexp 
tramp-action-password)
                              (tramp-wrong-passwd-regexp
                               tramp-action-permission-denied)
                              (shell-prompt-pattern tramp-action-succeed)
                              (tramp-shell-prompt-pattern tramp-action-succeed)
                              (tramp-yesno-prompt-regexp tramp-action-yesno)
                              (tramp-yn-prompt-regexp tramp-action-yn)
                              (tramp-terminal-prompt-regexp 
tramp-action-terminal)
                              (tramp-antispoof-regexp
                               tramp-action-confirm-message)
                              (tramp-security-key-confirm-regexp
                               tramp-action-show-and-confirm-message)
                              (tramp-process-alive-regexp
                               tramp-action-process-alive)
                              )
 tramp-actions-copy-out-of-band '((tramp-password-prompt-regexp
                                   tramp-action-password)
                                  (tramp-wrong-passwd-regexp
                                   tramp-action-permission-denied)
                                  (tramp-copy-failed-regexp
                                   tramp-action-permission-denied)
                                  (tramp-security-key-confirm-regexp
                                   tramp-action-show-and-confirm-message)
                                  (tramp-process-alive-regexp
                                   tramp-action-out-of-band)
                                  )
 tramp-adb-file-name-handler-alist '((access-file . tramp-handle-access-file)
                                     (add-name-to-file .
                                      tramp-handle-add-name-to-file)
                                     (copy-directory .
                                      tramp-handle-copy-directory)
                                     (copy-file . tramp-adb-handle-copy-file)
                                     (delete-directory .
                                      tramp-adb-handle-delete-directory)
                                     (delete-file . 
tramp-adb-handle-delete-file)
                                     (directory-file-name .
                                      tramp-handle-directory-file-name)
                                     (directory-files .
                                      tramp-handle-directory-files)
                                     (directory-files-and-attributes .
                                      
tramp-adb-handle-directory-files-and-attributes)
                                     (dired-compress-file . ignore)
                                     (dired-uncache . 
tramp-handle-dired-uncache)
                                     (exec-path . tramp-adb-handle-exec-path)
                                     (expand-file-name .
                                      tramp-handle-expand-file-name)
                                     (file-accessible-directory-p .
                                      tramp-handle-file-accessible-directory-p)
                                     (file-acl . ignore)
                                     (file-attributes .
                                      tramp-adb-handle-file-attributes)
                                     (file-directory-p .
                                      tramp-handle-file-directory-p)
                                     (file-equal-p . tramp-handle-file-equal-p)
                                     (file-executable-p .
                                      tramp-handle-file-exists-p)
                                     (file-exists-p . 
tramp-handle-file-exists-p)
                                     (file-in-directory-p .
                                      tramp-handle-file-in-directory-p)
                                     (file-local-copy .
                                      tramp-adb-handle-file-local-copy)
                                     (file-locked-p . 
tramp-handle-file-locked-p)
                                     (file-modes . tramp-handle-file-modes)
                                     (file-name-all-completions .
                                      
tramp-adb-handle-file-name-all-completions)
                                     (file-name-as-directory .
                                      tramp-handle-file-name-as-directory)
                                     (file-name-case-insensitive-p .
                                      tramp-handle-file-name-case-insensitive-p)
                                     (file-name-completion .
                                      tramp-handle-file-name-completion)
                                     (file-name-directory .
                                      tramp-handle-file-name-directory)
                                     (file-name-nondirectory .
                                      tramp-handle-file-name-nondirectory)
                                     (file-newer-than-file-p .
                                      tramp-handle-file-newer-than-file-p)
                                     (file-notify-add-watch .
                                      tramp-handle-file-notify-add-watch)
                                     (file-notify-rm-watch .
                                      tramp-handle-file-notify-rm-watch)
                                     (file-notify-valid-p .
                                      tramp-handle-file-notify-valid-p)
                                     (file-ownership-preserved-p . ignore)
                                     (file-readable-p .
                                      tramp-handle-file-exists-p)
                                     (file-regular-p .
                                      tramp-handle-file-regular-p)
                                     (file-remote-p . 
tramp-handle-file-remote-p)
                                     (file-selinux-context .
                                      tramp-handle-file-selinux-context)
                                     (file-symlink-p .
                                      tramp-handle-file-symlink-p)
                                     (file-system-info .
                                      tramp-adb-handle-file-system-info)
                                     (file-truename . 
tramp-handle-file-truename)
                                     (file-writable-p .
                                      tramp-adb-handle-file-writable-p)
                                     (find-backup-file-name .
                                      tramp-handle-find-backup-file-name)
                                     (insert-directory .
                                      tramp-handle-insert-directory)
                                     (insert-file-contents .
                                      tramp-handle-insert-file-contents)
                                     (load . tramp-handle-load)
                                     (lock-file . tramp-handle-lock-file)
                                     (make-auto-save-file-name .
                                      tramp-handle-make-auto-save-file-name)
                                     (make-directory .
                                      tramp-adb-handle-make-directory)
                                     (make-directory-internal . ignore)
                                     (make-lock-file-name .
                                      tramp-handle-make-lock-file-name)
                                     (make-nearby-temp-file .
                                      tramp-handle-make-nearby-temp-file)
                                     (make-process .
                                      tramp-adb-handle-make-process)
                                     (make-symbolic-link .
                                      tramp-handle-make-symbolic-link)
                                     (process-file .
                                      tramp-adb-handle-process-file)
                                     (rename-file . 
tramp-adb-handle-rename-file)
                                     (set-file-acl . ignore)
                                     (set-file-modes .
                                      tramp-adb-handle-set-file-modes)
                                     (set-file-selinux-context . ignore)
                                     (set-file-times .
                                      tramp-adb-handle-set-file-times)
                                     (set-visited-file-modtime .
                                      tramp-handle-set-visited-file-modtime)
                                     (shell-command . 
tramp-handle-shell-command)
                                     (start-file-process .
                                      tramp-handle-start-file-process)
                                     (substitute-in-file-name .
                                      tramp-handle-substitute-in-file-name)
                                     (temporary-file-directory .
                                      tramp-handle-temporary-file-directory)
                                     (tramp-get-remote-gid . ignore)
                                     (tramp-get-remote-uid . ignore)
                                     (tramp-set-file-uid-gid . ignore)
                                     (unhandled-file-name-directory . ignore)
                                     (unlock-file . tramp-handle-unlock-file)
                                     (vc-registered . ignore)
                                     (verify-visited-file-modtime .
                                      tramp-handle-verify-visited-file-modtime)
                                     (write-region .
                                      tramp-adb-handle-write-region)
                                     )
 tramp-adb-method "adb"
 tramp-adb-program "adb"
 tramp-allow-unsafe-temporary-files nil
 tramp-antispoof-regexp "Access granted\\. Press Return to begin session\\. "
 tramp-archive-compression-suffixes '("bz2" "gz" "lrz" "lz" "lz4" "lzma" "lzo"
                                      "uu" "xz" "Z" "zst")
 tramp-archive-enabled nil
 tramp-archive-file-name-handler-alist '((access-file .
                                          tramp-archive-handle-access-file)
                                         (add-name-to-file .
                                          tramp-archive-handle-not-implemented)
                                         (copy-file .
                                          tramp-archive-handle-copy-file)
                                         (delete-directory .
                                          tramp-archive-handle-not-implemented)
                                         (delete-file .
                                          tramp-archive-handle-not-implemented)
                                         (directory-file-name .
                                          
tramp-archive-handle-directory-file-name)
                                         (directory-files .
                                          tramp-handle-directory-files)
                                         (directory-files-and-attributes .
                                          
tramp-handle-directory-files-and-attributes)
                                         (dired-compress-file .
                                          tramp-archive-handle-not-implemented)
                                         (dired-uncache .
                                          tramp-archive-handle-dired-uncache)
                                         (exec-path . ignore)
                                         (file-accessible-directory-p .
                                          
tramp-handle-file-accessible-directory-p)
                                         (file-acl . ignore)
                                         (file-attributes .
                                          tramp-archive-handle-file-attributes)
                                         (file-directory-p .
                                          tramp-handle-file-directory-p)
                                         (file-equal-p .
                                          tramp-handle-file-equal-p)
                                         (file-executable-p .
                                          
tramp-archive-handle-file-executable-p)
                                         (file-exists-p .
                                          tramp-handle-file-exists-p)
                                         (file-in-directory-p .
                                          tramp-handle-file-in-directory-p)
                                         (file-local-copy .
                                          tramp-archive-handle-file-local-copy)
                                         (file-locked-p . ignore)
                                         (file-modes . tramp-handle-file-modes)
                                         (file-name-all-completions .
                                          
tramp-archive-handle-file-name-all-completions)
                                         (file-name-case-insensitive-p . ignore)
                                         (file-name-completion .
                                          tramp-handle-file-name-completion)
                                         (file-newer-than-file-p .
                                          tramp-handle-file-newer-than-file-p)
                                         (file-notify-add-watch . ignore)
                                         (file-notify-rm-watch . ignore)
                                         (file-notify-valid-p . ignore)
                                         (file-ownership-preserved-p . ignore)
                                         (file-readable-p .
                                          tramp-archive-handle-file-readable-p)
                                         (file-regular-p .
                                          tramp-handle-file-regular-p)
                                         (file-selinux-context .
                                          tramp-handle-file-selinux-context)
                                         (file-symlink-p .
                                          tramp-handle-file-symlink-p)
                                         (file-system-info .
                                          tramp-archive-handle-file-system-info)
                                         (file-truename .
                                          tramp-archive-handle-file-truename)
                                         (file-writable-p . ignore)
                                         (find-backup-file-name . ignore)
                                         (insert-directory .
                                          tramp-archive-handle-insert-directory)
                                         (insert-file-contents .
                                          
tramp-archive-handle-insert-file-contents)
                                         (load . tramp-archive-handle-load)
                                         (lock-file . ignore)
                                         (make-auto-save-file-name . ignore)
                                         (make-directory .
                                          tramp-archive-handle-not-implemented)
                                         (make-directory-internal .
                                          tramp-archive-handle-not-implemented)
                                         (make-lock-file-name . ignore)
                                         (make-nearby-temp-file .
                                          tramp-handle-make-nearby-temp-file)
                                         (make-process . ignore)
                                         (make-symbolic-link .
                                          tramp-archive-handle-not-implemented)
                                         (process-file . ignore)
                                         (rename-file .
                                          tramp-archive-handle-not-implemented)
                                         (set-file-acl . ignore)
                                         (set-file-modes .
                                          tramp-archive-handle-not-implemented)
                                         (set-file-selinux-context . ignore)
                                         (set-file-times .
                                          tramp-archive-handle-not-implemented)
                                         (set-visited-file-modtime .
                                          tramp-handle-set-visited-file-modtime)
                                         (shell-command .
                                          tramp-archive-handle-not-implemented)
                                         (start-file-process .
                                          tramp-archive-handle-not-implemented)
                                         (temporary-file-directory .
                                          
tramp-archive-handle-temporary-file-directory)
                                         (tramp-get-remote-gid . ignore)
                                         (tramp-get-remote-uid . ignore)
                                         (tramp-set-file-uid-gid . ignore)
                                         (unhandled-file-name-directory . 
ignore)
                                         (unlock-file . ignore)
                                         (vc-registered . ignore)
                                         (verify-visited-file-modtime .
                                          
tramp-handle-verify-visited-file-modtime)
                                         (write-region .
                                          tramp-archive-handle-not-implemented)
                                         )
 tramp-archive-file-name-regexp 
"\\`\\(.+\\.\\(?:7z\\|CAB\\|LZH\\|MSU\\|ZIP\\|a\\(?:pk\\|r\\)\\|c\\(?:ab\\|pio\\)\\|de\\(?:b\\|pot\\)\\|exe\\|iso\\|jar\\|lzh\\|m\\(?:su\\|tree\\)\\|od[bfgpst]\\|pax\\|r\\(?:ar\\|pm\\)\\|shar\\|t\\(?:ar\\|bz\\|gz\\|lz\\|xz\\|zst\\)\\|warc\\|x\\(?:ar\\|p[is]\\)\\|zip\\)\\(?:\\.\\(?:Z\\|bz2\\|gz\\|l\\(?:rz\\|z\\(?:ma\\|[4o]\\)?\\)\\|uu\\|xz\\|zst\\)\\)*\\)\\(/.*\\)\\'"
 tramp-archive-method "archive"
 tramp-archive-suffixes '("7z" "apk" "ar" "cab" "CAB" "cpio" "deb" "depot" "exe"
                          "iso" "jar" "lzh" "LZH" "msu" "MSU" "mtree" "odb" 
"odf"
                          "odg" "odp" "ods" "odt" "pax" "rar" "rpm" "shar" "tar"
                          "tbz" "tgz" "tlz" "txz" "tzst" "warc" "xar" "xpi" 
"xps"
                          "zip" "ZIP")
 tramp-archive-unload-hook '((closure (t) nil
                              (remove-hook 'after-init-hook
                               #'tramp-register-archive-file-name-handler)
                              )
                             )
 tramp-auto-save-directory nil
 tramp-autoload-file-name-regexp "\\`/\\(-\\|[^/|:]\\{2,\\}\\):"
 tramp-awk-decode "%a '\\\nBEGIN {\n  b64 = 
\"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/\"\n}\n{\n  
for (i=1; i<=length($0); i++) {\n    c=index(b64, substr($0,i,1))\n    if(c--) 
{\n      for(b=0; b<6; b++) {\n        o=o*2+int(c/32); c=(c*2)%%64\n        
if(++obc==8) {\n          if (o) {\n            printf \"%%c\", o\n          } 
else {\n            system(\"dd if=/dev/zero bs=1 count=1 %n\")\n          }\n  
        obc=0; o=0\n        }\n      }\n    }\n  }\n}'"
 tramp-awk-encode "%a '\\\nBEGIN {\n  b64 = 
\"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/\"\n  b16 = 
\"0123456789abcdef\"\n}\n{\n  for (c=1; c<=length($0); c++) {\n    d=index(b16, 
substr($0,c,1))\n    if (d--) {\n      for (b=1; b<=4; b++) {\n        
o=o*2+int(d/8); d=(d*2)%%16\n        if (++obc==6) {\n          printf 
substr(b64,o+1,1)\n          if (++rc>75) { printf \"\\n\"; rc=0 }\n          
obc=0; o=0\n        }\n      }\n    }\n  }\n}\nEND {\n  if (obc) {\n    
tail=(obc==2) ? \"==\\n\" : \"=\\n\"\n    while (obc++<6) { o=o*2 }\n    printf 
\"%%c\", substr(b64,o+1,1)\n  } else {\n    tail=\"\\n\"\n  }\n  printf 
tail\n}'"
 tramp-backup-directory-alist nil
 tramp-bug-report-address "tramp-devel@gnu.org"
 tramp-cache-data '(((tramp-file-name "plinkx" nil nil "Prod" nil nil nil)
                     ("process-buffer" nil) ("first-password-request" nil)
                     ("null-device" "/dev/null")
                     ("uname" "Linux 3.10.0-1160.36.2.el7.x86_64")
                     ("locale" "LC_ALL=en_US.utf8") ("test" "test")
                     ("remote-path"
                      ("/usr/bin" "/bin" "/sbin" "/usr/sbin" "/usr/local/bin"
                       "/usr/local/sbin")
                      )
                     ("pipe-buf" 4096) ("remote-shell" "/bin/sh")
                     ("~" "/home/vt1/uidg1626") ("file-exists" "test -e")
                     ("case-insensitive" nil) ("readlink" "\\readlink")
                     ("stat" "env QUOTING_STYLE=locale \\stat")
                     ("id" "/usr/bin/id") ("gid-integer" 1558000513)
                     ("gid-string" "Domain Users") ("uid-string" "uidg1626")
                     ("ls" "/usr/bin/ls --color=never")
                     ("ls--quoting-style=literal --show-control-chars"
                      "--quoting-style=literal --show-control-chars")
                     ("df-blocksize" 1)
                     ("df" "\\df --block-size=1 --output=size,used,avail")
                     ("uid-integer" 1558111305))
                    (nil ("locale" "C")) ("/plinkx:Prod:" nil)
                    ((tramp-file-name "plinkx" nil nil "Prod" nil
                      "/home/vt1/uidg1626/movemail.exe" nil)
                     ("file-directory-p" ((24933 41858 899315 0)))
                     ("file-attributes-string" ((24933 41859 106411 0)))
                     ("file-attributes-integer" ((24933 41859 223134 0)))
                     ("file-executable-p" ((24933 41859 298737 0))))
                    ("#<process *tramp/plinkx Prod*>"
                     ("temp-file"
                      "c:/Users/uidg1626/AppData/Local/Temp/tramp.rgDQyW")
                     ("password-vector"
                      (tramp-file-name "plinkx" nil nil "Prod" nil nil nil))
                     ("last-cmd-time" (24933 41859 267924 0))
                     ("mutex" "#<mutex *tramp/plinkx Prod*>")
                     ("remote-shell" "/bin/sh") ("chunksize" 0)
                     ("remote-tty" "/dev/pts/0") ("connected" t)
                     ("device" (-1 . 2)))
                    ((tramp-file-name "plinkx" nil nil "Prod" nil
                      "/home/vt1/uidg1626" nil)
                     ("file-directory-p" ((24933 41858 811267 0) . t))
                     ("file-attributes-string"
                      ((24933 41858 860452 0) t 5 "uidg1626" "Domain Users"
                       (24932 34750 0 0) (24932 34399 0 0) (24932 34399 0 0) 
4096
                       "drwx------" nil 88097186 (-1 . 2))
                      )
                     ("file-readable-p" ((24933 41858 861034 0) . t)))
                    ((tramp-file-name "plinkx" nil nil "Prod" nil "/home/vt1" 
nil)
                     nil)
                    ("#<process *tramp/plinkx Prod*>" nil))
 tramp-cache-data-changed t
 tramp-cache-get-count-directory-files-and-attributes-string 1
 tramp-cache-get-count-file-attributes-integer 12
 tramp-cache-get-count-file-attributes-string 9
 tramp-cache-get-count-file-directory-p 22
 tramp-cache-get-count-file-exists-p 4
 tramp-cache-get-count-file-readable-p 3
 tramp-cache-get-count-file-truename 5
 tramp-cache-read-persistent-data nil
 tramp-cache-set-count-directory-files-and-attributes-string 1
 tramp-cache-set-count-file-attributes-integer 4
 tramp-cache-set-count-file-attributes-string 3
 tramp-cache-set-count-file-directory-p 20
 tramp-cache-set-count-file-exists-p 3
 tramp-cache-set-count-file-readable-p 2
 tramp-cache-set-count-file-truename 2
 tramp-cache-undefined 'undef
 tramp-cache-unload-hook '(#[0 "\300\301\302\"\207"
                             [remove-hook kill-emacs-hook
                              tramp-dump-connection-properties]
                             3]
                           #[0
                             
"\300\301\302\"\210\300\303\302\"\210\300\304\302\"\207"
                             [remove-hook before-revert-hook
                              tramp-flush-file-function eshell-pre-command-hook
                              kill-buffer-hook]
                             3]
                           #[0
                             
"\301\302\"\211\205\211@\303\"\210A\266\202\202\207"
                             [obarray all-completions "tramp-cache-set-count-"
                              unintern]
                             5]
                           #[0
                             
"\301\302\"\211\205\211@\303\"\210A\266\202\202\207"
                             [obarray all-completions "tramp-cache-get-count-"
                              unintern]
                             5]
                           )
 tramp-chunksize nil
 tramp-cleanup-all-connections-hook nil
 tramp-cleanup-connection-hook nil
 tramp-compat-emacs-compiled-version "28.0.50"
 tramp-compat-main-thread #<thread 000000040057b540>
 tramp-compat-temporary-file-directory "c:/Users/uidg1626/AppData/Local/Temp/"
 tramp-compat-use-url-tramp-p t
 tramp-completion-file-name-handler-alist '((file-name-all-completions .
                                             
tramp-completion-handle-file-name-all-completions)
                                            (file-name-completion .
                                             
tramp-completion-handle-file-name-completion)
                                            )
 tramp-completion-file-name-regexp 
"\\`\\(?:[[:alpha:]]:\\)?/\\(\\([^/|:]+:[^/|:]*|\\)*\\(-\\|[^/|:]\\{2,\\}\\)\\(:[^/|:]*\\)?\\)?\\'"
 tramp-completion-file-name-regexp-alist '((default .
                                            
"\\`\\(?:[[:alpha:]]:\\)?/\\(\\([^/|:]+:[^/|:]*|\\)*\\(-\\|[^/|:]\\{2,\\}\\)\\(:[^/|:]*\\)?\\)?\\'")
                                           (simplified .
                                            
"\\`\\(?:[[:alpha:]]:\\)?/\\(\\([^/|:]*|\\)*[^/|:]\\{2,\\}\\)?\\'")
                                           (separate .
                                            
"\\`\\(?:[[:alpha:]]:\\)?/\\(\\[[^]]*\\)?\\'")
                                           )
 tramp-completion-file-name-regexp-default 
"\\`\\(?:[[:alpha:]]:\\)?/\\(\\([^/|:]+:[^/|:]*|\\)*\\(-\\|[^/|:]\\{2,\\}\\)\\(:[^/|:]*\\)?\\)?\\'"
 tramp-completion-file-name-regexp-separate 
"\\`\\(?:[[:alpha:]]:\\)?/\\(\\[[^]]*\\)?\\'"
 tramp-completion-file-name-regexp-simplified 
"\\`\\(?:[[:alpha:]]:\\)?/\\(\\([^/|:]*|\\)*[^/|:]\\{2,\\}\\)?\\'"
 tramp-completion-function-alist '(("adb" (tramp-adb-parse-device-names ""))
                                   ("rclone" (tramp-rclone-parse-device-names 
""))
                                   ("fcp"
                                    (tramp-parse-shosts
                                     "c:/Users/uidg1626/.ssh/known_hosts")
                                    (tramp-parse-sconfig
                                     "c:/Users/uidg1626/.ssh/config")
                                    )
                                   ("psftp"
                                    (tramp-parse-shosts
                                     "c:/Users/uidg1626/.ssh/known_hosts")
                                    (tramp-parse-sconfig
                                     "c:/Users/uidg1626/.ssh/config")
                                    )
                                   ("pscp"
                                    (tramp-parse-shosts
                                     "c:/Users/uidg1626/.ssh/known_hosts")
                                    (tramp-parse-sconfig
                                     "c:/Users/uidg1626/.ssh/config")
                                    )
                                   ("plinkx"
                                    (tramp-parse-putty
                                     
"HKEY_CURRENT_USER\\Software\\SimonTatham\\PuTTY\\Sessions")
                                    )
                                   ("plink"
                                    (tramp-parse-shosts
                                     "c:/Users/uidg1626/.ssh/known_hosts")
                                    (tramp-parse-sconfig
                                     "c:/Users/uidg1626/.ssh/config")
                                    )
                                   ("sshx"
                                    (tramp-parse-shosts
                                     "c:/Users/uidg1626/.ssh/known_hosts")
                                    (tramp-parse-sconfig
                                     "c:/Users/uidg1626/.ssh/config")
                                    )
                                   ("ssh"
                                    (tramp-parse-shosts
                                     "c:/Users/uidg1626/.ssh/known_hosts")
                                    (tramp-parse-sconfig
                                     "c:/Users/uidg1626/.ssh/config")
                                    )
                                   ("rsync"
                                    (tramp-parse-shosts
                                     "c:/Users/uidg1626/.ssh/known_hosts")
                                    (tramp-parse-sconfig
                                     "c:/Users/uidg1626/.ssh/config")
                                    )
                                   ("scpx"
                                    (tramp-parse-shosts
                                     "c:/Users/uidg1626/.ssh/known_hosts")
                                    (tramp-parse-sconfig
                                     "c:/Users/uidg1626/.ssh/config")
                                    )
                                   ("scp"
                                    (tramp-parse-shosts
                                     "c:/Users/uidg1626/.ssh/known_hosts")
                                    (tramp-parse-sconfig
                                     "c:/Users/uidg1626/.ssh/config")
                                    )
                                   ("sshfs"
                                    (tramp-parse-shosts
                                     "c:/Users/uidg1626/.ssh/known_hosts")
                                    (tramp-parse-sconfig
                                     "c:/Users/uidg1626/.ssh/config")
                                    )
                                   )
 tramp-completion-function-alist-putty '((tramp-parse-putty
                                          
"HKEY_CURRENT_USER\\Software\\SimonTatham\\PuTTY\\Sessions")
                                         )
 tramp-completion-function-alist-rsh '((tramp-parse-rhosts "/etc/hosts.equiv")
                                       (tramp-parse-rhosts "~/.rhosts"))
 tramp-completion-function-alist-sg '((tramp-parse-etc-group "/etc/group"))
 tramp-completion-function-alist-ssh '((tramp-parse-rhosts "/etc/hosts.equiv")
                                       (tramp-parse-rhosts "/etc/shosts.equiv")
                                       (tramp-parse-shosts
                                        "c:/ProgramData/ssh/ssh_known_hosts")
                                       (tramp-parse-sconfig
                                        "c:/ProgramData/ssh/ssh_config")
                                       (tramp-parse-shostkeys
                                        "/etc/ssh2/hostkeys")
                                       (tramp-parse-sknownhosts
                                        "/etc/ssh2/knownhosts")
                                       (tramp-parse-rhosts "~/.rhosts")
                                       (tramp-parse-rhosts "~/.shosts")
                                       (tramp-parse-shosts
                                        "c:/Users/uidg1626/.ssh/known_hosts")
                                       (tramp-parse-sconfig
                                        "c:/Users/uidg1626/.ssh/config")
                                       (tramp-parse-shostkeys 
"~/.ssh2/hostkeys")
                                       (tramp-parse-sknownhosts
                                        "~/.ssh2/knownhosts")
                                       )
 tramp-completion-function-alist-su '((tramp-parse-passwd "/etc/passwd"))
 tramp-completion-function-alist-telnet '((tramp-parse-hosts "/etc/hosts"))
 tramp-completion-reread-directory-timeout 10
 tramp-completion-use-auth-sources t
 tramp-confirm-rename-file-names t
 tramp-connection-local-default-shell-variables '((shell-file-name . "/bin/sh")
                                                  (shell-command-switch . "-c"))
 tramp-connection-local-default-system-variables '((path-separator . ":")
                                                   (null-device . "/dev/null"))
 tramp-connection-min-time-diff 5
 tramp-connection-properties '(("/sshfs:" "direct-async-process" t))
 tramp-connection-timeout 60
 tramp-copy-failed-regexp "\\(.+: \\(No such file or directory\\|Permission 
denied\\|is a directory\\|not a regular file\\)\\)\\s-*"
 tramp-copy-size-limit 10240
 tramp-crypt-directories nil
 tramp-crypt-enabled nil
 tramp-crypt-encfs-config ".encfs6.xml"
 tramp-crypt-file-name-handler-alist '((access-file .
                                        tramp-crypt-handle-access-file)
                                       (add-name-to-file .
                                        tramp-handle-add-name-to-file)
                                       (copy-directory .
                                        tramp-handle-copy-directory)
                                       (copy-file . 
tramp-crypt-handle-copy-file)
                                       (delete-directory .
                                        tramp-crypt-handle-delete-directory)
                                       (delete-file .
                                        tramp-crypt-handle-delete-file)
                                       (directory-files .
                                        tramp-crypt-handle-directory-files)
                                       (directory-files-and-attributes .
                                        
tramp-handle-directory-files-and-attributes)
                                       (dired-compress-file . ignore)
                                       (dired-uncache .
                                        tramp-handle-dired-uncache)
                                       (exec-path . ignore)
                                       (file-accessible-directory-p .
                                        
tramp-handle-file-accessible-directory-p)
                                       (file-acl . ignore)
                                       (file-attributes .
                                        tramp-crypt-handle-file-attributes)
                                       (file-directory-p .
                                        tramp-handle-file-directory-p)
                                       (file-equal-p . 
tramp-handle-file-equal-p)
                                       (file-executable-p .
                                        tramp-crypt-handle-file-executable-p)
                                       (file-exists-p .
                                        tramp-handle-file-exists-p)
                                       (file-in-directory-p .
                                        tramp-handle-file-in-directory-p)
                                       (file-local-copy .
                                        tramp-handle-file-local-copy)
                                       (file-locked-p .
                                        tramp-crypt-handle-file-locked-p)
                                       (file-modes . tramp-handle-file-modes)
                                       (file-name-all-completions .
                                        
tramp-crypt-handle-file-name-all-completions)
                                       (file-name-case-insensitive-p . ignore)
                                       (file-name-completion .
                                        tramp-handle-file-name-completion)
                                       (file-newer-than-file-p .
                                        tramp-handle-file-newer-than-file-p)
                                       (file-notify-add-watch . ignore)
                                       (file-notify-rm-watch . ignore)
                                       (file-notify-valid-p . ignore)
                                       (file-ownership-preserved-p .
                                        
tramp-crypt-handle-file-ownership-preserved-p)
                                       (file-readable-p .
                                        tramp-crypt-handle-file-readable-p)
                                       (file-regular-p .
                                        tramp-handle-file-regular-p)
                                       (file-selinux-context . ignore)
                                       (file-symlink-p .
                                        tramp-handle-file-symlink-p)
                                       (file-system-info .
                                        tramp-crypt-handle-file-system-info)
                                       (file-writable-p .
                                        tramp-crypt-handle-file-writable-p)
                                       (find-backup-file-name .
                                        tramp-handle-find-backup-file-name)
                                       (insert-directory .
                                        tramp-crypt-handle-insert-directory)
                                       (load . tramp-handle-load)
                                       (lock-file . 
tramp-crypt-handle-lock-file)
                                       (make-auto-save-file-name .
                                        tramp-handle-make-auto-save-file-name)
                                       (make-directory .
                                        tramp-crypt-handle-make-directory)
                                       (make-directory-internal . ignore)
                                       (make-lock-file-name .
                                        tramp-handle-make-lock-file-name)
                                       (make-nearby-temp-file .
                                        tramp-handle-make-nearby-temp-file)
                                       (make-process . ignore)
                                       (make-symbolic-link .
                                        tramp-handle-make-symbolic-link)
                                       (process-file . ignore)
                                       (rename-file .
                                        tramp-crypt-handle-rename-file)
                                       (set-file-acl . ignore)
                                       (set-file-modes .
                                        tramp-crypt-handle-set-file-modes)
                                       (set-file-selinux-context . ignore)
                                       (set-file-times .
                                        tramp-crypt-handle-set-file-times)
                                       (set-visited-file-modtime .
                                        tramp-handle-set-visited-file-modtime)
                                       (shell-command . ignore)
                                       (start-file-process . ignore)
                                       (temporary-file-directory .
                                        tramp-handle-temporary-file-directory)
                                       (tramp-set-file-uid-gid .
                                        tramp-crypt-handle-set-file-uid-gid)
                                       (unhandled-file-name-directory . ignore)
                                       (unlock-file .
                                        tramp-crypt-handle-unlock-file)
                                       (vc-registered . ignore)
                                       (verify-visited-file-modtime .
                                        
tramp-handle-verify-visited-file-modtime)
                                       (write-region . 
tramp-handle-write-region))
 tramp-current-connection nil
 tramp-debug-font-lock-keywords '(list
                                  (concat "^\\(?:" tramp-debug-outline-regexp
                                   "\\).+")
                                  '(1 font-lock-warning-face t t)
                                  '(0 (outline-font-lock-face) keep t))
 tramp-debug-outline-regexp 
"[[:digit:]]+:[[:digit:]]+:[[:digit:]]+\\.[[:digit:]]+ \\(?:\\(#<thread .+>\\) 
\\)?[[:alnum:]-]+ (\\([[:digit:]]+\\)) #"
 tramp-debug-to-file nil
 tramp-default-host "VSL7V7PW"
 tramp-default-host-alist '(("adb" nil "") ("rclone" nil ""))
 tramp-default-method "pscp"
 tramp-default-method-alist '((nil "\\`\\(anonymous\\|ftp\\)\\'" "ftp")
                              ("\\`ftp\\." nil "ftp")
                              
("\\`\\(127\\.0\\.0\\.1\\|::1\\|VSL7V7PW\\|localhost6?\\)\\'" "\\`root\\'" "su")
                              )
 tramp-default-method-marker "-"
 tramp-default-proxies-alist nil
 tramp-default-remote-shell "/bin/sh"
 tramp-default-rename-alist nil
 tramp-default-user nil
 tramp-default-user-alist 
'(("\\`\\(?:fcp\\|krlogin\\|nc\\|r\\(?:cp\\|emcp\\|sh\\)\\|telnet\\)\\'" nil 
"uidg1626")
                            ("\\`\\(?:doas\\|ksu\\|su\\(?:do\\)?\\)\\'" nil
                             "root")
                            ("\\`smb\\'" nil nil) ("\\`sudoedit\\'" nil "root"))
 tramp-device-escape-sequence-regexp '(decode-coding-string
                                       (base64-decode-string
                                        "G1tbOmRpZ2l0Ol1bXStu")
                                       'raw-text)
 tramp-devices 2
 tramp-display-escape-sequence-regexp '(decode-coding-string
                                        (base64-decode-string
                                         "G1tbOmRpZ2l0Ol07W10rbQ==")
                                        'raw-text)
 tramp-dns-sd-service-regexp "^_[-[:alnum:]]+\\._tcp$"
 tramp-domain-regexp "[[:alnum:]_.-]+"
 tramp-echo-mark "_echo"
 tramp-echo-mark-marker "_echo"
 tramp-echo-mark-marker-length 5
 tramp-echoed-echo-mark-regexp "_echo\\(\\( \\)?\\)\\{5\\}"
 tramp-encoding-command-interactive nil
 tramp-encoding-command-switch "/c"
 tramp-encoding-shell 
"D:/Emacs/Emacs-28.1/libexec/emacs/28.0.50/x86_64-w64-mingw32/cmdproxy.exe"
 tramp-end-of-heredoc "31db03d59d37f2b1acb1f8ce5f93b735"
 tramp-end-of-output "///28623118589a3061b5ad9ef7029ee620#$"
 tramp-file-missing 'file-missing
 tramp-file-mode-type-map '((0 . "-") (1 . "p") (2 . "c") (3 . "m") (4 . "d")
                            (5 . "?") (6 . "b") (7 . "?") (8 . "-") (9 . "n")
                            (10 . "l") (11 . "?") (12 . "s") (13 . "D")
                            (14 . "w"))
 tramp-file-name-regexp '(decode-coding-string
                          (base64-decode-string
                           
"Xi9cKFwoPzpcKFtbOmFsbnVtOl0tXStcKTpcKD86XChbXi98OiAJXStcKUBcKT9cKFwoPzpbWzph\nbG51bTpdXy4lLV0rXHxcW1woPzpcKD86W1s6YWxudW06XV0qOlwpK1tbOmFsbnVtOl0uXStcKT9d\nXClcKD86I1tbOmRpZ2l0Ol1dK1wpP1wpP3xcKStcKT9cKFtbOmFsbnVtOl0tXStcKTpcKD86XChb\nXi98OiAJXStcKUBcKT9cKFwoPzpbWzphbG51bTpdXy4lLV0rXHxcW1woPzpcKD86W1s6YWxudW06\nXV0qOlwpK1tbOmFsbnVtOl0uXStcKT9dXClcKD86I1tbOmRpZ2l0Ol1dK1wpP1wpPzpcKFteCg1d\nKlwnXCk=")
                          'raw-text)
 tramp-file-name-structure '("^/\\(\\(?:\\([[:alnum:]-]+\\):\\(?:\\([^/|:       
]+\\)@\\)?\\(\\(?:[[:alnum:]_.%-]+\\|\\[\\(?:\\(?:[[:alnum:]]*:\\)+[[:alnum:].]+\\)?]\\)\\(?:#[[:digit:]]+\\)?\\)?|\\)+\\)?\\([[:alnum:]-]+\\):\\(?:\\([^/|:
    
]+\\)@\\)?\\(\\(?:[[:alnum:]_.%-]+\\|\\[\\(?:\\(?:[[:alnum:]]*:\\)+[[:alnum:].]+\\)?]\\)\\(?:#[[:digit:]]+\\)?\\)?:\\([^\n]*\\'\\)"
 5 6 7 8 1)
 tramp-foreign-file-name-handler-alist '((tramp-adb-file-name-p .
                                          tramp-adb-file-name-handler)
                                         (tramp-ftp-file-name-p .
                                          tramp-ftp-file-name-handler)
                                         (tramp-rclone-file-name-p .
                                          tramp-rclone-file-name-handler)
                                         (tramp-sshfs-file-name-p .
                                          tramp-sshfs-file-name-handler)
                                         (tramp-sudoedit-file-name-p .
                                          tramp-sudoedit-file-name-handler)
                                         (identity . 
tramp-sh-file-name-handler))
 tramp-ftp-method "ftp"
 tramp-gio-events '("attribute-changed" "changed" "changes-done-hint" "created"
                    "deleted" "moved" "pre-unmount" "unmounted")
 tramp-goa-methods '("gdrive" "nextcloud")
 tramp-goa-service "org.gnome.OnlineAccounts"
 tramp-gvfs-file-name-handler-alist '((access-file . tramp-handle-access-file)
                                      (add-name-to-file .
                                       tramp-handle-add-name-to-file)
                                      (copy-directory .
                                       tramp-handle-copy-directory)
                                      (copy-file . tramp-gvfs-handle-copy-file)
                                      (delete-directory .
                                       tramp-gvfs-handle-delete-directory)
                                      (delete-file .
                                       tramp-gvfs-handle-delete-file)
                                      (directory-file-name .
                                       tramp-handle-directory-file-name)
                                      (directory-files .
                                       tramp-handle-directory-files)
                                      (directory-files-and-attributes .
                                       
tramp-handle-directory-files-and-attributes)
                                      (dired-compress-file . ignore)
                                      (dired-uncache . 
tramp-handle-dired-uncache)
                                      (exec-path . ignore)
                                      (expand-file-name .
                                       tramp-gvfs-handle-expand-file-name)
                                      (file-accessible-directory-p .
                                       tramp-handle-file-accessible-directory-p)
                                      (file-acl . ignore)
                                      (file-attributes .
                                       tramp-gvfs-handle-file-attributes)
                                      (file-directory-p .
                                       tramp-handle-file-directory-p)
                                      (file-equal-p . tramp-handle-file-equal-p)
                                      (file-executable-p .
                                       tramp-gvfs-handle-file-executable-p)
                                      (file-exists-p . 
tramp-handle-file-exists-p)
                                      (file-in-directory-p .
                                       tramp-handle-file-in-directory-p)
                                      (file-local-copy .
                                       tramp-handle-file-local-copy)
                                      (file-locked-p . 
tramp-handle-file-locked-p)
                                      (file-modes . tramp-handle-file-modes)
                                      (file-name-all-completions .
                                       
tramp-gvfs-handle-file-name-all-completions)
                                      (file-name-as-directory .
                                       tramp-handle-file-name-as-directory)
                                      (file-name-case-insensitive-p .
                                       
tramp-handle-file-name-case-insensitive-p)
                                      (file-name-completion .
                                       tramp-handle-file-name-completion)
                                      (file-name-directory .
                                       tramp-handle-file-name-directory)
                                      (file-name-nondirectory .
                                       tramp-handle-file-name-nondirectory)
                                      (file-newer-than-file-p .
                                       tramp-handle-file-newer-than-file-p)
                                      (file-notify-add-watch .
                                       tramp-gvfs-handle-file-notify-add-watch)
                                      (file-notify-rm-watch .
                                       tramp-handle-file-notify-rm-watch)
                                      (file-notify-valid-p .
                                       tramp-handle-file-notify-valid-p)
                                      (file-ownership-preserved-p . ignore)
                                      (file-readable-p .
                                       tramp-gvfs-handle-file-readable-p)
                                      (file-regular-p .
                                       tramp-handle-file-regular-p)
                                      (file-remote-p . 
tramp-handle-file-remote-p)
                                      (file-selinux-context .
                                       tramp-handle-file-selinux-context)
                                      (file-symlink-p .
                                       tramp-handle-file-symlink-p)
                                      (file-system-info .
                                       tramp-gvfs-handle-file-system-info)
                                      (file-truename . 
tramp-handle-file-truename)
                                      (file-writable-p .
                                       tramp-handle-file-writable-p)
                                      (find-backup-file-name .
                                       tramp-handle-find-backup-file-name)
                                      (insert-directory .
                                       tramp-handle-insert-directory)
                                      (insert-file-contents .
                                       tramp-handle-insert-file-contents)
                                      (load . tramp-handle-load)
                                      (lock-file . tramp-handle-lock-file)
                                      (make-auto-save-file-name .
                                       tramp-handle-make-auto-save-file-name)
                                      (make-directory .
                                       tramp-gvfs-handle-make-directory)
                                      (make-directory-internal . ignore)
                                      (make-lock-file-name .
                                       tramp-handle-make-lock-file-name)
                                      (make-nearby-temp-file .
                                       tramp-handle-make-nearby-temp-file)
                                      (make-process . ignore)
                                      (make-symbolic-link .
                                       tramp-handle-make-symbolic-link)
                                      (process-file . ignore)
                                      (rename-file .
                                       tramp-gvfs-handle-rename-file)
                                      (set-file-acl . ignore)
                                      (set-file-modes .
                                       tramp-gvfs-handle-set-file-modes)
                                      (set-file-selinux-context . ignore)
                                      (set-file-times .
                                       tramp-gvfs-handle-set-file-times)
                                      (set-visited-file-modtime .
                                       tramp-handle-set-visited-file-modtime)
                                      (shell-command . ignore)
                                      (start-file-process . ignore)
                                      (substitute-in-file-name .
                                       tramp-handle-substitute-in-file-name)
                                      (temporary-file-directory .
                                       tramp-handle-temporary-file-directory)
                                      (tramp-get-remote-gid .
                                       tramp-gvfs-handle-get-remote-gid)
                                      (tramp-get-remote-uid .
                                       tramp-gvfs-handle-get-remote-uid)
                                      (tramp-set-file-uid-gid .
                                       tramp-gvfs-handle-set-file-uid-gid)
                                      (unhandled-file-name-directory . ignore)
                                      (unlock-file . tramp-handle-unlock-file)
                                      (vc-registered . ignore)
                                      (verify-visited-file-modtime .
                                       tramp-handle-verify-visited-file-modtime)
                                      (write-region . 
tramp-handle-write-region))
 tramp-gvfs-methods '("afp" "dav" "davs" "gdrive" "mtp" "nextcloud" "sftp")
 tramp-gvfs-service-afc-volumemonitor "org.gtk.vfs.AfcVolumeMonitor"
 tramp-gvfs-service-gphoto2-volumemonitor "org.gtk.vfs.GPhoto2VolumeMonitor"
 tramp-gvfs-service-mtp-volumemonitor "org.gtk.vfs.MTPVolumeMonitor"
 tramp-handle-file-local-copy-hook nil
 tramp-handle-write-region-hook nil
 tramp-hexdump-awk-encode "%h -v -e '16/1 \" %%02x\" \"\\n\"' | %a '\\\nBEGIN 
{\n  b64 = 
\"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/\"\n  b16 = 
\"0123456789abcdef\"\n}\n{\n  for (c=1; c<=length($0); c++) {\n    d=index(b16, 
substr($0,c,1))\n    if (d--) {\n      for (b=1; b<=4; b++) {\n        
o=o*2+int(d/8); d=(d*2)%%16\n        if (++obc==6) {\n          printf 
substr(b64,o+1,1)\n          if (++rc>75) { printf \"\\n\"; rc=0 }\n          
obc=0; o=0\n        }\n      }\n    }\n  }\n}\nEND {\n  if (obc) {\n    
tail=(obc==2) ? \"==\\n\" : \"=\\n\"\n    while (obc++<6) { o=o*2 }\n    printf 
\"%%c\", substr(b64,o+1,1)\n  } else {\n    tail=\"\\n\"\n  }\n  printf 
tail\n}'"
 tramp-hexdump-encode "%h -v -e '16/1 \" %%02x\" \"\\n\"'"
 tramp-histfile-override "~/.tramp_history"
 tramp-host-regexp "[[:alnum:]_.%-]+"
 tramp-host-with-port-regexp "\\([[:alnum:]_.%-]+\\)#\\([[:digit:]]+\\)"
 tramp-ignored-file-name-regexp nil
 tramp-inhibit-progress-reporter nil
 tramp-initial-end-of-output "#$ "
 tramp-initial-file-name-regexp "\\`/[^/:]+:[^/:]*:"
 tramp-inline-compress-commands '(("env GZIP= gzip" "env GZIP= gzip -d")
                                  ("bzip2" "bzip2 -d") ("xz" "xz -d")
                                  ("zstd --rm" "zstd -d --rm")
                                  ("compress" "compress -d"))
 tramp-inline-compress-start-size 4096
 tramp-inodes 0
 tramp-ipv6-regexp "\\(?:[[:alnum:]]*:\\)+[[:alnum:].]+"
 tramp-local-coding-commands '((b64 base64-encode-region base64-decode-region)
                               (uu tramp-uuencode-region uudecode-decode-region)
                               (pack
                                "%p -e 'binmode STDIN; binmode STDOUT; print 
pack(q{u*}, join q{}, <>)' %n" "%p -e 'binmode STDIN; binmode STDOUT; print 
unpack(q{u*}, join q{}, <>)' %n")
                               )
 tramp-local-end-of-line '(decode-coding-string (base64-decode-string "DQo=")
                           'raw-text)
 tramp-local-host-regexp 
"\\`\\(127\\.0\\.0\\.1\\|::1\\|VSL7V7PW\\|localhost6?\\)\\'"
 tramp-localname-regexp '(decode-coding-string
                          (base64-decode-string "W14KDV0qXCc=") 'raw-text)
 tramp-lock-file-info-regexp 
"\\`\\(.+\\)@\\(.+\\)\\.\\([[:digit:]]+\\)\\(?::\\([[:digit:]]+\\)\\)?\\'"
 tramp-login-prompt-regexp ".*\\(user\\|login\\)\\( .*\\)?: *"
 tramp-media-methods '("afc" "gphoto2" "mtp")
 tramp-method-regexp "[[:alnum:]-]+"
 tramp-method-regexp-alist '((default . "[[:alnum:]-]+") (simplified . "")
                             (separate . "[[:alnum:]-]*"))
 tramp-methods '(("adb" (tramp-login-program "adb")
                  (tramp-login-args (("shell"))) (tramp-direct-async t)
                  (tramp-tmpdir "/data/local/tmp") (tramp-default-port 5555))
                 ("ftp")
                 ("rclone"
                  (tramp-mount-args
                   ("--no-unicode-normalization" "--dir-cache-time" "0s"))
                  (tramp-copyto-args nil) (tramp-moveto-args nil)
                  (tramp-about-args ("--full")))
                 ("fcp" (tramp-login-program "fsh")
                  (tramp-login-args (("%h") ("-l" "%u") ("sh" "-i")))
                  (tramp-remote-shell "/bin/sh")
                  (tramp-remote-shell-login ("-l"))
                  (tramp-remote-shell-args ("-i") ("-c"))
                  (tramp-copy-program "fcp") (tramp-copy-args (("-p" "%k")))
                  (tramp-copy-keep-date t))
                 ("psftp" (tramp-login-program "plink")
                  (tramp-login-args
                   (("-l" "%u") ("-P" "%p") ("-ssh") ("-t") ("%h") ("\"")
                    ("env 'TERM=dumb' 'PROMPT_COMMAND=' 'PS1=#$ '") ("%l") 
("\""))
                   )
                  (tramp-remote-shell "/bin/sh")
                  (tramp-remote-shell-login ("-l"))
                  (tramp-remote-shell-args ("-c")) (tramp-copy-program "pscp")
                  (tramp-copy-args
                   (("-l" "%u") ("-P" "%p") ("-sftp") ("-p" "%k") ("-q")))
                  (tramp-copy-keep-date t))
                 ("pscp" (tramp-login-program "plink")
                  (tramp-login-args
                   (("-l" "%u") ("-P" "%p") ("-ssh") ("-t") ("%h") ("\"")
                    ("env 'TERM=dumb' 'PROMPT_COMMAND=' 'PS1=#$ '") ("%l") 
("\""))
                   )
                  (tramp-remote-shell "/bin/sh")
                  (tramp-remote-shell-login ("-l"))
                  (tramp-remote-shell-args ("-c")) (tramp-copy-program "pscp")
                  (tramp-copy-args
                   (("-l" "%u") ("-P" "%p") ("-scp") ("-p" "%k") ("-q") ("-r")))
                  (tramp-copy-keep-date t) (tramp-copy-recursive t))
                 ("plinkx" (tramp-login-program "plink")
                  (tramp-login-args
                   (("-load") ("%h") ("-t") ("\"")
                    ("env 'TERM=dumb' 'PROMPT_COMMAND=' 'PS1=#$ '") ("%l") 
("\""))
                   )
                  (tramp-remote-shell "/bin/sh")
                  (tramp-remote-shell-login ("-l"))
                  (tramp-remote-shell-args ("-c")))
                 ("plink" (tramp-login-program "plink")
                  (tramp-login-args
                   (("-l" "%u") ("-P" "%p") ("-ssh") ("-t") ("%h") ("\"")
                    ("env 'TERM=dumb' 'PROMPT_COMMAND=' 'PS1=#$ '") ("%l") 
("\""))
                   )
                  (tramp-remote-shell "/bin/sh")
                  (tramp-remote-shell-login ("-l"))
                  (tramp-remote-shell-args ("-c")))
                 ("krlogin" (tramp-login-program "krlogin")
                  (tramp-login-args (("%h") ("-l" "%u") ("-x")))
                  (tramp-remote-shell "/bin/sh")
                  (tramp-remote-shell-login ("-l"))
                  (tramp-remote-shell-args ("-c")))
                 ("ksu" (tramp-login-program "ksu")
                  (tramp-login-args (("%u") ("-q")))
                  (tramp-remote-shell "/bin/sh")
                  (tramp-remote-shell-login ("-l"))
                  (tramp-remote-shell-args ("-c")) (tramp-connection-timeout 
10))
                 ("doas" (tramp-login-program "doas")
                  (tramp-login-args (("-u" "%u") ("-s")))
                  (tramp-remote-shell "/bin/sh") (tramp-remote-shell-args 
("-c"))
                  (tramp-connection-timeout 10) (tramp-session-timeout 300))
                 ("sudo" (tramp-login-program "env")
                  (tramp-login-args
                   (("SUDO_PROMPT=P\"\"a\"\"s\"\"s\"\"w\"\"o\"\"r\"\"d\"\":")
                    ("sudo") ("-u" "%u") ("-s") ("-H") ("%l"))
                   )
                  (tramp-remote-shell "/bin/sh")
                  (tramp-remote-shell-login ("-l"))
                  (tramp-remote-shell-args ("-c")) (tramp-connection-timeout 10)
                  (tramp-session-timeout 300))
                 ("sg" (tramp-login-program "sg")
                  (tramp-login-args (("-") ("%u")))
                  (tramp-remote-shell "/bin/sh") (tramp-remote-shell-args 
("-c"))
                  (tramp-connection-timeout 10))
                 ("su" (tramp-login-program "su")
                  (tramp-login-args (("-") ("%u")))
                  (tramp-remote-shell "/bin/sh")
                  (tramp-remote-shell-login ("-l"))
                  (tramp-remote-shell-args ("-c")) (tramp-connection-timeout 
10))
                 ("nc" (tramp-login-program "telnet")
                  (tramp-login-args (("%h") ("%p") ("%n")))
                  (tramp-remote-shell "/bin/sh")
                  (tramp-remote-shell-login ("-l"))
                  (tramp-remote-shell-args ("-c")) (tramp-copy-program "nc")
                  (tramp-copy-args (("-w" "1") ("-v") ("%h") ("%r")))
                  (tramp-remote-copy-program "nc")
                  (tramp-remote-copy-args (("-l") ("-p" "%r") ("%n"))))
                 ("telnet" (tramp-login-program "telnet")
                  (tramp-login-args (("%h") ("%p") ("%n")))
                  (tramp-remote-shell "/bin/sh")
                  (tramp-remote-shell-login ("-l"))
                  (tramp-remote-shell-args ("-c")))
                 ("sshx" (tramp-login-program "ssh")
                  (tramp-login-args
                   (("-l" "%u") ("-p" "%p") ("%c") ("-e" "none") ("-t" "-t")
                    ("-o" "RemoteCommand=\"%l\"") ("%h"))
                   )
                  (tramp-async-args (("-q"))) (tramp-remote-shell "/bin/sh")
                  (tramp-remote-shell-login ("-l"))
                  (tramp-remote-shell-args ("-c")))
                 ("ssh" (tramp-login-program "ssh")
                  (tramp-login-args
                   (("-l" "%u") ("-p" "%p") ("%c") ("-e" "none") ("%h")))
                  (tramp-async-args (("-q"))) (tramp-direct-async t)
                  (tramp-remote-shell "/bin/sh")
                  (tramp-remote-shell-login ("-l"))
                  (tramp-remote-shell-args ("-c")))
                 ("remsh" (tramp-login-program "remsh")
                  (tramp-login-args (("%h") ("-l" "%u")))
                  (tramp-remote-shell "/bin/sh")
                  (tramp-remote-shell-login ("-l"))
                  (tramp-remote-shell-args ("-c")))
                 ("rsh" (tramp-login-program "rsh")
                  (tramp-login-args (("%h") ("-l" "%u")))
                  (tramp-remote-shell "/bin/sh")
                  (tramp-remote-shell-login ("-l"))
                  (tramp-remote-shell-args ("-c")))
                 ("rsync" (tramp-login-program "ssh")
                  (tramp-login-args
                   (("-l" "%u") ("-p" "%p") ("%c") ("-e" "none") ("%h")))
                  (tramp-async-args (("-q"))) (tramp-direct-async t)
                  (tramp-remote-shell "/bin/sh")
                  (tramp-remote-shell-login ("-l"))
                  (tramp-remote-shell-args ("-c")) (tramp-copy-program "rsync")
                  (tramp-copy-args (("-t" "%k") ("-p") ("-r") ("-s") ("-c")))
                  (tramp-copy-env (("RSYNC_RSH") ("ssh") ("%c")))
                  (tramp-copy-keep-date t) (tramp-copy-keep-tmpfile t)
                  (tramp-copy-recursive t))
                 ("scpx" (tramp-login-program "ssh")
                  (tramp-login-args
                   (("-l" "%u") ("-p" "%p") ("%c") ("-e" "none") ("-t" "-t")
                    ("-o" "RemoteCommand=\"%l\"") ("%h"))
                   )
                  (tramp-async-args (("-q"))) (tramp-remote-shell "/bin/sh")
                  (tramp-remote-shell-login ("-l"))
                  (tramp-remote-shell-args ("-c")) (tramp-copy-program "scp")
                  (tramp-copy-args
                   (("-P" "%p") ("-p" "%k") ("%x") ("-q") ("-r") ("%c")))
                  (tramp-copy-keep-date t) (tramp-copy-recursive t))
                 ("scp" (tramp-login-program "ssh")
                  (tramp-login-args
                   (("-l" "%u") ("-p" "%p") ("%c") ("-e" "none") ("%h")))
                  (tramp-async-args (("-q"))) (tramp-direct-async t)
                  (tramp-remote-shell "/bin/sh")
                  (tramp-remote-shell-login ("-l"))
                  (tramp-remote-shell-args ("-c")) (tramp-copy-program "scp")
                  (tramp-copy-args
                   (("-P" "%p") ("-p" "%k") ("%x") ("-q") ("-r") ("%c")))
                  (tramp-copy-keep-date t) (tramp-copy-recursive t))
                 ("remcp" (tramp-login-program "remsh")
                  (tramp-login-args (("%h") ("-l" "%u")))
                  (tramp-remote-shell "/bin/sh")
                  (tramp-remote-shell-login ("-l"))
                  (tramp-remote-shell-args ("-c")) (tramp-copy-program "rcp")
                  (tramp-copy-args (("-p" "%k"))) (tramp-copy-keep-date t))
                 ("rcp" (tramp-login-program "rsh")
                  (tramp-login-args (("%h") ("-l" "%u")))
                  (tramp-remote-shell "/bin/sh")
                  (tramp-remote-shell-login ("-l"))
                  (tramp-remote-shell-args ("-c")) (tramp-copy-program "rcp")
                  (tramp-copy-args (("-p" "%k") ("-r"))) (tramp-copy-keep-date 
t)
                  (tramp-copy-recursive t))
                 ("sshfs"
                  (tramp-mount-args
                   (("-C") ("-p" "%p") ("-o" "idmap=user,reconnect")))
                  (tramp-login-program "ssh")
                  (tramp-login-args
                   (("-q") ("-l" "%u") ("-p" "%p") ("-e" "none") ("%h") ("%l")))
                  (tramp-direct-async t) (tramp-remote-shell "/bin/sh")
                  (tramp-remote-shell-login ("-l"))
                  (tramp-remote-shell-args ("-c")))
                 ("sudoedit"
                  (tramp-sudo-login
                   (("sudo") ("-u" "%u") ("-S") ("-H") ("-p" "Password:") 
("--")))
                  )
                 )
 tramp-mode t
 tramp-mutex #<mutex tramp>
 tramp-od-awk-encode "%o -v -t x1 -A n | %a '\\\nBEGIN {\n  b64 = 
\"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/\"\n  b16 = 
\"0123456789abcdef\"\n}\n{\n  for (c=1; c<=length($0); c++) {\n    d=index(b16, 
substr($0,c,1))\n    if (d--) {\n      for (b=1; b<=4; b++) {\n        
o=o*2+int(d/8); d=(d*2)%%16\n        if (++obc==6) {\n          printf 
substr(b64,o+1,1)\n          if (++rc>75) { printf \"\\n\"; rc=0 }\n          
obc=0; o=0\n        }\n      }\n    }\n  }\n}\nEND {\n  if (obc) {\n    
tail=(obc==2) ? \"==\\n\" : \"=\\n\"\n    while (obc++<6) { o=o*2 }\n    printf 
\"%%c\", substr(b64,o+1,1)\n  } else {\n    tail=\"\\n\"\n  }\n  printf 
tail\n}'"
 tramp-od-encode "%o -v -t x1 -A n"
 tramp-operation-not-permitted-regexp "\\(preserving times.*\\|set 
mode\\):\\s-*\\(Operation not permitted\\)"
 tramp-password-prompt-regexp '(decode-coding-string
                                (base64-decode-string
                                 
"Xi4qXChcKD86YWRnYW5nc2tvZGVcfGNvbnRyYXNlXCg/OlwoPzpueVx8w7FcKWFcKVx8Z2VzbG9c\nfGhcKD86XCg/OmFzxYJcfGVzbFwpb1wpXHxpcGhhc2l3ZWRpXHxqZWxzesOzXHxsXCg/Om96aW5r\nYVx8w7ZzZW5vcmRcKVx8bVwoPzpvdCBkZSBwYXNzZVx84bqtdCBraOG6qXVcKVx8cFwoPzphXCg/\nOnJvbGFcfHNcKD86YWhpdHphXHxzXCg/OiBwaHJhc2VcfGNvZGVcfG9yZFx8cGhyYXNlXHx3b3Jb\nZHRdXClcfHZvcnRvXClcKVx8aW5cKVx8c1woPzphbGFzYW5hXHxlbmhhXHxsYXB0YcW+b2Rpc1wp\nXHx3YWNodHdvb3JkXHzQu9C+0LfQuNC90LrQsFx80L/QsNGA0L7Qu9GMXHzXodeh157XlFx82YPZ\nhNmF2Kkg2KfZhNiz2LFcfOCkl+ClgeCkquCljeCkpOCktuCkrOCljeCkplx84KS24KSs4KWN4KSm\n4KSV4KWC4KSfXHzgppfgp4Hgpqrgp43gpqTgprbgpqzgp43gpqZcfOCmquCmvuCmuOCmk+Cnn+Cm\nvuCmsOCnjeCmoVx84Kiq4Ki+4Ki44Ki14Kiw4KihXHzgqqrgqr7gqrjgqrXgqrDgq43gqqFcfOCs\nquCtjeCssOCsrOCth+CstiDgrLjgrJngrY3grJXgrYfgrKRcfOCuleCun+CuteCvgeCumuCvjeCu\nmuCviuCusuCvjVx84LC44LCC4LCV4LGH4LCk4LCq4LCm4LCu4LGBXHzgspfgs4Hgsqrgs43gsqTg\nsqrgsqZcfOC0heC0n+C0r+C0vuC0s+C0teC0vuC0leC1jeC0leC1jVx84La74LeE4LeD4LeK4La0\n4Lav4La6XHzhnpbhnrbhnoDhn5Lhnpnhnp/hnpjhn5LhnoThnrbhno/hn4tcfOODkeOCueODr+OD\nvOODiVx85a+GW+eggeeivF1cfOyVlO2YuFwpXCkuKjoAPyAq")
                                'raw-text)
 tramp-perl-decode "%p -e '\n# This script contributed by Juanma Barranquero 
<lektu@terra.es>.\n# Copyright (C) 2002-2021 Free Software Foundation, 
Inc.\nuse strict;\n\nmy %%trans = do {\n    my $i = 0;\n    map {($_, 
substr(unpack(q(B8), chr $i++), 2, 6))}\n      split //, 
q(ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/)\n};\n\nmy 
%%bytes = map {(unpack(q(B8), chr $_), chr $_)} 0 .. 
255;\n\nbinmode(\\*STDOUT);\n\n# We are going to accumulate into $pending to 
accept any line length\n# (we do not check they are <= 76 chars as the RFC 
says)\nmy $pending = q();\n\nwhile (my $data = <STDIN>) {\n    chomp $data;\n\n 
   # If we find one or two =, we have reached the end and\n    # any following 
data is to be discarded\n    my $finished = $data =~ s/(==?).*/$1/;\n    
$pending .= $data;\n\n    my $len = length($pending);\n    my $chunk = 
substr($pending, 0, $len & ~3);\n    $pending = substr($pending, $len & ~3 + 
1);\n\n    # Easy method: translate from chars to (pregenerated) six-bit 
packets, join,\n    # split in 8-bit chunks and convert back to char.\n    
print join q(),\n      map $bytes{$_},\n        ((join q(), map {$trans{$_} || 
q()} split //, $chunk) =~ /......../g);\n\n    last if $finished;\n}' %n"
 tramp-perl-decode-with-module "%p -MMIME::Base64 -0777 -ne 'print 
decode_base64($_)' %n"
 tramp-perl-directory-files-and-attributes "%p -e '\nchdir($ARGV[0]) or 
printf(\"\\\"Cannot change to $ARGV[0]: $''!''\\\"\\n\"), 
exit();\nopendir(DIR,\".\") or printf(\"\\\"Cannot open directory $ARGV[0]: 
$''!''\\\"\\n\"), exit();\n@list = readdir(DIR);\nclosedir(DIR);\n$n = 
scalar(@list);\nprintf(\"(\\n\");\nfor($i = 0; $i < $n; $i++)\n{\n    $filename 
= $list[$i];\n    @stat = lstat($filename);\n    if (($stat[2] & 0170000) == 
0120000)\n    {\n        $type = readlink($filename);\n        $type =~ 
s/\"/\\\\\"/g;\n        $type = \"\\\"$type\\\"\";\n    }\n    elsif (($stat[2] 
& 0170000) == 040000)\n    {\n        $type = \"t\";\n    }\n    else\n    {\n  
      $type = \"nil\"\n    };\n    $uid = ($ARGV[1] eq \"integer\") ? $stat[4] 
: \"\\\"\" . getpwuid($stat[4]) . \"\\\"\";\n    $gid = ($ARGV[1] eq 
\"integer\") ? $stat[5] : \"\\\"\" . getgrgid($stat[5]) . \"\\\"\";\n    
$filename =~ s/\"/\\\\\"/g;\n    printf(\n        \"(\\\"%%s\\\" %%s %%u %%s 
%%s (%%u %%u) (%%u %%u) (%%u %%u) %%u %%u t %%u -1)\\n\",\n        $filename,\n 
       $type,\n        $stat[3],\n        $uid,\n        $gid,\n        
$stat[8] >> 16 & 0xffff,\n        $stat[8] & 0xffff,\n        $stat[9] >> 16 & 
0xffff,\n        $stat[9] & 0xffff,\n        $stat[10] >> 16 & 0xffff,\n        
$stat[10] & 0xffff,\n        $stat[7],\n        $stat[2],\n        
$stat[1]);\n}\nprintf(\")\\n\");' \"$1\" \"$2\" %n"
 tramp-perl-encode "%p -e '\n# This script contributed by Juanma Barranquero 
<lektu@terra.es>.\n# Copyright (C) 2002-2021 Free Software Foundation, 
Inc.\nuse strict;\n\nmy %%trans = do {\n    my $i = 0;\n    map 
{(substr(unpack(q(B8), chr $i++), 2, 6), $_)}\n      split //, 
q(ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/);\n};\nmy 
$data;\n\n# We read in chunks of 54 bytes, to generate output lines\n# of 72 
chars (plus end of line)\nwhile (read STDIN, $data, 54) {\n    my $pad = 
q();\n\n    # Only for the last chunk, and only if did not fill the last\n    # 
three-byte packet\n    if (eof) {\n        my $mod = length($data) %% 3;\n      
  $pad = q(=) x (3 - $mod) if $mod;\n    }\n\n    # Not the fastest method, but 
it is simple: unpack to binary string, split\n    # by groups of 6 bits and 
convert back from binary to byte; then map into\n    # the translation table\n  
  print\n      join q(),\n        map($trans{$_},\n            
(substr(unpack(q(B*), $data) . q(00000), 0, 432) =~ /....../g)),\n              
$pad,\n                qq(\\n);\n}' %n"
 tramp-perl-encode-with-module "%p -MMIME::Base64 -0777 -ne 'print 
encode_base64($_)' %n"
 tramp-perl-file-attributes "%p -e '\n@stat = lstat($ARGV[0]);\nif (!@stat) {\n 
   print \"nil\\n\";\n    exit 0;\n}\nif (($stat[2] & 0170000) == 0120000)\n{\n 
   $type = readlink($ARGV[0]);\n    $type =~ s/\"/\\\\\"/g;\n    $type = 
\"\\\"$type\\\"\";\n}\nelsif (($stat[2] & 0170000) == 040000)\n{\n    $type = 
\"t\";\n}\nelse\n{\n    $type = \"nil\"\n};\n$uid = ($ARGV[1] eq \"integer\") ? 
$stat[4] : \"\\\"\" . getpwuid($stat[4]) . \"\\\"\";\n$gid = ($ARGV[1] eq 
\"integer\") ? $stat[5] : \"\\\"\" . getgrgid($stat[5]) . \"\\\"\";\nprintf(\n  
  \"(%%s %%u %%s %%s (%%u %%u) (%%u %%u) (%%u %%u) %%u %%u t %%u -1)\\n\",\n    
$type,\n    $stat[3],\n    $uid,\n    $gid,\n    $stat[8] >> 16 & 0xffff,\n    
$stat[8] & 0xffff,\n    $stat[9] >> 16 & 0xffff,\n    $stat[9] & 0xffff,\n    
$stat[10] >> 16 & 0xffff,\n    $stat[10] & 0xffff,\n    $stat[7],\n    
$stat[2],\n    $stat[1]\n);' \"$1\" \"$2\" %n"
 tramp-perl-file-name-all-completions "%p -e '\nopendir(d, $ARGV[0]) || 
die(\"$ARGV[0]: $!\\nfail\\n\");\n@files = readdir(d); closedir(d);\nforeach $f 
(@files) {\n if (-d \"$ARGV[0]/$f\") {\n  print \"$f/\\n\";\n }\n else {\n  
print \"$f\\n\";\n }\n}\nprint \"ok\\n\"\n' \"$1\" %n"
 tramp-perl-file-truename "%p -e '\nuse File::Spec;\nuse Cwd 
\"realpath\";\n\nsub myrealpath {\n    my ($file) = @_;\n    return 
realpath($file) if (-e $file || -l $file);\n}\n\nsub recursive {\n    my 
($volume, @dirs) = @_;\n    my $real = myrealpath(File::Spec->catpath(\n        
           $volume, File::Spec->catdir(@dirs), \"\"));\n    if ($real) {\n      
  my ($vol, $dir) = File::Spec->splitpath($real, 1);\n        return ($vol, 
File::Spec->splitdir($dir));\n    }\n    else {\n        my $last = 
pop(@dirs);\n        ($volume, @dirs) = recursive($volume, @dirs);\n        
push(@dirs, $last);\n        return ($volume, @dirs);\n    }\n}\n\n$result = 
myrealpath($ARGV[0]);\nif (!$result) {\n    my ($vol, $dir) = 
File::Spec->splitpath($ARGV[0], 1);\n    ($vol, @dirs) = recursive($vol, 
File::Spec->splitdir($dir));\n\n    $result = File::Spec->catpath($vol, 
File::Spec->catdir(@dirs), \"\");\n}\n\n$result =~ s/\"/\\\\\"/g;\nprint 
\"\\\"$result\\\"\\n\";\n' \"$1\" %n"
 tramp-perl-pack "%p -e 'binmode STDIN; binmode STDOUT; print pack(q{u*}, join 
q{}, <>)' %n"
 tramp-perl-unpack "%p -e 'binmode STDIN; binmode STDOUT; print unpack(q{u*}, 
join q{}, <>)' %n"
 tramp-persistency-file-name "c:/Users/uidg1626/.emacs.d/tramp"
 tramp-port-regexp "[[:digit:]]+"
 tramp-postfix-hop-format "|"
 tramp-postfix-hop-regexp "|"
 tramp-postfix-host-format ":"
 tramp-postfix-host-format-alist '((default . ":") (simplified . ":")
                                   (separate . "]"))
 tramp-postfix-host-regexp ":"
 tramp-postfix-ipv6-format "]"
 tramp-postfix-ipv6-format-alist '((default . "]") (simplified . "]")
                                   (separate . ""))
 tramp-postfix-ipv6-regexp "]"
 tramp-postfix-method-format ":"
 tramp-postfix-method-format-alist '((default . ":") (simplified . "")
                                     (separate . "/"))
 tramp-postfix-method-regexp ":"
 tramp-postfix-user-format "@"
 tramp-postfix-user-regexp "@"
 tramp-prefix-domain-format "%"
 tramp-prefix-domain-regexp "%"
 tramp-prefix-format "/"
 tramp-prefix-format-alist '((default . "/") (simplified . "/") (separate . 
"/["))
 tramp-prefix-ipv6-format "["
 tramp-prefix-ipv6-format-alist '((default . "[") (simplified . "[")
                                  (separate . ""))
 tramp-prefix-ipv6-regexp "\\["
 tramp-prefix-port-format "#"
 tramp-prefix-port-regexp "#"
 tramp-prefix-regexp "^/"
 tramp-process-action-regexp nil
 tramp-process-alive-regexp ""
 tramp-process-connection-type t
 tramp-rclone-file-name-handler-alist '((access-file . tramp-handle-access-file)
                                        (add-name-to-file .
                                         tramp-handle-add-name-to-file)
                                        (copy-directory .
                                         tramp-handle-copy-directory)
                                        (copy-file .
                                         tramp-rclone-handle-copy-file)
                                        (delete-directory .
                                         tramp-fuse-handle-delete-directory)
                                        (delete-file .
                                         tramp-fuse-handle-delete-file)
                                        (directory-file-name .
                                         tramp-handle-directory-file-name)
                                        (directory-files .
                                         tramp-fuse-handle-directory-files)
                                        (directory-files-and-attributes .
                                         
tramp-handle-directory-files-and-attributes)
                                        (dired-compress-file . ignore)
                                        (dired-uncache .
                                         tramp-handle-dired-uncache)
                                        (exec-path . ignore)
                                        (expand-file-name .
                                         tramp-handle-expand-file-name)
                                        (file-accessible-directory-p .
                                         
tramp-handle-file-accessible-directory-p)
                                        (file-acl . ignore)
                                        (file-attributes .
                                         tramp-fuse-handle-file-attributes)
                                        (file-directory-p .
                                         tramp-handle-file-directory-p)
                                        (file-equal-p . 
tramp-handle-file-equal-p)
                                        (file-executable-p .
                                         tramp-fuse-handle-file-executable-p)
                                        (file-exists-p .
                                         tramp-handle-file-exists-p)
                                        (file-in-directory-p .
                                         tramp-handle-file-in-directory-p)
                                        (file-local-copy .
                                         tramp-handle-file-local-copy)
                                        (file-locked-p .
                                         tramp-handle-file-locked-p)
                                        (file-modes . tramp-handle-file-modes)
                                        (file-name-all-completions .
                                         
tramp-fuse-handle-file-name-all-completions)
                                        (file-name-as-directory .
                                         tramp-handle-file-name-as-directory)
                                        (file-name-case-insensitive-p .
                                         
tramp-handle-file-name-case-insensitive-p)
                                        (file-name-completion .
                                         tramp-handle-file-name-completion)
                                        (file-name-directory .
                                         tramp-handle-file-name-directory)
                                        (file-name-nondirectory .
                                         tramp-handle-file-name-nondirectory)
                                        (file-newer-than-file-p .
                                         tramp-handle-file-newer-than-file-p)
                                        (file-notify-add-watch . ignore)
                                        (file-notify-rm-watch . ignore)
                                        (file-notify-valid-p . ignore)
                                        (file-ownership-preserved-p . ignore)
                                        (file-readable-p .
                                         tramp-fuse-handle-file-readable-p)
                                        (file-regular-p .
                                         tramp-handle-file-regular-p)
                                        (file-remote-p .
                                         tramp-handle-file-remote-p)
                                        (file-selinux-context .
                                         tramp-handle-file-selinux-context)
                                        (file-symlink-p .
                                         tramp-handle-file-symlink-p)
                                        (file-system-info .
                                         tramp-rclone-handle-file-system-info)
                                        (file-truename .
                                         tramp-handle-file-truename)
                                        (file-writable-p .
                                         tramp-handle-file-writable-p)
                                        (find-backup-file-name .
                                         tramp-handle-find-backup-file-name)
                                        (insert-directory .
                                         tramp-handle-insert-directory)
                                        (insert-file-contents .
                                         tramp-handle-insert-file-contents)
                                        (load . tramp-handle-load)
                                        (lock-file . tramp-handle-lock-file)
                                        (make-auto-save-file-name .
                                         tramp-handle-make-auto-save-file-name)
                                        (make-directory .
                                         tramp-fuse-handle-make-directory)
                                        (make-directory-internal . ignore)
                                        (make-lock-file-name .
                                         tramp-handle-make-lock-file-name)
                                        (make-nearby-temp-file .
                                         tramp-handle-make-nearby-temp-file)
                                        (make-process . ignore)
                                        (make-symbolic-link .
                                         tramp-handle-make-symbolic-link)
                                        (process-file . ignore)
                                        (rename-file .
                                         tramp-rclone-handle-rename-file)
                                        (set-file-acl . ignore)
                                        (set-file-modes . ignore)
                                        (set-file-selinux-context . ignore)
                                        (set-file-times . ignore)
                                        (set-visited-file-modtime .
                                         tramp-handle-set-visited-file-modtime)
                                        (shell-command . ignore)
                                        (start-file-process . ignore)
                                        (substitute-in-file-name .
                                         tramp-handle-substitute-in-file-name)
                                        (temporary-file-directory .
                                         tramp-handle-temporary-file-directory)
                                        (tramp-get-remote-gid . ignore)
                                        (tramp-get-remote-uid . ignore)
                                        (tramp-set-file-uid-gid . ignore)
                                        (unhandled-file-name-directory . ignore)
                                        (unlock-file . tramp-handle-unlock-file)
                                        (vc-registered . ignore)
                                        (verify-visited-file-modtime .
                                         
tramp-handle-verify-visited-file-modtime)
                                        (write-region . 
tramp-handle-write-region)
                                        )
 tramp-rclone-method "rclone"
 tramp-remote-coding-commands '((b64 "base64" "base64 -d -i")
                                (b64 "base64" "base64 -d")
                                (b64 "openssl enc -base64"
                                 "openssl enc -d -base64")
                                (b64 "mimencode -b" "mimencode -u -b")
                                (b64 "mmencode -b" "mmencode -u -b")
                                (b64 "recode data..base64" "recode 
base64..data")
                                (b64 tramp-perl-encode-with-module
                                 tramp-perl-decode-with-module)
                                (b64 tramp-perl-encode tramp-perl-decode)
                                (b64 tramp-hexdump-awk-encode tramp-awk-decode)
                                (b64 tramp-od-awk-encode tramp-awk-decode)
                                (uu "uuencode xxx" "uudecode -o /dev/stdout"
                                 "test -c /dev/stdout")
                                (uu "uuencode xxx" "uudecode -o -")
                                (uu "uuencode xxx" "uudecode -p")
                                (uu "uuencode xxx" tramp-uudecode)
                                (pack tramp-perl-pack tramp-perl-unpack))
 tramp-remote-file-name-spec-regexp "\\([[:alnum:]-]+\\):\\(?:\\([^/|:  
]+\\)@\\)?\\(\\(?:[[:alnum:]_.%-]+\\|\\[\\(?:\\(?:[[:alnum:]]*:\\)+[[:alnum:].]+\\)?]\\)\\(?:#[[:digit:]]+\\)?\\)?"
 tramp-remote-path '(tramp-default-remote-path "/bin" "/usr/bin" "/sbin"
                     "/usr/sbin" "/usr/local/bin" "/usr/local/sbin" "/local/bin"
                     "/local/freeware/bin" "/local/gnu/bin" "/usr/freeware/bin"
                     "/usr/pkg/bin" "/usr/contrib/bin" "/opt/bin" "/opt/sbin"
                     "/opt/local/bin")
 tramp-remote-process-environment '("ENV=''" "TMOUT=0" "LC_CTYPE=''" "CDPATH="
                                    "HISTORY=" "MAIL=" "MAILCHECK=" "MAILPATH="
                                    "PAGER=cat" "autocorrect=" "correct=")
 tramp-repository-branch nil
 tramp-repository-version nil
 tramp-restricted-shell-hosts-alist '("\\`\\(vsl7v7pw\\|VSL7V7PW\\)\\'")
 tramp-rfn-eshadow-overlay nil
 tramp-rsh-end-of-line "\n"
 tramp-save-ad-hoc-proxies nil
 tramp-scp-strict-file-name-checking nil
 tramp-security-key-confirm-regexp '(decode-coding-string
                                     (base64-decode-string
                                      
"Xg0qQ29uZmlybSB1c2VyIHByZXNlbmNlIGZvciBrZXkgLipbDQpdKg==")
                                     'raw-text)
 tramp-security-key-confirmed-regexp '(decode-coding-string
                                       (base64-decode-string
                                        
"Xg0qVXNlciBwcmVzZW5jZSBjb25maXJtZWRbDQpdKg==")
                                       'raw-text)
 tramp-security-key-timeout-regexp '(decode-coding-string
                                     (base64-decode-string
                                      
"Xg0qc2lnbl9hbmRfc2VuZF9wdWJrZXk6IHNpZ25pbmcgZmFpbGVkIGZvciAuKlsNCl0q")
                                     'raw-text)
 tramp-sh-extra-args '(("/bash\\'" . "-noediting -norc -noprofile")
                       ("/zsh\\'" . "-f +Z -V"))
 tramp-sh-file-name-handler-alist '((access-file . tramp-handle-access-file)
                                    (add-name-to-file .
                                     tramp-sh-handle-add-name-to-file)
                                    (copy-directory .
                                     tramp-sh-handle-copy-directory)
                                    (copy-file . tramp-sh-handle-copy-file)
                                    (delete-directory .
                                     tramp-sh-handle-delete-directory)
                                    (delete-file . tramp-sh-handle-delete-file)
                                    (directory-file-name .
                                     tramp-handle-directory-file-name)
                                    (directory-files .
                                     tramp-handle-directory-files)
                                    (directory-files-and-attributes .
                                     
tramp-sh-handle-directory-files-and-attributes)
                                    (dired-compress-file .
                                     tramp-sh-handle-dired-compress-file)
                                    (dired-uncache . tramp-handle-dired-uncache)
                                    (exec-path . tramp-sh-handle-exec-path)
                                    (expand-file-name .
                                     tramp-sh-handle-expand-file-name)
                                    (file-accessible-directory-p .
                                     tramp-handle-file-accessible-directory-p)
                                    (file-acl . tramp-sh-handle-file-acl)
                                    (file-attributes .
                                     tramp-sh-handle-file-attributes)
                                    (file-directory-p .
                                     tramp-sh-handle-file-directory-p)
                                    (file-equal-p . tramp-handle-file-equal-p)
                                    (file-executable-p .
                                     tramp-sh-handle-file-executable-p)
                                    (file-exists-p .
                                     tramp-sh-handle-file-exists-p)
                                    (file-in-directory-p .
                                     tramp-handle-file-in-directory-p)
                                    (file-local-copy .
                                     tramp-sh-handle-file-local-copy)
                                    (file-locked-p . tramp-handle-file-locked-p)
                                    (file-modes . tramp-handle-file-modes)
                                    (file-name-all-completions .
                                     tramp-sh-handle-file-name-all-completions)
                                    (file-name-as-directory .
                                     tramp-handle-file-name-as-directory)
                                    (file-name-case-insensitive-p .
                                     tramp-handle-file-name-case-insensitive-p)
                                    (file-name-completion .
                                     tramp-handle-file-name-completion)
                                    (file-name-directory .
                                     tramp-handle-file-name-directory)
                                    (file-name-nondirectory .
                                     tramp-handle-file-name-nondirectory)
                                    (file-newer-than-file-p .
                                     tramp-handle-file-newer-than-file-p)
                                    (file-notify-add-watch .
                                     tramp-sh-handle-file-notify-add-watch)
                                    (file-notify-rm-watch .
                                     tramp-handle-file-notify-rm-watch)
                                    (file-notify-valid-p .
                                     tramp-handle-file-notify-valid-p)
                                    (file-ownership-preserved-p .
                                     tramp-sh-handle-file-ownership-preserved-p)
                                    (file-readable-p .
                                     tramp-sh-handle-file-readable-p)
                                    (file-regular-p . 
tramp-handle-file-regular-p)
                                    (file-remote-p . tramp-handle-file-remote-p)
                                    (file-selinux-context .
                                     tramp-sh-handle-file-selinux-context)
                                    (file-symlink-p . 
tramp-handle-file-symlink-p)
                                    (file-system-info .
                                     tramp-sh-handle-file-system-info)
                                    (file-truename .
                                     tramp-sh-handle-file-truename)
                                    (file-writable-p .
                                     tramp-sh-handle-file-writable-p)
                                    (find-backup-file-name .
                                     tramp-handle-find-backup-file-name)
                                    (insert-directory .
                                     tramp-sh-handle-insert-directory)
                                    (insert-file-contents .
                                     tramp-handle-insert-file-contents)
                                    (load . tramp-handle-load)
                                    (lock-file . tramp-handle-lock-file)
                                    (make-auto-save-file-name .
                                     tramp-handle-make-auto-save-file-name)
                                    (make-directory .
                                     tramp-sh-handle-make-directory)
                                    (make-lock-file-name .
                                     tramp-handle-make-lock-file-name)
                                    (make-nearby-temp-file .
                                     tramp-handle-make-nearby-temp-file)
                                    (make-process . 
tramp-sh-handle-make-process)
                                    (make-symbolic-link .
                                     tramp-sh-handle-make-symbolic-link)
                                    (process-file . 
tramp-sh-handle-process-file)
                                    (rename-file . tramp-sh-handle-rename-file)
                                    (set-file-acl . 
tramp-sh-handle-set-file-acl)
                                    (set-file-modes .
                                     tramp-sh-handle-set-file-modes)
                                    (set-file-selinux-context .
                                     tramp-sh-handle-set-file-selinux-context)
                                    (set-file-times .
                                     tramp-sh-handle-set-file-times)
                                    (set-visited-file-modtime .
                                     tramp-sh-handle-set-visited-file-modtime)
                                    (shell-command . tramp-handle-shell-command)
                                    (start-file-process .
                                     tramp-handle-start-file-process)
                                    (substitute-in-file-name .
                                     tramp-handle-substitute-in-file-name)
                                    (temporary-file-directory .
                                     tramp-handle-temporary-file-directory)
                                    (tramp-get-remote-gid .
                                     tramp-sh-handle-get-remote-gid)
                                    (tramp-get-remote-uid .
                                     tramp-sh-handle-get-remote-uid)
                                    (tramp-set-file-uid-gid .
                                     tramp-sh-handle-set-file-uid-gid)
                                    (unhandled-file-name-directory . ignore)
                                    (unlock-file . tramp-handle-unlock-file)
                                    (vc-registered .
                                     tramp-sh-handle-vc-registered)
                                    (verify-visited-file-modtime .
                                     
tramp-sh-handle-verify-visited-file-modtime)
                                    (write-region . 
tramp-sh-handle-write-region))
 tramp-shell-prompt-pattern '(decode-coding-string
                              (base64-decode-string
                               
"XCg/Ol5cfA1cKVteXSMkJT4KXSojP1tdIyQlPl0gKlwoG1xbW1s6ZGlnaXQ6XTtdKltbOmFscGhh\nOl1dICpcKSo=")
                              'raw-text)
 tramp-smb-file-name-handler-alist '((access-file . tramp-handle-access-file)
                                     (add-name-to-file .
                                      tramp-smb-handle-add-name-to-file)
                                     (copy-directory .
                                      tramp-smb-handle-copy-directory)
                                     (copy-file . tramp-smb-handle-copy-file)
                                     (delete-directory .
                                      tramp-smb-handle-delete-directory)
                                     (delete-file . 
tramp-smb-handle-delete-file)
                                     (directory-file-name .
                                      tramp-handle-directory-file-name)
                                     (directory-files .
                                      tramp-smb-handle-directory-files)
                                     (directory-files-and-attributes .
                                      
tramp-handle-directory-files-and-attributes)
                                     (dired-compress-file . ignore)
                                     (dired-uncache . 
tramp-handle-dired-uncache)
                                     (exec-path . ignore)
                                     (expand-file-name .
                                      tramp-smb-handle-expand-file-name)
                                     (file-accessible-directory-p .
                                      tramp-handle-file-accessible-directory-p)
                                     (file-acl . tramp-smb-handle-file-acl)
                                     (file-attributes .
                                      tramp-smb-handle-file-attributes)
                                     (file-directory-p .
                                      tramp-handle-file-directory-p)
                                     (file-file-equal-p .
                                      tramp-handle-file-equal-p)
                                     (file-executable-p .
                                      tramp-handle-file-exists-p)
                                     (file-exists-p . 
tramp-handle-file-exists-p)
                                     (file-in-directory-p .
                                      tramp-handle-file-in-directory-p)
                                     (file-local-copy .
                                      tramp-smb-handle-file-local-copy)
                                     (file-locked-p . 
tramp-handle-file-locked-p)
                                     (file-modes . tramp-handle-file-modes)
                                     (file-name-all-completions .
                                      
tramp-smb-handle-file-name-all-completions)
                                     (file-name-as-directory .
                                      tramp-handle-file-name-as-directory)
                                     (file-name-case-insensitive-p .
                                      tramp-handle-file-name-case-insensitive-p)
                                     (file-name-completion .
                                      tramp-handle-file-name-completion)
                                     (file-name-directory .
                                      tramp-handle-file-name-directory)
                                     (file-name-nondirectory .
                                      tramp-handle-file-name-nondirectory)
                                     (file-newer-than-file-p .
                                      tramp-handle-file-newer-than-file-p)
                                     (file-notify-add-watch .
                                      tramp-handle-file-notify-add-watch)
                                     (file-notify-rm-watch .
                                      tramp-handle-file-notify-rm-watch)
                                     (file-notify-valid-p .
                                      tramp-handle-file-notify-valid-p)
                                     (file-ownership-preserved-p . ignore)
                                     (file-readable-p .
                                      tramp-handle-file-exists-p)
                                     (file-regular-p .
                                      tramp-handle-file-regular-p)
                                     (file-remote-p . 
tramp-handle-file-remote-p)
                                     (file-selinux-context .
                                      tramp-handle-file-selinux-context)
                                     (file-symlink-p .
                                      tramp-handle-file-symlink-p)
                                     (file-system-info .
                                      tramp-smb-handle-file-system-info)
                                     (file-truename . 
tramp-handle-file-truename)
                                     (file-writable-p .
                                      tramp-smb-handle-file-writable-p)
                                     (find-backup-file-name .
                                      tramp-handle-find-backup-file-name)
                                     (insert-directory .
                                      tramp-smb-handle-insert-directory)
                                     (insert-file-contents .
                                      tramp-handle-insert-file-contents)
                                     (load . tramp-handle-load)
                                     (lock-file . tramp-handle-lock-file)
                                     (make-auto-save-file-name .
                                      tramp-handle-make-auto-save-file-name)
                                     (make-directory .
                                      tramp-smb-handle-make-directory)
                                     (make-directory-internal .
                                      tramp-smb-handle-make-directory-internal)
                                     (make-lock-file-name .
                                      tramp-handle-make-lock-file-name)
                                     (make-nearby-temp-file .
                                      tramp-handle-make-nearby-temp-file)
                                     (make-process . ignore)
                                     (make-symbolic-link .
                                      tramp-smb-handle-make-symbolic-link)
                                     (process-file .
                                      tramp-smb-handle-process-file)
                                     (rename-file . 
tramp-smb-handle-rename-file)
                                     (set-file-acl .
                                      tramp-smb-handle-set-file-acl)
                                     (set-file-modes .
                                      tramp-smb-handle-set-file-modes)
                                     (set-file-selinux-context . ignore)
                                     (set-file-times . ignore)
                                     (set-visited-file-modtime .
                                      tramp-handle-set-visited-file-modtime)
                                     (shell-command . 
tramp-handle-shell-command)
                                     (start-file-process .
                                      tramp-smb-handle-start-file-process)
                                     (substitute-in-file-name .
                                      tramp-smb-handle-substitute-in-file-name)
                                     (temporary-file-directory .
                                      tramp-handle-temporary-file-directory)
                                     (tramp-get-remote-gid . ignore)
                                     (tramp-get-remote-uid . ignore)
                                     (tramp-set-file-uid-gid . ignore)
                                     (unhandled-file-name-directory . ignore)
                                     (unlock-file . tramp-handle-unlock-file)
                                     (vc-registered . ignore)
                                     (verify-visited-file-modtime .
                                      tramp-handle-verify-visited-file-modtime)
                                     (write-region .
                                      tramp-smb-handle-write-region)
                                     )
 tramp-smb-method "smb"
 tramp-ssh-controlmaster-options nil
 tramp-sshfs-file-name-handler-alist '((access-file . tramp-handle-access-file)
                                       (add-name-to-file .
                                        tramp-handle-add-name-to-file)
                                       (copy-directory .
                                        tramp-handle-copy-directory)
                                       (copy-file . 
tramp-sshfs-handle-copy-file)
                                       (delete-directory .
                                        tramp-fuse-handle-delete-directory)
                                       (delete-file .
                                        tramp-fuse-handle-delete-file)
                                       (directory-file-name .
                                        tramp-handle-directory-file-name)
                                       (directory-files .
                                        tramp-fuse-handle-directory-files)
                                       (directory-files-and-attributes .
                                        
tramp-handle-directory-files-and-attributes)
                                       (dired-compress-file . ignore)
                                       (dired-uncache .
                                        tramp-handle-dired-uncache)
                                       (exec-path . 
tramp-sshfs-handle-exec-path)
                                       (expand-file-name .
                                        tramp-handle-expand-file-name)
                                       (file-accessible-directory-p .
                                        
tramp-handle-file-accessible-directory-p)
                                       (file-acl . ignore)
                                       (file-attributes .
                                        tramp-fuse-handle-file-attributes)
                                       (file-directory-p .
                                        tramp-handle-file-directory-p)
                                       (file-equal-p . 
tramp-handle-file-equal-p)
                                       (file-executable-p .
                                        tramp-fuse-handle-file-executable-p)
                                       (file-exists-p .
                                        tramp-handle-file-exists-p)
                                       (file-in-directory-p .
                                        tramp-handle-file-in-directory-p)
                                       (file-local-copy .
                                        tramp-handle-file-local-copy)
                                       (file-locked-p .
                                        tramp-handle-file-locked-p)
                                       (file-modes . tramp-handle-file-modes)
                                       (file-name-all-completions .
                                        
tramp-fuse-handle-file-name-all-completions)
                                       (file-name-as-directory .
                                        tramp-handle-file-name-as-directory)
                                       (file-name-case-insensitive-p .
                                        
tramp-handle-file-name-case-insensitive-p)
                                       (file-name-completion .
                                        tramp-handle-file-name-completion)
                                       (file-name-directory .
                                        tramp-handle-file-name-directory)
                                       (file-name-nondirectory .
                                        tramp-handle-file-name-nondirectory)
                                       (file-newer-than-file-p .
                                        tramp-handle-file-newer-than-file-p)
                                       (file-notify-add-watch . ignore)
                                       (file-notify-rm-watch . ignore)
                                       (file-notify-valid-p . ignore)
                                       (file-ownership-preserved-p . ignore)
                                       (file-readable-p .
                                        tramp-fuse-handle-file-readable-p)
                                       (file-regular-p .
                                        tramp-handle-file-regular-p)
                                       (file-remote-p .
                                        tramp-handle-file-remote-p)
                                       (file-selinux-context .
                                        tramp-handle-file-selinux-context)
                                       (file-symlink-p .
                                        tramp-handle-file-symlink-p)
                                       (file-system-info .
                                        tramp-sshfs-handle-file-system-info)
                                       (file-truename .
                                        tramp-handle-file-truename)
                                       (file-writable-p .
                                        tramp-handle-file-writable-p)
                                       (find-backup-file-name .
                                        tramp-handle-find-backup-file-name)
                                       (insert-directory .
                                        tramp-handle-insert-directory)
                                       (insert-file-contents .
                                        tramp-sshfs-handle-insert-file-contents)
                                       (load . tramp-handle-load)
                                       (lock-file . tramp-handle-lock-file)
                                       (make-auto-save-file-name .
                                        tramp-handle-make-auto-save-file-name)
                                       (make-directory .
                                        tramp-fuse-handle-make-directory)
                                       (make-directory-internal . ignore)
                                       (make-lock-file-name .
                                        tramp-handle-make-lock-file-name)
                                       (make-nearby-temp-file .
                                        tramp-handle-make-nearby-temp-file)
                                       (make-process . 
tramp-handle-make-process)
                                       (make-symbolic-link .
                                        tramp-handle-make-symbolic-link)
                                       (process-file .
                                        tramp-sshfs-handle-process-file)
                                       (rename-file .
                                        tramp-sshfs-handle-rename-file)
                                       (set-file-acl . ignore)
                                       (set-file-modes .
                                        tramp-sshfs-handle-set-file-modes)
                                       (set-file-selinux-context . ignore)
                                       (set-file-times . ignore)
                                       (set-visited-file-modtime .
                                        tramp-handle-set-visited-file-modtime)
                                       (shell-command .
                                        tramp-handle-shell-command)
                                       (start-file-process .
                                        tramp-handle-start-file-process)
                                       (substitute-in-file-name .
                                        tramp-handle-substitute-in-file-name)
                                       (temporary-file-directory .
                                        tramp-handle-temporary-file-directory)
                                       (tramp-get-remote-gid . ignore)
                                       (tramp-get-remote-uid . ignore)
                                       (tramp-set-file-uid-gid . ignore)
                                       (unhandled-file-name-directory . ignore)
                                       (unlock-file . tramp-handle-unlock-file)
                                       (vc-registered . ignore)
                                       (verify-visited-file-modtime .
                                        
tramp-handle-verify-visited-file-modtime)
                                       (write-region .
                                        tramp-sshfs-handle-write-region)
                                       )
 tramp-sshfs-method "sshfs"
 tramp-stat-marker "/////"
 tramp-stat-quoted-marker "\\/\\/\\/\\/\\/"
 tramp-sudoedit-file-name-handler-alist '((access-file . 
tramp-handle-access-file)
                                          (add-name-to-file .
                                           
tramp-sudoedit-handle-add-name-to-file)
                                          (byte-compiler-base-file-name . 
ignore)
                                          (copy-directory .
                                           tramp-handle-copy-directory)
                                          (copy-file .
                                           tramp-sudoedit-handle-copy-file)
                                          (delete-directory .
                                           
tramp-sudoedit-handle-delete-directory)
                                          (delete-file .
                                           tramp-sudoedit-handle-delete-file)
                                          (diff-latest-backup-file . ignore)
                                          (directory-files .
                                           tramp-handle-directory-files)
                                          (directory-files-and-attributes .
                                           
tramp-handle-directory-files-and-attributes)
                                          (dired-compress-file . ignore)
                                          (dired-uncache .
                                           tramp-handle-dired-uncache)
                                          (exec-path . ignore)
                                          (expand-file-name .
                                           
tramp-sudoedit-handle-expand-file-name)
                                          (file-accessible-directory-p .
                                           
tramp-handle-file-accessible-directory-p)
                                          (file-acl .
                                           tramp-sudoedit-handle-file-acl)
                                          (file-attributes .
                                           
tramp-sudoedit-handle-file-attributes)
                                          (file-directory-p .
                                           tramp-handle-file-directory-p)
                                          (file-equal-p .
                                           tramp-handle-file-equal-p)
                                          (file-executable-p .
                                           
tramp-sudoedit-handle-file-executable-p)
                                          (file-exists-p .
                                           tramp-sudoedit-handle-file-exists-p)
                                          (file-in-directory-p .
                                           tramp-handle-file-in-directory-p)
                                          (file-local-copy .
                                           tramp-handle-file-local-copy)
                                          (file-locked-p .
                                           tramp-handle-file-locked-p)
                                          (file-modes . tramp-handle-file-modes)
                                          (file-name-all-completions .
                                           
tramp-sudoedit-handle-file-name-all-completions)
                                          (file-name-as-directory .
                                           tramp-handle-file-name-as-directory)
                                          (file-name-case-insensitive-p .
                                           
tramp-handle-file-name-case-insensitive-p)
                                          (file-name-completion .
                                           tramp-handle-file-name-completion)
                                          (file-name-directory .
                                           tramp-handle-file-name-directory)
                                          (file-name-nondirectory .
                                           tramp-handle-file-name-nondirectory)
                                          (file-newer-than-file-p .
                                           tramp-handle-file-newer-than-file-p)
                                          (file-notify-add-watch . ignore)
                                          (file-notify-rm-watch . ignore)
                                          (file-notify-valid-p . ignore)
                                          (file-ownership-preserved-p . ignore)
                                          (file-readable-p .
                                           
tramp-sudoedit-handle-file-readable-p)
                                          (file-regular-p .
                                           tramp-handle-file-regular-p)
                                          (file-remote-p .
                                           tramp-handle-file-remote-p)
                                          (file-selinux-context .
                                           
tramp-sudoedit-handle-file-selinux-context)
                                          (file-symlink-p .
                                           tramp-handle-file-symlink-p)
                                          (file-system-info .
                                           
tramp-sudoedit-handle-file-system-info)
                                          (file-truename .
                                           tramp-sudoedit-handle-file-truename)
                                          (file-writable-p .
                                           
tramp-sudoedit-handle-file-writable-p)
                                          (find-backup-file-name .
                                           tramp-handle-find-backup-file-name)
                                          (insert-directory .
                                           tramp-handle-insert-directory)
                                          (insert-file-contents .
                                           tramp-handle-insert-file-contents)
                                          (load . tramp-handle-load)
                                          (lock-file . tramp-handle-lock-file)
                                          (make-auto-save-file-name .
                                           
tramp-handle-make-auto-save-file-name)
                                          (make-directory .
                                           tramp-sudoedit-handle-make-directory)
                                          (make-directory-internal . ignore)
                                          (make-lock-file-name .
                                           tramp-handle-make-lock-file-name)
                                          (make-nearby-temp-file .
                                           tramp-handle-make-nearby-temp-file)
                                          (make-process . ignore)
                                          (make-symbolic-link .
                                           
tramp-sudoedit-handle-make-symbolic-link)
                                          (process-file . ignore)
                                          (rename-file .
                                           tramp-sudoedit-handle-rename-file)
                                          (set-file-acl .
                                           tramp-sudoedit-handle-set-file-acl)
                                          (set-file-modes .
                                           tramp-sudoedit-handle-set-file-modes)
                                          (set-file-selinux-context .
                                           
tramp-sudoedit-handle-set-file-selinux-context)
                                          (set-file-times .
                                           tramp-sudoedit-handle-set-file-times)
                                          (set-visited-file-modtime .
                                           
tramp-handle-set-visited-file-modtime)
                                          (shell-command . ignore)
                                          (start-file-process . ignore)
                                          (substitute-in-file-name .
                                           tramp-handle-substitute-in-file-name)
                                          (temporary-file-directory .
                                           
tramp-handle-temporary-file-directory)
                                          (tramp-get-remote-gid .
                                           tramp-sudoedit-handle-get-remote-gid)
                                          (tramp-get-remote-uid .
                                           tramp-sudoedit-handle-get-remote-uid)
                                          (tramp-set-file-uid-gid .
                                           
tramp-sudoedit-handle-set-file-uid-gid)
                                          (unhandled-file-name-directory . 
ignore)
                                          (unlock-file . 
tramp-handle-unlock-file)
                                          (vc-registered . ignore)
                                          (verify-visited-file-modtime .
                                           
tramp-handle-verify-visited-file-modtime)
                                          (write-region .
                                           tramp-sudoedit-handle-write-region)
                                          )
 tramp-sudoedit-method "sudoedit"
 tramp-sunos-unames "\\(?:SunOS 5\\.1[01]\\)"
 tramp-syntax 'default
 tramp-system-name "VSL7V7PW"
 tramp-temp-buffer-file-name nil
 tramp-temp-buffer-name " *tramp temp*"
 tramp-temp-name-prefix "tramp."
 tramp-terminal-prompt-regexp "\\(TERM = (.*)\\|Terminal type\\? 
\\[.*\\]\\)\\s-*"
 tramp-terminal-type "dumb"
 tramp-time-doesnt-exist '(-1 65535)
 tramp-time-dont-know '(0 0 0 1000)
 tramp-trace-functions nil
 tramp-unknown-id-integer -1
 tramp-unknown-id-string "UNKNOWN"
 tramp-unload-hook '(#[0 "\300\301\302\"\207" [unload-feature tramp-cache force]
                       3]
                     #[0 "\300\301\302\"\207" [unload-feature tramp-sh force] 3]
                     #[0 "\300\301\302\"\207" [unload-feature tramp-cmds force] 
3]
                     #[0 "\300\301\302\"\207"
                       [remove-hook interrupt-process-functions
                        tramp-interrupt-process]
                       3]
                     #[0 "\300\301\302\"\207"
                       [remove-hook kill-buffer-hook
                        tramp-delete-temp-file-function]
                       3]
                     tramp-unload-file-name-handlers
                     #[0 "\300\301\302\"\207" [unload-feature trampver force] 3]
                     #[0 "\300\301\302\"\207"
                       [unload-feature tramp-integration force] 3]
                     #[0 "\300\301\302\"\207"
                       [remove-hook rfn-eshadow-update-overlay-hook
                        tramp-rfn-eshadow-update-overlay]
                       3]
                     #[0 "\300\301\302\"\207"
                       [remove-hook rfn-eshadow-setup-minibuffer-hook
                        tramp-rfn-eshadow-setup-minibuffer]
                       3]
                     #[0 "\300\301\302\"\210\300\303\302\"\207"
                       [unload-feature tramp-loaddefs force tramp-compat] 3]
                     )
 tramp-use-ssh-controlmaster-options nil
 tramp-user-regexp "[^/|:       ]+"
 tramp-user-with-domain-regexp "\\([^/|:        ]+\\)%\\([[:alnum:]_.-]+\\)"
 tramp-uudecode "(echo begin 600 %t; tail -n +2) | uudecode\ncat %t\nrm -f %t"
 tramp-vc-registered-file-names nil
 tramp-vc-registered-read-file-names "echo \"(\"\nwhile read file; do\n    
quoted=`echo \"$file\" | sed -e \"s/\\\"/\\\\\\\\\\\\\\\\\\\"/\"`\n    if %s 
\"$file\"; then\n       echo \"(\\\"$quoted\\\" \\\"file-exists-p\\\" t)\"\n    
else\n  echo \"(\\\"$quoted\\\" \\\"file-exists-p\\\" nil)\"\n    fi\n    if %s 
\"$file\"; then\n       echo \"(\\\"$quoted\\\" \\\"file-readable-p\\\" t)\"\n  
  else\n        echo \"(\\\"$quoted\\\" \\\"file-readable-p\\\" nil)\"\n    
fi\ndone\necho \")\""
 tramp-verbose 10
 tramp-version "2.5.1.3"
 tramp-wrong-passwd-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 
[[:digit:]]+\\).*"
 tramp-yesno-prompt-regexp "\\(Are you sure you want to continue connecting 
(yes/no\\(?:\\(?:/\\[fingerprint]\\)?)\\?\\)\\)\\s-*"
 tramp-yn-prompt-regexp "\\(\\(?:Store key in cache\\? (y/\\|Update cached 
key\\? (y/n, Return cancels connectio\\)n)\\)\\s-*"
 )

local variables:
================
;; *tramp/plinkx Prod*
(setq-local
 connection-local-variables-alist '((shell-command-switch . "-c")
                                    (shell-file-name . "/bin/sh")
                                    (null-device . "/dev/null")
                                    (path-separator . ":"))
 default-directory "/plinkx:Prod:"
 )

load-path shadows:
==================
c:/Users/uidg1626/.emacs.d/elpa/tramp-2.5.1.3/trampver hides 
d:/Emacs/Emacs-28.1/share/emacs/28.0.50/lisp/net/trampver
c:/Users/uidg1626/.emacs.d/elpa/tramp-2.5.1.3/tramp hides 
d:/Emacs/Emacs-28.1/share/emacs/28.0.50/lisp/net/tramp
c:/Users/uidg1626/.emacs.d/elpa/tramp-2.5.1.3/tramp-uu hides 
d:/Emacs/Emacs-28.1/share/emacs/28.0.50/lisp/net/tramp-uu
c:/Users/uidg1626/.emacs.d/elpa/tramp-2.5.1.3/tramp-sudoedit hides 
d:/Emacs/Emacs-28.1/share/emacs/28.0.50/lisp/net/tramp-sudoedit
c:/Users/uidg1626/.emacs.d/elpa/tramp-2.5.1.3/tramp-smb hides 
d:/Emacs/Emacs-28.1/share/emacs/28.0.50/lisp/net/tramp-smb
c:/Users/uidg1626/.emacs.d/elpa/tramp-2.5.1.3/tramp-sh hides 
d:/Emacs/Emacs-28.1/share/emacs/28.0.50/lisp/net/tramp-sh
c:/Users/uidg1626/.emacs.d/elpa/tramp-2.5.1.3/tramp-rclone hides 
d:/Emacs/Emacs-28.1/share/emacs/28.0.50/lisp/net/tramp-rclone
c:/Users/uidg1626/.emacs.d/elpa/tramp-2.5.1.3/tramp-loaddefs hides 
d:/Emacs/Emacs-28.1/share/emacs/28.0.50/lisp/net/tramp-loaddefs
c:/Users/uidg1626/.emacs.d/elpa/tramp-2.5.1.3/tramp-integration hides 
d:/Emacs/Emacs-28.1/share/emacs/28.0.50/lisp/net/tramp-integration
c:/Users/uidg1626/.emacs.d/elpa/tramp-2.5.1.3/tramp-gvfs hides 
d:/Emacs/Emacs-28.1/share/emacs/28.0.50/lisp/net/tramp-gvfs
c:/Users/uidg1626/.emacs.d/elpa/tramp-2.5.1.3/tramp-ftp hides 
d:/Emacs/Emacs-28.1/share/emacs/28.0.50/lisp/net/tramp-ftp
c:/Users/uidg1626/.emacs.d/elpa/tramp-2.5.1.3/tramp-crypt hides 
d:/Emacs/Emacs-28.1/share/emacs/28.0.50/lisp/net/tramp-crypt
c:/Users/uidg1626/.emacs.d/elpa/tramp-2.5.1.3/tramp-compat hides 
d:/Emacs/Emacs-28.1/share/emacs/28.0.50/lisp/net/tramp-compat
c:/Users/uidg1626/.emacs.d/elpa/tramp-2.5.1.3/tramp-cmds hides 
d:/Emacs/Emacs-28.1/share/emacs/28.0.50/lisp/net/tramp-cmds
c:/Users/uidg1626/.emacs.d/elpa/tramp-2.5.1.3/tramp-cache hides 
d:/Emacs/Emacs-28.1/share/emacs/28.0.50/lisp/net/tramp-cache
c:/Users/uidg1626/.emacs.d/elpa/tramp-2.5.1.3/tramp-archive hides 
d:/Emacs/Emacs-28.1/share/emacs/28.0.50/lisp/net/tramp-archive
c:/Users/uidg1626/.emacs.d/elpa/tramp-2.5.1.3/tramp-adb hides 
d:/Emacs/Emacs-28.1/share/emacs/28.0.50/lisp/net/tramp-adb


----------------------------------------------------------------------
*debug gramp/plinkx Prod*

;; Emacs: 28.0.50 Tramp: 2.5.1.3 -*- mode: outline; coding: utf-8; -*-
;; Location: c:/Users/uidg1626/.emacs.d/elpa/tramp-2.5.1.3/tramp.elc Git: /
16:54:42.334439 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:54:42.335350 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:54:42.338701 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:54:42.339125 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:54:42.339567 tramp-get-connection-property (7) # ~ undef; cache used: nil
16:54:42.339838 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:54:42.340002 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:54:42.340337 tramp-get-connection-property (7) # process-buffer nil; cache 
used: nil
16:54:42.340755 tramp-get-connection-property (7) # process-buffer nil; cache 
used: nil
16:54:42.341019 tramp-set-connection-property (7) # process-buffer nil
16:54:42.342769 tramp-maybe-open-connection (3) # Opening connection nil for 
Prod using plinkx...
16:54:42.344319 tramp-get-local-locale (7) # locale C
16:54:42.345203 tramp-get-connection-property (7) # login-args undef; cache 
used: nil
16:54:42.345626 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:54:42.345943 tramp-get-connection-property (7) # process-buffer nil; cache 
used: t
16:54:42.855258 tramp-maybe-open-connection (6) # 
D:/Emacs/Emacs-28.1/libexec/emacs/28.0.50/x86_64-w64-mingw32/cmdproxy.exe
16:54:42.855677 tramp-get-connection-property (7) # process-buffer nil; cache 
used: t
16:54:42.856347 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:42.856660 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:42.857120 tramp-get-connection-property (7) # locked nil; cache used: nil
16:54:42.857422 tramp-set-connection-property (7) # locked t
16:54:43.746850 tramp-accept-process-output (10) # *tramp/plinkx Prod* nil run t
Microsoft Windows [Version 10.0.18363.1556]
(c) 2019 Microsoft Corporation. All rights reserved.
16:54:43.747364 tramp-flush-connection-property (7) # locked
16:54:43.747799 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:43.748224 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:43.748591 tramp-get-connection-property (7) # locked nil; cache used: nil
16:54:43.748773 tramp-set-connection-property (7) # locked t
16:54:43.749162 tramp-accept-process-output (10) # *tramp/plinkx Prod* nil run t
Microsoft Windows [Version 10.0.18363.1556]
(c) 2019 Microsoft Corporation. All rights reserved.

c:\Users\uidg1626\AppData\Local\Temp>
16:54:43.749411 tramp-flush-connection-property (7) # locked
16:54:43.749618 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:43.749771 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:43.749960 tramp-wait-for-regexp (6) # 
Microsoft Windows [Version 10.0.18363.1556]
(c) 2019 Microsoft Corporation. All rights reserved.

c:\Users\uidg1626\AppData\Local\Temp>
16:54:43.750193 tramp-get-connection-property (7) # remote-shell undef; cache 
used: nil
16:54:43.750394 tramp-get-connection-property (7) # async-args undef; cache 
used: nil
16:54:43.750666 tramp-get-connection-property (7) # connection-timeout undef; 
cache used: nil
16:54:43.750975 tramp-get-connection-property (7) # login-program undef; cache 
used: nil
16:54:43.751168 tramp-get-connection-property (7) # temp-file undef; cache 
used: nil
16:54:43.753318 tramp-set-connection-property (7) # temp-file 
c:/Users/uidg1626/AppData/Local/Temp/tramp.WkMcZC
16:54:43.753672 tramp-set-connection-property (7) # password-vector 
(tramp-file-name plinkx nil nil Prod nil nil nil)
16:54:43.753956 tramp-get-connection-property (7) # session-timeout undef; 
cache used: nil
16:54:43.754633 tramp-get-connection-property (7) # login-args undef; cache 
used: nil
16:54:43.756105 tramp-maybe-open-connection (3) # Sending command plink -load 
Prod -t " env 'TERM=dumb' 'PROMPT_COMMAND=' 'PS1=#$ ' /bin/sh  -i " && exit || 
exit
16:54:43.756485 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:54:43.756804 tramp-get-connection-property (7) # remote-echo nil; cache 
used: nil
16:54:43.757200 tramp-send-command (6) # plink -load Prod -t " env 'TERM=dumb' 
'PROMPT_COMMAND=' 'PS1=#$ ' /bin/sh  -i " && exit || exit
16:54:43.757689 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:54:43.758068 tramp-get-connection-property (7) # chunksize nil; cache used: 
nil
16:54:43.758446 tramp-set-connection-property (7) # last-cmd-time (24933 41395 
758321 0)
16:54:43.758841 tramp-send-string (10) # plink -load Prod -t " env 'TERM=dumb' 
'PROMPT_COMMAND=' 'PS1=#$ ' /bin/sh  -i " && exit || exit
16:54:43.759229 tramp-get-connection-property (7) # process-buffer nil; cache 
used: t
16:54:43.759650 tramp-get-connection-property (7) # locked nil; cache used: nil
16:54:43.760118 tramp-set-connection-property (7) # locked t
16:54:43.760714 tramp-flush-connection-property (7) # locked
16:54:43.761237 tramp-get-connection-property (7) # password-vector 
(tramp-file-name plinkx nil nil Prod nil nil nil); cache used: t
16:54:43.761762 tramp-set-connection-property (7) # first-password-request nil
16:54:43.762178 tramp-process-actions (3) # Waiting for prompts from remote 
shell...
16:54:43.762709 tramp-get-connection-property (7) # locked nil; cache used: nil
16:54:43.763126 tramp-set-connection-property (7) # locked t
16:54:43.763922 tramp-accept-process-output (10) # *tramp/plinkx Prod* 0 run t
plink -load Prod -t " env 'TERM=dumb' 'PROMPT_COMMAND=' 'PS1=#$ ' /bin/sh  -i " 
&& exit || exit
16:54:43.764312 tramp-flush-connection-property (7) # locked
16:54:43.764711 tramp-get-connection-property (7) # locked nil; cache used: nil
16:54:43.765129 tramp-set-connection-property (7) # locked t
16:54:43.765583 tramp-accept-process-output (10) # *tramp/plinkx Prod* 0 run nil
plink -load Prod -t " env 'TERM=dumb' 'PROMPT_COMMAND=' 'PS1=#$ ' /bin/sh  -i " 
&& exit || exit
16:54:43.766008 tramp-flush-connection-property (7) # locked
16:54:43.766530 tramp-process-one-action (5) # Looking for regexp 
"\(.*\(user\|login\)\( .*\)?: *\)\'" from remote shell
16:54:43.766965 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:43.767365 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:43.770412 tramp-process-one-action (5) # Looking for regexp 
"\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|\)a\)\|geslo\|h\(?:\(?:as\|esl\)o\)\|iphasiwedi\|jelsz\|l\(?:ozinka\|senord\)\|m\(?:ot
 de passe\|t khu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: 
phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptaodis\)\|wachtwoord\|¾¸º\|°¾Œ\|¡”\|„©
 „±\|ऍऍ\|०à¤\|঍঍\|ও঍\|ਵà\|વàª\|ବà 
୕à\|஁ஊà\|ఇమ\|಍à²\|ാകàµ\|්à¶\|ធធឋ\|ー\|[ç]\|í\)\).*:? 
*\)\'" from remote shell
16:54:43.771007 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:43.771276 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:43.772572 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 
[[:digit:]]+\).*\)\'" from remote shell
16:54:43.773077 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:43.773650 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:43.774197 tramp-process-one-action (5) # Looking for regexp "\(^[^#$%>
]*[#$%>] *\)\'" from remote shell
16:54:43.774604 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:43.775063 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:43.775690 tramp-process-one-action (5) # Looking for regexp 
"\(\(?:^\|\)[^]#$%>
]*#?[]#$%>] *\(\[[[:digit:];]*[[:alpha:]] *\)*\)\'" from remote shell
16:54:43.776126 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:43.776605 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:43.777226 tramp-process-one-action (5) # Looking for regexp "\(\(Are you 
sure you want to continue connecting 
(yes/no\(?:\(?:/\[fingerprint]\)?)\?\)\)\s-*\)\'" from remote shell
16:54:43.777691 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:43.778098 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:43.778576 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
16:54:43.778896 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:43.779111 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:43.779372 tramp-process-one-action (5) # Looking for regexp "\(\(TERM = 
(.*)\|Terminal type\? \[.*\]\)\s-*\)\'" from remote shell
16:54:43.779590 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:43.779962 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:43.780348 tramp-process-one-action (5) # Looking for regexp "\(Access 
granted\. Press Return to begin session\. \)\'" from remote shell
16:54:43.780925 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:43.781320 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:43.781764 tramp-process-one-action (5) # Looking for regexp "\(^*Confirm 
user presence for key .*[
]*\)\'" from remote shell
16:54:43.782180 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:43.782695 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:43.783183 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from 
remote shell
16:54:43.783573 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:43.783930 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:43.784301 tramp-process-one-action (5) # Call tramp-action-process-alive
16:54:43.784783 tramp-get-connection-property (7) # locked nil; cache used: nil
16:54:43.785230 tramp-set-connection-property (7) # locked t
16:54:43.785668 tramp-accept-process-output (10) # *tramp/plinkx Prod* 0 run nil
plink -load Prod -t " env 'TERM=dumb' 'PROMPT_COMMAND=' 'PS1=#$ ' /bin/sh  -i " 
&& exit || exit
16:54:43.786060 tramp-flush-connection-property (7) # locked
16:54:43.786627 tramp-process-one-action (5) # Looking for regexp 
"\(.*\(user\|login\)\( .*\)?: *\)\'" from remote shell
16:54:43.787038 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:43.787370 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:43.791120 tramp-process-one-action (5) # Looking for regexp 
"\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|\)a\)\|geslo\|h\(?:\(?:as\|esl\)o\)\|iphasiwedi\|jelsz\|l\(?:ozinka\|senord\)\|m\(?:ot
 de passe\|t khu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: 
phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptaodis\)\|wachtwoord\|¾¸º\|°¾Œ\|¡”\|„©
 „±\|ऍऍ\|०à¤\|঍঍\|ও঍\|ਵà\|વàª\|ବà 
୕à\|஁ஊà\|ఇమ\|಍à²\|ാകàµ\|්à¶\|ធធឋ\|ー\|[ç]\|í\)\).*:? 
*\)\'" from remote shell
16:54:43.791667 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:43.792009 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:43.853921 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 
[[:digit:]]+\).*\)\'" from remote shell
16:54:43.854195 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:43.854503 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:43.855157 tramp-process-one-action (5) # Looking for regexp "\(^[^#$%>
]*[#$%>] *\)\'" from remote shell
16:54:43.855482 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:43.855881 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:43.856340 tramp-process-one-action (5) # Looking for regexp 
"\(\(?:^\|\)[^]#$%>
]*#?[]#$%>] *\(\[[[:digit:];]*[[:alpha:]] *\)*\)\'" from remote shell
16:54:43.856527 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:43.856866 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:43.857427 tramp-process-one-action (5) # Looking for regexp "\(\(Are you 
sure you want to continue connecting 
(yes/no\(?:\(?:/\[fingerprint]\)?)\?\)\)\s-*\)\'" from remote shell
16:54:43.857634 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:43.857782 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:43.858136 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
16:54:43.858625 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:43.858840 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:43.859026 tramp-process-one-action (5) # Looking for regexp "\(\(TERM = 
(.*)\|Terminal type\? \[.*\]\)\s-*\)\'" from remote shell
16:54:43.859424 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:43.859640 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:43.860043 tramp-process-one-action (5) # Looking for regexp "\(Access 
granted\. Press Return to begin session\. \)\'" from remote shell
16:54:43.860285 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:43.860674 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:43.861151 tramp-process-one-action (5) # Looking for regexp "\(^*Confirm 
user presence for key .*[
]*\)\'" from remote shell
16:54:43.861360 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:43.861536 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:43.861973 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from 
remote shell
16:54:43.862397 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:43.862765 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:43.863132 tramp-process-one-action (5) # Call tramp-action-process-alive
16:54:43.863678 tramp-get-connection-property (7) # locked nil; cache used: nil
16:54:43.864042 tramp-set-connection-property (7) # locked t
16:54:43.864413 tramp-accept-process-output (10) # *tramp/plinkx Prod* 0 run nil
plink -load Prod -t " env 'TERM=dumb' 'PROMPT_COMMAND=' 'PS1=#$ ' /bin/sh  -i " 
&& exit || exit
16:54:43.864752 tramp-flush-connection-property (7) # locked
16:54:43.865093 tramp-process-one-action (5) # Looking for regexp 
"\(.*\(user\|login\)\( .*\)?: *\)\'" from remote shell
16:54:43.865442 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:43.865766 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:43.868117 tramp-process-one-action (5) # Looking for regexp 
"\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|\)a\)\|geslo\|h\(?:\(?:as\|esl\)o\)\|iphasiwedi\|jelsz\|l\(?:ozinka\|senord\)\|m\(?:ot
 de passe\|t khu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: 
phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptaodis\)\|wachtwoord\|¾¸º\|°¾Œ\|¡”\|„©
 „±\|ऍऍ\|०à¤\|঍঍\|ও঍\|ਵà\|વàª\|ବà 
୕à\|஁ஊà\|ఇమ\|಍à²\|ാകàµ\|්à¶\|ធធឋ\|ー\|[ç]\|í\)\).*:? 
*\)\'" from remote shell
16:54:43.868603 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:43.869013 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:43.869860 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 
[[:digit:]]+\).*\)\'" from remote shell
16:54:43.870313 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:43.870594 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:43.871018 tramp-process-one-action (5) # Looking for regexp "\(^[^#$%>
]*[#$%>] *\)\'" from remote shell
16:54:43.871310 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:43.871679 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:43.872012 tramp-process-one-action (5) # Looking for regexp 
"\(\(?:^\|\)[^]#$%>
]*#?[]#$%>] *\(\[[[:digit:];]*[[:alpha:]] *\)*\)\'" from remote shell
16:54:43.872409 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:43.872765 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:43.873034 tramp-process-one-action (5) # Looking for regexp "\(\(Are you 
sure you want to continue connecting 
(yes/no\(?:\(?:/\[fingerprint]\)?)\?\)\)\s-*\)\'" from remote shell
16:54:43.873475 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:43.873802 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:43.874130 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
16:54:43.874593 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:43.875004 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:43.875351 tramp-process-one-action (5) # Looking for regexp "\(\(TERM = 
(.*)\|Terminal type\? \[.*\]\)\s-*\)\'" from remote shell
16:54:43.875728 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:43.876062 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:43.876430 tramp-process-one-action (5) # Looking for regexp "\(Access 
granted\. Press Return to begin session\. \)\'" from remote shell
16:54:43.876755 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:43.877048 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:43.877404 tramp-process-one-action (5) # Looking for regexp "\(^*Confirm 
user presence for key .*[
]*\)\'" from remote shell
16:54:43.877730 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:43.878030 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:43.878502 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from 
remote shell
16:54:43.878939 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:43.879261 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:43.880148 tramp-process-one-action (5) # Call tramp-action-process-alive
16:54:43.880528 tramp-get-connection-property (7) # locked nil; cache used: nil
16:54:43.880884 tramp-set-connection-property (7) # locked t
16:54:43.881276 tramp-accept-process-output (10) # *tramp/plinkx Prod* 0 run nil
plink -load Prod -t " env 'TERM=dumb' 'PROMPT_COMMAND=' 'PS1=#$ ' /bin/sh  -i " 
&& exit || exit
16:54:43.881643 tramp-flush-connection-property (7) # locked
16:54:43.882017 tramp-process-one-action (5) # Looking for regexp 
"\(.*\(user\|login\)\( .*\)?: *\)\'" from remote shell
16:54:43.882398 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:43.882736 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:43.886077 tramp-process-one-action (5) # Looking for regexp 
"\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|\)a\)\|geslo\|h\(?:\(?:as\|esl\)o\)\|iphasiwedi\|jelsz\|l\(?:ozinka\|senord\)\|m\(?:ot
 de passe\|t khu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: 
phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptaodis\)\|wachtwoord\|¾¸º\|°¾Œ\|¡”\|„©
 „±\|ऍऍ\|०à¤\|঍঍\|ও঍\|ਵà\|વàª\|ବà 
୕à\|஁ஊà\|ఇమ\|಍à²\|ാകàµ\|්à¶\|ធធឋ\|ー\|[ç]\|í\)\).*:? 
*\)\'" from remote shell
16:54:43.886879 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:43.887349 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:43.887942 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 
[[:digit:]]+\).*\)\'" from remote shell
16:54:43.888223 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:43.888419 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:43.888929 tramp-process-one-action (5) # Looking for regexp "\(^[^#$%>
]*[#$%>] *\)\'" from remote shell
16:54:43.889245 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:43.889512 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:43.889718 tramp-process-one-action (5) # Looking for regexp 
"\(\(?:^\|\)[^]#$%>
]*#?[]#$%>] *\(\[[[:digit:];]*[[:alpha:]] *\)*\)\'" from remote shell
16:54:43.890140 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:43.890414 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:43.890652 tramp-process-one-action (5) # Looking for regexp "\(\(Are you 
sure you want to continue connecting 
(yes/no\(?:\(?:/\[fingerprint]\)?)\?\)\)\s-*\)\'" from remote shell
16:54:43.890931 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:43.891079 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:43.891273 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
16:54:43.891433 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:43.891616 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:43.891785 tramp-process-one-action (5) # Looking for regexp "\(\(TERM = 
(.*)\|Terminal type\? \[.*\]\)\s-*\)\'" from remote shell
16:54:43.891942 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:43.892078 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:43.892394 tramp-process-one-action (5) # Looking for regexp "\(Access 
granted\. Press Return to begin session\. \)\'" from remote shell
16:54:43.892716 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:43.892867 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:43.893033 tramp-process-one-action (5) # Looking for regexp "\(^*Confirm 
user presence for key .*[
]*\)\'" from remote shell
16:54:43.893389 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:43.893732 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:43.893919 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from 
remote shell
16:54:43.894070 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:43.894376 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:43.894606 tramp-process-one-action (5) # Call tramp-action-process-alive
16:54:43.894802 tramp-get-connection-property (7) # locked nil; cache used: nil
16:54:43.895032 tramp-set-connection-property (7) # locked t
16:54:43.895266 tramp-accept-process-output (10) # *tramp/plinkx Prod* 0 run nil
plink -load Prod -t " env 'TERM=dumb' 'PROMPT_COMMAND=' 'PS1=#$ ' /bin/sh  -i " 
&& exit || exit
16:54:43.895443 tramp-flush-connection-property (7) # locked
16:54:43.895682 tramp-process-one-action (5) # Looking for regexp 
"\(.*\(user\|login\)\( .*\)?: *\)\'" from remote shell
16:54:43.896005 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:43.896302 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:43.898696 tramp-process-one-action (5) # Looking for regexp 
"\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|\)a\)\|geslo\|h\(?:\(?:as\|esl\)o\)\|iphasiwedi\|jelsz\|l\(?:ozinka\|senord\)\|m\(?:ot
 de passe\|t khu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: 
phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptaodis\)\|wachtwoord\|¾¸º\|°¾Œ\|¡”\|„©
 „±\|ऍऍ\|०à¤\|঍঍\|ও঍\|ਵà\|વàª\|ବà 
୕à\|஁ஊà\|ఇమ\|಍à²\|ാകàµ\|්à¶\|ធធឋ\|ー\|[ç]\|í\)\).*:? 
*\)\'" from remote shell
16:54:43.899202 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:43.899494 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:43.900447 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 
[[:digit:]]+\).*\)\'" from remote shell
16:54:43.900802 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:43.901097 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:43.901663 tramp-process-one-action (5) # Looking for regexp "\(^[^#$%>
]*[#$%>] *\)\'" from remote shell
16:54:43.901961 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:43.902256 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:43.902640 tramp-process-one-action (5) # Looking for regexp 
"\(\(?:^\|\)[^]#$%>
]*#?[]#$%>] *\(\[[[:digit:];]*[[:alpha:]] *\)*\)\'" from remote shell
16:54:43.902949 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:43.903240 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:43.903691 tramp-process-one-action (5) # Looking for regexp "\(\(Are you 
sure you want to continue connecting 
(yes/no\(?:\(?:/\[fingerprint]\)?)\?\)\)\s-*\)\'" from remote shell
16:54:43.904018 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:43.904319 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:43.904660 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
16:54:43.904975 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:43.905284 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:43.905629 tramp-process-one-action (5) # Looking for regexp "\(\(TERM = 
(.*)\|Terminal type\? \[.*\]\)\s-*\)\'" from remote shell
16:54:43.905945 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:43.906249 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:43.906581 tramp-process-one-action (5) # Looking for regexp "\(Access 
granted\. Press Return to begin session\. \)\'" from remote shell
16:54:43.906889 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:43.907212 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:43.907554 tramp-process-one-action (5) # Looking for regexp "\(^*Confirm 
user presence for key .*[
]*\)\'" from remote shell
16:54:43.907865 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:43.908174 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:43.908494 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from 
remote shell
16:54:43.908795 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:43.909108 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:43.909432 tramp-process-one-action (5) # Call tramp-action-process-alive
16:54:43.909740 tramp-get-connection-property (7) # locked nil; cache used: nil
16:54:43.910034 tramp-set-connection-property (7) # locked t
16:54:43.910366 tramp-accept-process-output (10) # *tramp/plinkx Prod* 0 run nil
plink -load Prod -t " env 'TERM=dumb' 'PROMPT_COMMAND=' 'PS1=#$ ' /bin/sh  -i " 
&& exit || exit
16:54:43.910685 tramp-flush-connection-property (7) # locked
16:54:43.911019 tramp-process-one-action (5) # Looking for regexp 
"\(.*\(user\|login\)\( .*\)?: *\)\'" from remote shell
16:54:43.911349 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:43.911639 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:43.914604 tramp-process-one-action (5) # Looking for regexp 
"\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|\)a\)\|geslo\|h\(?:\(?:as\|esl\)o\)\|iphasiwedi\|jelsz\|l\(?:ozinka\|senord\)\|m\(?:ot
 de passe\|t khu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: 
phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptaodis\)\|wachtwoord\|¾¸º\|°¾Œ\|¡”\|„©
 „±\|ऍऍ\|०à¤\|঍঍\|ও঍\|ਵà\|વàª\|ବà 
୕à\|஁ஊà\|ఇమ\|಍à²\|ാകàµ\|්à¶\|ធធឋ\|ー\|[ç]\|í\)\).*:? 
*\)\'" from remote shell
16:54:43.915260 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:43.915510 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:43.916277 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 
[[:digit:]]+\).*\)\'" from remote shell
16:54:43.916672 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:43.916981 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:43.917601 tramp-process-one-action (5) # Looking for regexp "\(^[^#$%>
]*[#$%>] *\)\'" from remote shell
16:54:43.917954 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:43.918292 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:43.918704 tramp-process-one-action (5) # Looking for regexp 
"\(\(?:^\|\)[^]#$%>
]*#?[]#$%>] *\(\[[[:digit:];]*[[:alpha:]] *\)*\)\'" from remote shell
16:54:43.919067 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:43.919352 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:43.919781 tramp-process-one-action (5) # Looking for regexp "\(\(Are you 
sure you want to continue connecting 
(yes/no\(?:\(?:/\[fingerprint]\)?)\?\)\)\s-*\)\'" from remote shell
16:54:43.920174 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:43.920449 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:43.920849 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
16:54:43.921359 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:43.921859 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:43.922235 tramp-process-one-action (5) # Looking for regexp "\(\(TERM = 
(.*)\|Terminal type\? \[.*\]\)\s-*\)\'" from remote shell
16:54:43.922463 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:43.922662 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:43.922885 tramp-process-one-action (5) # Looking for regexp "\(Access 
granted\. Press Return to begin session\. \)\'" from remote shell
16:54:43.923122 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:43.923319 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:43.923722 tramp-process-one-action (5) # Looking for regexp "\(^*Confirm 
user presence for key .*[
]*\)\'" from remote shell
16:54:43.924080 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:43.924378 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:43.924565 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from 
remote shell
16:54:43.924734 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:43.924982 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:43.925174 tramp-process-one-action (5) # Call tramp-action-process-alive
16:54:43.925341 tramp-get-connection-property (7) # locked nil; cache used: nil
16:54:43.925509 tramp-set-connection-property (7) # locked t
16:54:43.925905 tramp-accept-process-output (10) # *tramp/plinkx Prod* 0 run nil
plink -load Prod -t " env 'TERM=dumb' 'PROMPT_COMMAND=' 'PS1=#$ ' /bin/sh  -i " 
&& exit || exit
16:54:43.926259 tramp-flush-connection-property (7) # locked
16:54:43.926633 tramp-process-one-action (5) # Looking for regexp 
"\(.*\(user\|login\)\( .*\)?: *\)\'" from remote shell
16:54:43.926970 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:43.927296 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:43.929687 tramp-process-one-action (5) # Looking for regexp 
"\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|\)a\)\|geslo\|h\(?:\(?:as\|esl\)o\)\|iphasiwedi\|jelsz\|l\(?:ozinka\|senord\)\|m\(?:ot
 de passe\|t khu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: 
phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptaodis\)\|wachtwoord\|¾¸º\|°¾Œ\|¡”\|„©
 „±\|ऍऍ\|०à¤\|঍঍\|ও঍\|ਵà\|વàª\|ବà 
୕à\|஁ஊà\|ఇమ\|಍à²\|ാകàµ\|්à¶\|ធធឋ\|ー\|[ç]\|í\)\).*:? 
*\)\'" from remote shell
16:54:43.930284 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:43.930720 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:43.931305 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 
[[:digit:]]+\).*\)\'" from remote shell
16:54:43.931509 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:43.931655 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:43.932034 tramp-process-one-action (5) # Looking for regexp "\(^[^#$%>
]*[#$%>] *\)\'" from remote shell
16:54:43.932346 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:43.932504 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:43.932724 tramp-process-one-action (5) # Looking for regexp 
"\(\(?:^\|\)[^]#$%>
]*#?[]#$%>] *\(\[[[:digit:];]*[[:alpha:]] *\)*\)\'" from remote shell
16:54:43.932984 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:43.933187 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:43.933414 tramp-process-one-action (5) # Looking for regexp "\(\(Are you 
sure you want to continue connecting 
(yes/no\(?:\(?:/\[fingerprint]\)?)\?\)\)\s-*\)\'" from remote shell
16:54:43.933580 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:43.933722 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:43.933898 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
16:54:43.934073 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:43.934215 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:43.934439 tramp-process-one-action (5) # Looking for regexp "\(\(TERM = 
(.*)\|Terminal type\? \[.*\]\)\s-*\)\'" from remote shell
16:54:43.934600 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:43.934742 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:43.934908 tramp-process-one-action (5) # Looking for regexp "\(Access 
granted\. Press Return to begin session\. \)\'" from remote shell
16:54:43.935200 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:43.935387 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:43.935730 tramp-process-one-action (5) # Looking for regexp "\(^*Confirm 
user presence for key .*[
]*\)\'" from remote shell
16:54:43.936048 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:43.936447 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:43.936742 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from 
remote shell
16:54:43.936909 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:43.937256 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:43.937710 tramp-process-one-action (5) # Call tramp-action-process-alive
16:54:43.937905 tramp-get-connection-property (7) # locked nil; cache used: nil
16:54:43.938203 tramp-set-connection-property (7) # locked t
16:54:43.938450 tramp-accept-process-output (10) # *tramp/plinkx Prod* 0 run nil
plink -load Prod -t " env 'TERM=dumb' 'PROMPT_COMMAND=' 'PS1=#$ ' /bin/sh  -i " 
&& exit || exit
16:54:43.938723 tramp-flush-connection-property (7) # locked
16:54:43.938949 tramp-process-one-action (5) # Looking for regexp 
"\(.*\(user\|login\)\( .*\)?: *\)\'" from remote shell
16:54:43.939141 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:43.939286 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:43.940752 tramp-process-one-action (5) # Looking for regexp 
"\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|\)a\)\|geslo\|h\(?:\(?:as\|esl\)o\)\|iphasiwedi\|jelsz\|l\(?:ozinka\|senord\)\|m\(?:ot
 de passe\|t khu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: 
phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptaodis\)\|wachtwoord\|¾¸º\|°¾Œ\|¡”\|„©
 „±\|ऍऍ\|०à¤\|঍঍\|ও঍\|ਵà\|વàª\|ବà 
୕à\|஁ஊà\|ఇమ\|಍à²\|ാകàµ\|්à¶\|ធធឋ\|ー\|[ç]\|í\)\).*:? 
*\)\'" from remote shell
16:54:43.941091 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:43.941564 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:43.942611 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 
[[:digit:]]+\).*\)\'" from remote shell
16:54:43.943115 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:43.943465 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:43.944255 tramp-process-one-action (5) # Looking for regexp "\(^[^#$%>
]*[#$%>] *\)\'" from remote shell
16:54:43.944689 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:43.945089 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:43.945610 tramp-process-one-action (5) # Looking for regexp 
"\(\(?:^\|\)[^]#$%>
]*#?[]#$%>] *\(\[[[:digit:];]*[[:alpha:]] *\)*\)\'" from remote shell
16:54:43.946073 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:43.946426 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:43.946761 tramp-process-one-action (5) # Looking for regexp "\(\(Are you 
sure you want to continue connecting 
(yes/no\(?:\(?:/\[fingerprint]\)?)\?\)\)\s-*\)\'" from remote shell
16:54:43.947072 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:43.947396 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:43.947692 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
16:54:43.947917 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:43.948189 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:43.948391 tramp-process-one-action (5) # Looking for regexp "\(\(TERM = 
(.*)\|Terminal type\? \[.*\]\)\s-*\)\'" from remote shell
16:54:43.948558 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:43.948751 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:43.948923 tramp-process-one-action (5) # Looking for regexp "\(Access 
granted\. Press Return to begin session\. \)\'" from remote shell
16:54:43.949094 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:43.949242 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:43.949417 tramp-process-one-action (5) # Looking for regexp "\(^*Confirm 
user presence for key .*[
]*\)\'" from remote shell
16:54:43.949569 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:43.949708 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:43.950112 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from 
remote shell
16:54:43.950519 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:43.950703 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:43.950881 tramp-process-one-action (5) # Call tramp-action-process-alive
16:54:43.951174 tramp-get-connection-property (7) # locked nil; cache used: nil
16:54:43.951430 tramp-set-connection-property (7) # locked t
16:54:43.951615 tramp-accept-process-output (10) # *tramp/plinkx Prod* 0 run nil
plink -load Prod -t " env 'TERM=dumb' 'PROMPT_COMMAND=' 'PS1=#$ ' /bin/sh  -i " 
&& exit || exit
16:54:43.951797 tramp-flush-connection-property (7) # locked
16:54:43.952024 tramp-process-one-action (5) # Looking for regexp 
"\(.*\(user\|login\)\( .*\)?: *\)\'" from remote shell
16:54:43.952301 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:43.952464 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:43.955033 tramp-process-one-action (5) # Looking for regexp 
"\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|\)a\)\|geslo\|h\(?:\(?:as\|esl\)o\)\|iphasiwedi\|jelsz\|l\(?:ozinka\|senord\)\|m\(?:ot
 de passe\|t khu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: 
phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptaodis\)\|wachtwoord\|¾¸º\|°¾Œ\|¡”\|„©
 „±\|ऍऍ\|०à¤\|঍঍\|ও঍\|ਵà\|વàª\|ବà 
୕à\|஁ஊà\|ఇమ\|಍à²\|ാകàµ\|්à¶\|ធធឋ\|ー\|[ç]\|í\)\).*:? 
*\)\'" from remote shell
16:54:43.955338 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:43.955492 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:43.955901 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 
[[:digit:]]+\).*\)\'" from remote shell
16:54:43.956222 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:43.956383 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:43.956643 tramp-process-one-action (5) # Looking for regexp "\(^[^#$%>
]*[#$%>] *\)\'" from remote shell
16:54:43.956809 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:43.956966 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:43.957165 tramp-process-one-action (5) # Looking for regexp 
"\(\(?:^\|\)[^]#$%>
]*#?[]#$%>] *\(\[[[:digit:];]*[[:alpha:]] *\)*\)\'" from remote shell
16:54:43.957318 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:43.957457 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:43.957672 tramp-process-one-action (5) # Looking for regexp "\(\(Are you 
sure you want to continue connecting 
(yes/no\(?:\(?:/\[fingerprint]\)?)\?\)\)\s-*\)\'" from remote shell
16:54:43.957837 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:43.958063 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:43.958415 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
16:54:43.958637 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:43.958802 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:43.959056 tramp-process-one-action (5) # Looking for regexp "\(\(TERM = 
(.*)\|Terminal type\? \[.*\]\)\s-*\)\'" from remote shell
16:54:43.959395 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:43.959655 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:43.959842 tramp-process-one-action (5) # Looking for regexp "\(Access 
granted\. Press Return to begin session\. \)\'" from remote shell
16:54:43.960018 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:43.960182 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:43.960356 tramp-process-one-action (5) # Looking for regexp "\(^*Confirm 
user presence for key .*[
]*\)\'" from remote shell
16:54:43.960515 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:43.960651 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:43.960809 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from 
remote shell
16:54:43.960972 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:43.961144 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:43.961411 tramp-process-one-action (5) # Call tramp-action-process-alive
16:54:43.961579 tramp-get-connection-property (7) # locked nil; cache used: nil
16:54:43.961726 tramp-set-connection-property (7) # locked t
16:54:43.961893 tramp-accept-process-output (10) # *tramp/plinkx Prod* 0 run nil
plink -load Prod -t " env 'TERM=dumb' 'PROMPT_COMMAND=' 'PS1=#$ ' /bin/sh  -i " 
&& exit || exit
16:54:43.962078 tramp-flush-connection-property (7) # locked
16:54:43.962252 tramp-process-one-action (5) # Looking for regexp 
"\(.*\(user\|login\)\( .*\)?: *\)\'" from remote shell
16:54:43.962423 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:43.962882 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:43.964179 tramp-process-one-action (5) # Looking for regexp 
"\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|\)a\)\|geslo\|h\(?:\(?:as\|esl\)o\)\|iphasiwedi\|jelsz\|l\(?:ozinka\|senord\)\|m\(?:ot
 de passe\|t khu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: 
phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptaodis\)\|wachtwoord\|¾¸º\|°¾Œ\|¡”\|„©
 „±\|ऍऍ\|०à¤\|঍঍\|ও঍\|ਵà\|વàª\|ବà 
୕à\|஁ஊà\|ఇమ\|಍à²\|ാകàµ\|්à¶\|ធធឋ\|ー\|[ç]\|í\)\).*:? 
*\)\'" from remote shell
16:54:43.964441 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:43.964592 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:43.965027 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 
[[:digit:]]+\).*\)\'" from remote shell
16:54:43.965391 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:43.965770 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:43.966076 tramp-process-one-action (5) # Looking for regexp "\(^[^#$%>
]*[#$%>] *\)\'" from remote shell
16:54:43.966253 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:43.966402 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:43.966596 tramp-process-one-action (5) # Looking for regexp 
"\(\(?:^\|\)[^]#$%>
]*#?[]#$%>] *\(\[[[:digit:];]*[[:alpha:]] *\)*\)\'" from remote shell
16:54:43.966876 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:43.967040 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:43.967263 tramp-process-one-action (5) # Looking for regexp "\(\(Are you 
sure you want to continue connecting 
(yes/no\(?:\(?:/\[fingerprint]\)?)\?\)\)\s-*\)\'" from remote shell
16:54:43.967430 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:43.967578 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:43.967768 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
16:54:43.967972 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:43.968182 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:43.968419 tramp-process-one-action (5) # Looking for regexp "\(\(TERM = 
(.*)\|Terminal type\? \[.*\]\)\s-*\)\'" from remote shell
16:54:43.968637 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:43.968841 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:43.969148 tramp-process-one-action (5) # Looking for regexp "\(Access 
granted\. Press Return to begin session\. \)\'" from remote shell
16:54:43.969564 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:43.969791 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:43.970180 tramp-process-one-action (5) # Looking for regexp "\(^*Confirm 
user presence for key .*[
]*\)\'" from remote shell
16:54:44.020126 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.020495 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.020843 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from 
remote shell
16:54:44.021195 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.021410 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.021639 tramp-process-one-action (5) # Call tramp-action-process-alive
16:54:44.021937 tramp-get-connection-property (7) # locked nil; cache used: nil
16:54:44.022303 tramp-set-connection-property (7) # locked t
16:54:44.022770 tramp-accept-process-output (10) # *tramp/plinkx Prod* 0 run nil
plink -load Prod -t " env 'TERM=dumb' 'PROMPT_COMMAND=' 'PS1=#$ ' /bin/sh  -i " 
&& exit || exit
16:54:44.023234 tramp-flush-connection-property (7) # locked
16:54:44.023654 tramp-process-one-action (5) # Looking for regexp 
"\(.*\(user\|login\)\( .*\)?: *\)\'" from remote shell
16:54:44.024070 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.024446 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.026185 tramp-process-one-action (5) # Looking for regexp 
"\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|\)a\)\|geslo\|h\(?:\(?:as\|esl\)o\)\|iphasiwedi\|jelsz\|l\(?:ozinka\|senord\)\|m\(?:ot
 de passe\|t khu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: 
phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptaodis\)\|wachtwoord\|¾¸º\|°¾Œ\|¡”\|„©
 „±\|ऍऍ\|०à¤\|঍঍\|ও঍\|ਵà\|વàª\|ବà 
୕à\|஁ஊà\|ఇమ\|಍à²\|ാകàµ\|්à¶\|ធធឋ\|ー\|[ç]\|í\)\).*:? 
*\)\'" from remote shell
16:54:44.026659 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.026852 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.027270 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 
[[:digit:]]+\).*\)\'" from remote shell
16:54:44.027699 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.028105 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.028778 tramp-process-one-action (5) # Looking for regexp "\(^[^#$%>
]*[#$%>] *\)\'" from remote shell
16:54:44.029161 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.029554 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.030064 tramp-process-one-action (5) # Looking for regexp 
"\(\(?:^\|\)[^]#$%>
]*#?[]#$%>] *\(\[[[:digit:];]*[[:alpha:]] *\)*\)\'" from remote shell
16:54:44.030389 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.030771 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.031077 tramp-process-one-action (5) # Looking for regexp "\(\(Are you 
sure you want to continue connecting 
(yes/no\(?:\(?:/\[fingerprint]\)?)\?\)\)\s-*\)\'" from remote shell
16:54:44.031355 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.031621 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.031989 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
16:54:44.032432 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.032709 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.033231 tramp-process-one-action (5) # Looking for regexp "\(\(TERM = 
(.*)\|Terminal type\? \[.*\]\)\s-*\)\'" from remote shell
16:54:44.033453 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.033767 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.034118 tramp-process-one-action (5) # Looking for regexp "\(Access 
granted\. Press Return to begin session\. \)\'" from remote shell
16:54:44.034512 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.034919 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.035372 tramp-process-one-action (5) # Looking for regexp "\(^*Confirm 
user presence for key .*[
]*\)\'" from remote shell
16:54:44.035801 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.036186 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.036696 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from 
remote shell
16:54:44.037112 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.037498 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.037926 tramp-process-one-action (5) # Call tramp-action-process-alive
16:54:44.038196 tramp-get-connection-property (7) # locked nil; cache used: nil
16:54:44.038356 tramp-set-connection-property (7) # locked t
16:54:44.038532 tramp-accept-process-output (10) # *tramp/plinkx Prod* 0 run nil
plink -load Prod -t " env 'TERM=dumb' 'PROMPT_COMMAND=' 'PS1=#$ ' /bin/sh  -i " 
&& exit || exit
16:54:44.038699 tramp-flush-connection-property (7) # locked
16:54:44.039146 tramp-process-one-action (5) # Looking for regexp 
"\(.*\(user\|login\)\( .*\)?: *\)\'" from remote shell
16:54:44.039606 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.040025 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.043119 tramp-process-one-action (5) # Looking for regexp 
"\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|\)a\)\|geslo\|h\(?:\(?:as\|esl\)o\)\|iphasiwedi\|jelsz\|l\(?:ozinka\|senord\)\|m\(?:ot
 de passe\|t khu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: 
phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptaodis\)\|wachtwoord\|¾¸º\|°¾Œ\|¡”\|„©
 „±\|ऍऍ\|०à¤\|঍঍\|ও঍\|ਵà\|વàª\|ବà 
୕à\|஁ஊà\|ఇమ\|಍à²\|ാകàµ\|්à¶\|ធធឋ\|ー\|[ç]\|í\)\).*:? 
*\)\'" from remote shell
16:54:44.043380 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.043526 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.044380 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 
[[:digit:]]+\).*\)\'" from remote shell
16:54:44.044855 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.045297 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.045816 tramp-process-one-action (5) # Looking for regexp "\(^[^#$%>
]*[#$%>] *\)\'" from remote shell
16:54:44.046001 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.046236 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.046646 tramp-process-one-action (5) # Looking for regexp 
"\(\(?:^\|\)[^]#$%>
]*#?[]#$%>] *\(\[[[:digit:];]*[[:alpha:]] *\)*\)\'" from remote shell
16:54:44.047006 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.047354 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.047591 tramp-process-one-action (5) # Looking for regexp "\(\(Are you 
sure you want to continue connecting 
(yes/no\(?:\(?:/\[fingerprint]\)?)\?\)\)\s-*\)\'" from remote shell
16:54:44.047776 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.048060 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.048801 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
16:54:44.049144 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.049389 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.049591 tramp-process-one-action (5) # Looking for regexp "\(\(TERM = 
(.*)\|Terminal type\? \[.*\]\)\s-*\)\'" from remote shell
16:54:44.049872 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.050309 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.050806 tramp-process-one-action (5) # Looking for regexp "\(Access 
granted\. Press Return to begin session\. \)\'" from remote shell
16:54:44.051001 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.051172 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.051348 tramp-process-one-action (5) # Looking for regexp "\(^*Confirm 
user presence for key .*[
]*\)\'" from remote shell
16:54:44.051503 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.051642 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.051820 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from 
remote shell
16:54:44.051968 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.052187 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.052378 tramp-process-one-action (5) # Call tramp-action-process-alive
16:54:44.052543 tramp-get-connection-property (7) # locked nil; cache used: nil
16:54:44.052846 tramp-set-connection-property (7) # locked t
16:54:44.053190 tramp-accept-process-output (10) # *tramp/plinkx Prod* 0 run nil
plink -load Prod -t " env 'TERM=dumb' 'PROMPT_COMMAND=' 'PS1=#$ ' /bin/sh  -i " 
&& exit || exit
16:54:44.053376 tramp-flush-connection-property (7) # locked
16:54:44.053544 tramp-process-one-action (5) # Looking for regexp 
"\(.*\(user\|login\)\( .*\)?: *\)\'" from remote shell
16:54:44.053997 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.054169 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.055447 tramp-process-one-action (5) # Looking for regexp 
"\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|\)a\)\|geslo\|h\(?:\(?:as\|esl\)o\)\|iphasiwedi\|jelsz\|l\(?:ozinka\|senord\)\|m\(?:ot
 de passe\|t khu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: 
phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptaodis\)\|wachtwoord\|¾¸º\|°¾Œ\|¡”\|„©
 „±\|ऍऍ\|०à¤\|঍঍\|ও঍\|ਵà\|વàª\|ବà 
୕à\|஁ஊà\|ఇమ\|಍à²\|ാകàµ\|්à¶\|ធធឋ\|ー\|[ç]\|í\)\).*:? 
*\)\'" from remote shell
16:54:44.056135 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.056407 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.056941 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 
[[:digit:]]+\).*\)\'" from remote shell
16:54:44.057136 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.057282 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.057543 tramp-process-one-action (5) # Looking for regexp "\(^[^#$%>
]*[#$%>] *\)\'" from remote shell
16:54:44.057806 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.057978 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.058174 tramp-process-one-action (5) # Looking for regexp 
"\(\(?:^\|\)[^]#$%>
]*#?[]#$%>] *\(\[[[:digit:];]*[[:alpha:]] *\)*\)\'" from remote shell
16:54:44.058336 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.058480 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.058748 tramp-process-one-action (5) # Looking for regexp "\(\(Are you 
sure you want to continue connecting 
(yes/no\(?:\(?:/\[fingerprint]\)?)\?\)\)\s-*\)\'" from remote shell
16:54:44.058964 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.059116 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.059293 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
16:54:44.059452 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.059593 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.059782 tramp-process-one-action (5) # Looking for regexp "\(\(TERM = 
(.*)\|Terminal type\? \[.*\]\)\s-*\)\'" from remote shell
16:54:44.059937 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.060073 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.060239 tramp-process-one-action (5) # Looking for regexp "\(Access 
granted\. Press Return to begin session\. \)\'" from remote shell
16:54:44.060394 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.060530 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.060788 tramp-process-one-action (5) # Looking for regexp "\(^*Confirm 
user presence for key .*[
]*\)\'" from remote shell
16:54:44.060976 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.061314 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.061894 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from 
remote shell
16:54:44.062308 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.062690 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.062923 tramp-process-one-action (5) # Call tramp-action-process-alive
16:54:44.063291 tramp-get-connection-property (7) # locked nil; cache used: nil
16:54:44.063494 tramp-set-connection-property (7) # locked t
16:54:44.063899 tramp-accept-process-output (10) # *tramp/plinkx Prod* 0 run nil
plink -load Prod -t " env 'TERM=dumb' 'PROMPT_COMMAND=' 'PS1=#$ ' /bin/sh  -i " 
&& exit || exit
16:54:44.064095 tramp-flush-connection-property (7) # locked
16:54:44.064285 tramp-process-one-action (5) # Looking for regexp 
"\(.*\(user\|login\)\( .*\)?: *\)\'" from remote shell
16:54:44.064459 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.064612 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.065811 tramp-process-one-action (5) # Looking for regexp 
"\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|\)a\)\|geslo\|h\(?:\(?:as\|esl\)o\)\|iphasiwedi\|jelsz\|l\(?:ozinka\|senord\)\|m\(?:ot
 de passe\|t khu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: 
phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptaodis\)\|wachtwoord\|¾¸º\|°¾Œ\|¡”\|„©
 „±\|ऍऍ\|०à¤\|঍঍\|ও঍\|ਵà\|વàª\|ବà 
୕à\|஁ஊà\|ఇమ\|಍à²\|ാകàµ\|්à¶\|ធធឋ\|ー\|[ç]\|í\)\).*:? 
*\)\'" from remote shell
16:54:44.066047 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.066200 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.066607 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 
[[:digit:]]+\).*\)\'" from remote shell
16:54:44.066940 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.067102 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.067412 tramp-process-one-action (5) # Looking for regexp "\(^[^#$%>
]*[#$%>] *\)\'" from remote shell
16:54:44.067577 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.068041 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.068626 tramp-process-one-action (5) # Looking for regexp 
"\(\(?:^\|\)[^]#$%>
]*#?[]#$%>] *\(\[[[:digit:];]*[[:alpha:]] *\)*\)\'" from remote shell
16:54:44.069067 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.069457 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.070039 tramp-process-one-action (5) # Looking for regexp "\(\(Are you 
sure you want to continue connecting 
(yes/no\(?:\(?:/\[fingerprint]\)?)\?\)\)\s-*\)\'" from remote shell
16:54:44.070494 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.070885 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.071330 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
16:54:44.071748 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.072119 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.072542 tramp-process-one-action (5) # Looking for regexp "\(\(TERM = 
(.*)\|Terminal type\? \[.*\]\)\s-*\)\'" from remote shell
16:54:44.072993 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.073360 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.073782 tramp-process-one-action (5) # Looking for regexp "\(Access 
granted\. Press Return to begin session\. \)\'" from remote shell
16:54:44.074171 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.074540 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.074946 tramp-process-one-action (5) # Looking for regexp "\(^*Confirm 
user presence for key .*[
]*\)\'" from remote shell
16:54:44.075324 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.075681 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.076040 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from 
remote shell
16:54:44.076363 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.076696 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.077105 tramp-process-one-action (5) # Call tramp-action-process-alive
16:54:44.077513 tramp-get-connection-property (7) # locked nil; cache used: nil
16:54:44.077888 tramp-set-connection-property (7) # locked t
16:54:44.078275 tramp-accept-process-output (10) # *tramp/plinkx Prod* 0 run nil
plink -load Prod -t " env 'TERM=dumb' 'PROMPT_COMMAND=' 'PS1=#$ ' /bin/sh  -i " 
&& exit || exit
16:54:44.078671 tramp-flush-connection-property (7) # locked
16:54:44.079137 tramp-process-one-action (5) # Looking for regexp 
"\(.*\(user\|login\)\( .*\)?: *\)\'" from remote shell
16:54:44.079531 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.079918 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.082264 tramp-process-one-action (5) # Looking for regexp 
"\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|\)a\)\|geslo\|h\(?:\(?:as\|esl\)o\)\|iphasiwedi\|jelsz\|l\(?:ozinka\|senord\)\|m\(?:ot
 de passe\|t khu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: 
phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptaodis\)\|wachtwoord\|¾¸º\|°¾Œ\|¡”\|„©
 „±\|ऍऍ\|०à¤\|঍঍\|ও঍\|ਵà\|વàª\|ବà 
୕à\|஁ஊà\|ఇమ\|಍à²\|ാകàµ\|්à¶\|ធធឋ\|ー\|[ç]\|í\)\).*:? 
*\)\'" from remote shell
16:54:44.082650 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.083068 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.083985 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 
[[:digit:]]+\).*\)\'" from remote shell
16:54:44.084377 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.084687 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.085235 tramp-process-one-action (5) # Looking for regexp "\(^[^#$%>
]*[#$%>] *\)\'" from remote shell
16:54:44.085751 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.085972 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.086320 tramp-process-one-action (5) # Looking for regexp 
"\(\(?:^\|\)[^]#$%>
]*#?[]#$%>] *\(\[[[:digit:];]*[[:alpha:]] *\)*\)\'" from remote shell
16:54:44.086692 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.087004 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.087246 tramp-process-one-action (5) # Looking for regexp "\(\(Are you 
sure you want to continue connecting 
(yes/no\(?:\(?:/\[fingerprint]\)?)\?\)\)\s-*\)\'" from remote shell
16:54:44.087467 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.087879 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.088367 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
16:54:44.088815 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.089034 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.089360 tramp-process-one-action (5) # Looking for regexp "\(\(TERM = 
(.*)\|Terminal type\? \[.*\]\)\s-*\)\'" from remote shell
16:54:44.089726 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.089889 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.090335 tramp-process-one-action (5) # Looking for regexp "\(Access 
granted\. Press Return to begin session\. \)\'" from remote shell
16:54:44.090756 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.090918 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.091104 tramp-process-one-action (5) # Looking for regexp "\(^*Confirm 
user presence for key .*[
]*\)\'" from remote shell
16:54:44.091264 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.091403 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.091565 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from 
remote shell
16:54:44.091731 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.091871 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.092034 tramp-process-one-action (5) # Call tramp-action-process-alive
16:54:44.092440 tramp-get-connection-property (7) # locked nil; cache used: nil
16:54:44.092626 tramp-set-connection-property (7) # locked t
16:54:44.092806 tramp-accept-process-output (10) # *tramp/plinkx Prod* 0 run nil
plink -load Prod -t " env 'TERM=dumb' 'PROMPT_COMMAND=' 'PS1=#$ ' /bin/sh  -i " 
&& exit || exit
16:54:44.092973 tramp-flush-connection-property (7) # locked
16:54:44.093255 tramp-process-one-action (5) # Looking for regexp 
"\(.*\(user\|login\)\( .*\)?: *\)\'" from remote shell
16:54:44.093564 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.093737 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.095628 tramp-process-one-action (5) # Looking for regexp 
"\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|\)a\)\|geslo\|h\(?:\(?:as\|esl\)o\)\|iphasiwedi\|jelsz\|l\(?:ozinka\|senord\)\|m\(?:ot
 de passe\|t khu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: 
phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptaodis\)\|wachtwoord\|¾¸º\|°¾Œ\|¡”\|„©
 „±\|ऍऍ\|०à¤\|঍঍\|ও঍\|ਵà\|વàª\|ବà 
୕à\|஁ஊà\|ఇమ\|಍à²\|ാകàµ\|්à¶\|ធធឋ\|ー\|[ç]\|í\)\).*:? 
*\)\'" from remote shell
16:54:44.096096 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.096289 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.096993 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 
[[:digit:]]+\).*\)\'" from remote shell
16:54:44.097418 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.097623 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.098149 tramp-process-one-action (5) # Looking for regexp "\(^[^#$%>
]*[#$%>] *\)\'" from remote shell
16:54:44.098414 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.098971 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.099250 tramp-process-one-action (5) # Looking for regexp 
"\(\(?:^\|\)[^]#$%>
]*#?[]#$%>] *\(\[[[:digit:];]*[[:alpha:]] *\)*\)\'" from remote shell
16:54:44.099448 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.099630 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.099857 tramp-process-one-action (5) # Looking for regexp "\(\(Are you 
sure you want to continue connecting 
(yes/no\(?:\(?:/\[fingerprint]\)?)\?\)\)\s-*\)\'" from remote shell
16:54:44.100040 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.100187 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.100368 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
16:54:44.100552 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.100705 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.100893 tramp-process-one-action (5) # Looking for regexp "\(\(TERM = 
(.*)\|Terminal type\? \[.*\]\)\s-*\)\'" from remote shell
16:54:44.101063 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.101210 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.101476 tramp-process-one-action (5) # Looking for regexp "\(Access 
granted\. Press Return to begin session\. \)\'" from remote shell
16:54:44.101958 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.102124 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.102311 tramp-process-one-action (5) # Looking for regexp "\(^*Confirm 
user presence for key .*[
]*\)\'" from remote shell
16:54:44.102475 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.102695 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.102926 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from 
remote shell
16:54:44.103132 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.103334 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.103616 tramp-process-one-action (5) # Call tramp-action-process-alive
16:54:44.103787 tramp-get-connection-property (7) # locked nil; cache used: nil
16:54:44.103937 tramp-set-connection-property (7) # locked t
16:54:44.104118 tramp-accept-process-output (10) # *tramp/plinkx Prod* 0 run nil
plink -load Prod -t " env 'TERM=dumb' 'PROMPT_COMMAND=' 'PS1=#$ ' /bin/sh  -i " 
&& exit || exit
16:54:44.104410 tramp-flush-connection-property (7) # locked
16:54:44.104702 tramp-process-one-action (5) # Looking for regexp 
"\(.*\(user\|login\)\( .*\)?: *\)\'" from remote shell
16:54:44.104914 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.105066 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.106919 tramp-process-one-action (5) # Looking for regexp 
"\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|\)a\)\|geslo\|h\(?:\(?:as\|esl\)o\)\|iphasiwedi\|jelsz\|l\(?:ozinka\|senord\)\|m\(?:ot
 de passe\|t khu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: 
phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptaodis\)\|wachtwoord\|¾¸º\|°¾Œ\|¡”\|„©
 „±\|ऍऍ\|०à¤\|঍঍\|ও঍\|ਵà\|વàª\|ବà 
୕à\|஁ஊà\|ఇమ\|಍à²\|ാകàµ\|්à¶\|ធធឋ\|ー\|[ç]\|í\)\).*:? 
*\)\'" from remote shell
16:54:44.107303 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.107466 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.107910 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 
[[:digit:]]+\).*\)\'" from remote shell
16:54:44.108104 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.108248 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.108507 tramp-process-one-action (5) # Looking for regexp "\(^[^#$%>
]*[#$%>] *\)\'" from remote shell
16:54:44.108684 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.108834 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.109027 tramp-process-one-action (5) # Looking for regexp 
"\(\(?:^\|\)[^]#$%>
]*#?[]#$%>] *\(\[[[:digit:];]*[[:alpha:]] *\)*\)\'" from remote shell
16:54:44.109183 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.109325 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.109553 tramp-process-one-action (5) # Looking for regexp "\(\(Are you 
sure you want to continue connecting 
(yes/no\(?:\(?:/\[fingerprint]\)?)\?\)\)\s-*\)\'" from remote shell
16:54:44.109726 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.110040 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.110223 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
16:54:44.110384 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.110636 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.110922 tramp-process-one-action (5) # Looking for regexp "\(\(TERM = 
(.*)\|Terminal type\? \[.*\]\)\s-*\)\'" from remote shell
16:54:44.111147 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.111585 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.111789 tramp-process-one-action (5) # Looking for regexp "\(Access 
granted\. Press Return to begin session\. \)\'" from remote shell
16:54:44.111951 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.112092 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.112269 tramp-process-one-action (5) # Looking for regexp "\(^*Confirm 
user presence for key .*[
]*\)\'" from remote shell
16:54:44.112425 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.112590 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.112868 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from 
remote shell
16:54:44.113022 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.113165 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.113330 tramp-process-one-action (5) # Call tramp-action-process-alive
16:54:44.113491 tramp-get-connection-property (7) # locked nil; cache used: nil
16:54:44.113794 tramp-set-connection-property (7) # locked t
16:54:44.113981 tramp-accept-process-output (10) # *tramp/plinkx Prod* 0 run nil
plink -load Prod -t " env 'TERM=dumb' 'PROMPT_COMMAND=' 'PS1=#$ ' /bin/sh  -i " 
&& exit || exit
16:54:44.114204 tramp-flush-connection-property (7) # locked
16:54:44.114746 tramp-process-one-action (5) # Looking for regexp 
"\(.*\(user\|login\)\( .*\)?: *\)\'" from remote shell
16:54:44.115256 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.115777 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.117752 tramp-process-one-action (5) # Looking for regexp 
"\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|\)a\)\|geslo\|h\(?:\(?:as\|esl\)o\)\|iphasiwedi\|jelsz\|l\(?:ozinka\|senord\)\|m\(?:ot
 de passe\|t khu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: 
phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptaodis\)\|wachtwoord\|¾¸º\|°¾Œ\|¡”\|„©
 „±\|ऍऍ\|०à¤\|঍঍\|ও঍\|ਵà\|વàª\|ବà 
୕à\|஁ஊà\|ఇమ\|಍à²\|ാകàµ\|්à¶\|ធធឋ\|ー\|[ç]\|í\)\).*:? 
*\)\'" from remote shell
16:54:44.118064 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.118220 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.119011 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 
[[:digit:]]+\).*\)\'" from remote shell
16:54:44.119264 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.119464 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.119762 tramp-process-one-action (5) # Looking for regexp "\(^[^#$%>
]*[#$%>] *\)\'" from remote shell
16:54:44.119928 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.120078 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.120274 tramp-process-one-action (5) # Looking for regexp 
"\(\(?:^\|\)[^]#$%>
]*#?[]#$%>] *\(\[[[:digit:];]*[[:alpha:]] *\)*\)\'" from remote shell
16:54:44.120430 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.120598 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.120810 tramp-process-one-action (5) # Looking for regexp "\(\(Are you 
sure you want to continue connecting 
(yes/no\(?:\(?:/\[fingerprint]\)?)\?\)\)\s-*\)\'" from remote shell
16:54:44.120980 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.121234 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.121416 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
16:54:44.121600 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.121741 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.121920 tramp-process-one-action (5) # Looking for regexp "\(\(TERM = 
(.*)\|Terminal type\? \[.*\]\)\s-*\)\'" from remote shell
16:54:44.122190 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.122333 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.122528 tramp-process-one-action (5) # Looking for regexp "\(Access 
granted\. Press Return to begin session\. \)\'" from remote shell
16:54:44.122745 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.122941 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.123171 tramp-process-one-action (5) # Looking for regexp "\(^*Confirm 
user presence for key .*[
]*\)\'" from remote shell
16:54:44.123384 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.123602 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.123773 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from 
remote shell
16:54:44.124026 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.124185 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.124413 tramp-process-one-action (5) # Call tramp-action-process-alive
16:54:44.124730 tramp-get-connection-property (7) # locked nil; cache used: nil
16:54:44.124898 tramp-set-connection-property (7) # locked t
16:54:44.125079 tramp-accept-process-output (10) # *tramp/plinkx Prod* 0 run nil
plink -load Prod -t " env 'TERM=dumb' 'PROMPT_COMMAND=' 'PS1=#$ ' /bin/sh  -i " 
&& exit || exit
16:54:44.125248 tramp-flush-connection-property (7) # locked
16:54:44.125420 tramp-process-one-action (5) # Looking for regexp 
"\(.*\(user\|login\)\( .*\)?: *\)\'" from remote shell
16:54:44.125605 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.125749 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.127116 tramp-process-one-action (5) # Looking for regexp 
"\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|\)a\)\|geslo\|h\(?:\(?:as\|esl\)o\)\|iphasiwedi\|jelsz\|l\(?:ozinka\|senord\)\|m\(?:ot
 de passe\|t khu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: 
phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptaodis\)\|wachtwoord\|¾¸º\|°¾Œ\|¡”\|„©
 „±\|ऍऍ\|०à¤\|঍঍\|ও঍\|ਵà\|વàª\|ବà 
୕à\|஁ஊà\|ఇమ\|಍à²\|ാകàµ\|්à¶\|ធធឋ\|ー\|[ç]\|í\)\).*:? 
*\)\'" from remote shell
16:54:44.127379 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.127665 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.128594 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 
[[:digit:]]+\).*\)\'" from remote shell
16:54:44.129037 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.129213 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.129835 tramp-process-one-action (5) # Looking for regexp "\(^[^#$%>
]*[#$%>] *\)\'" from remote shell
16:54:44.130285 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.130702 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.175525 tramp-process-one-action (5) # Looking for regexp 
"\(\(?:^\|\)[^]#$%>
]*#?[]#$%>] *\(\[[[:digit:];]*[[:alpha:]] *\)*\)\'" from remote shell
16:54:44.175788 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.175991 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.176341 tramp-process-one-action (5) # Looking for regexp "\(\(Are you 
sure you want to continue connecting 
(yes/no\(?:\(?:/\[fingerprint]\)?)\?\)\)\s-*\)\'" from remote shell
16:54:44.176585 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.176841 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.177049 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
16:54:44.177213 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.177414 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.177839 tramp-process-one-action (5) # Looking for regexp "\(\(TERM = 
(.*)\|Terminal type\? \[.*\]\)\s-*\)\'" from remote shell
16:54:44.178061 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.178258 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.178568 tramp-process-one-action (5) # Looking for regexp "\(Access 
granted\. Press Return to begin session\. \)\'" from remote shell
16:54:44.178787 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.179023 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.179250 tramp-process-one-action (5) # Looking for regexp "\(^*Confirm 
user presence for key .*[
]*\)\'" from remote shell
16:54:44.179474 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.179664 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.179935 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from 
remote shell
16:54:44.180177 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.180402 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.180655 tramp-process-one-action (5) # Call tramp-action-process-alive
16:54:44.180897 tramp-get-connection-property (7) # locked nil; cache used: nil
16:54:44.181095 tramp-set-connection-property (7) # locked t
16:54:44.181312 tramp-accept-process-output (10) # *tramp/plinkx Prod* 0 run nil
plink -load Prod -t " env 'TERM=dumb' 'PROMPT_COMMAND=' 'PS1=#$ ' /bin/sh  -i " 
&& exit || exit
16:54:44.181625 tramp-flush-connection-property (7) # locked
16:54:44.181895 tramp-process-one-action (5) # Looking for regexp 
"\(.*\(user\|login\)\( .*\)?: *\)\'" from remote shell
16:54:44.182112 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.182308 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.184735 tramp-process-one-action (5) # Looking for regexp 
"\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|\)a\)\|geslo\|h\(?:\(?:as\|esl\)o\)\|iphasiwedi\|jelsz\|l\(?:ozinka\|senord\)\|m\(?:ot
 de passe\|t khu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: 
phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptaodis\)\|wachtwoord\|¾¸º\|°¾Œ\|¡”\|„©
 „±\|ऍऍ\|०à¤\|঍঍\|ও঍\|ਵà\|વàª\|ବà 
୕à\|஁ஊà\|ఇమ\|಍à²\|ാകàµ\|්à¶\|ធធឋ\|ー\|[ç]\|í\)\).*:? 
*\)\'" from remote shell
16:54:44.185020 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.185213 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.185854 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 
[[:digit:]]+\).*\)\'" from remote shell
16:54:44.186124 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.186274 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.186768 tramp-process-one-action (5) # Looking for regexp "\(^[^#$%>
]*[#$%>] *\)\'" from remote shell
16:54:44.186984 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.187192 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.187494 tramp-process-one-action (5) # Looking for regexp 
"\(\(?:^\|\)[^]#$%>
]*#?[]#$%>] *\(\[[[:digit:];]*[[:alpha:]] *\)*\)\'" from remote shell
16:54:44.187705 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.187899 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.188197 tramp-process-one-action (5) # Looking for regexp "\(\(Are you 
sure you want to continue connecting 
(yes/no\(?:\(?:/\[fingerprint]\)?)\?\)\)\s-*\)\'" from remote shell
16:54:44.188426 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.188618 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.188845 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
16:54:44.189057 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.189247 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.189581 tramp-process-one-action (5) # Looking for regexp "\(\(TERM = 
(.*)\|Terminal type\? \[.*\]\)\s-*\)\'" from remote shell
16:54:44.189800 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.190012 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.190259 tramp-process-one-action (5) # Looking for regexp "\(Access 
granted\. Press Return to begin session\. \)\'" from remote shell
16:54:44.190483 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.190675 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.190891 tramp-process-one-action (5) # Looking for regexp "\(^*Confirm 
user presence for key .*[
]*\)\'" from remote shell
16:54:44.191094 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.191293 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.191567 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from 
remote shell
16:54:44.191768 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.191957 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.192168 tramp-process-one-action (5) # Call tramp-action-process-alive
16:54:44.192462 tramp-get-connection-property (7) # locked nil; cache used: nil
16:54:44.192676 tramp-set-connection-property (7) # locked t
16:54:44.192932 tramp-accept-process-output (10) # *tramp/plinkx Prod* 0 run nil
plink -load Prod -t " env 'TERM=dumb' 'PROMPT_COMMAND=' 'PS1=#$ ' /bin/sh  -i " 
&& exit || exit
16:54:44.193151 tramp-flush-connection-property (7) # locked
16:54:44.193515 tramp-process-one-action (5) # Looking for regexp 
"\(.*\(user\|login\)\( .*\)?: *\)\'" from remote shell
16:54:44.193739 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.193936 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.196488 tramp-process-one-action (5) # Looking for regexp 
"\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|\)a\)\|geslo\|h\(?:\(?:as\|esl\)o\)\|iphasiwedi\|jelsz\|l\(?:ozinka\|senord\)\|m\(?:ot
 de passe\|t khu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: 
phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptaodis\)\|wachtwoord\|¾¸º\|°¾Œ\|¡”\|„©
 „±\|ऍऍ\|०à¤\|঍঍\|ও঍\|ਵà\|વàª\|ବà 
୕à\|஁ஊà\|ఇమ\|಍à²\|ാകàµ\|්à¶\|ធធឋ\|ー\|[ç]\|í\)\).*:? 
*\)\'" from remote shell
16:54:44.196787 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.196984 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.197644 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 
[[:digit:]]+\).*\)\'" from remote shell
16:54:44.197879 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.198072 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.198506 tramp-process-one-action (5) # Looking for regexp "\(^[^#$%>
]*[#$%>] *\)\'" from remote shell
16:54:44.198719 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.198911 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.199161 tramp-process-one-action (5) # Looking for regexp 
"\(\(?:^\|\)[^]#$%>
]*#?[]#$%>] *\(\[[[:digit:];]*[[:alpha:]] *\)*\)\'" from remote shell
16:54:44.199391 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.199586 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.199886 tramp-process-one-action (5) # Looking for regexp "\(\(Are you 
sure you want to continue connecting 
(yes/no\(?:\(?:/\[fingerprint]\)?)\?\)\)\s-*\)\'" from remote shell
16:54:44.200100 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.200305 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.200538 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
16:54:44.200754 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.200946 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.201193 tramp-process-one-action (5) # Looking for regexp "\(\(TERM = 
(.*)\|Terminal type\? \[.*\]\)\s-*\)\'" from remote shell
16:54:44.201475 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.201623 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.201795 tramp-process-one-action (5) # Looking for regexp "\(Access 
granted\. Press Return to begin session\. \)\'" from remote shell
16:54:44.201949 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.202086 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.202252 tramp-process-one-action (5) # Looking for regexp "\(^*Confirm 
user presence for key .*[
]*\)\'" from remote shell
16:54:44.202466 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.202655 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.202875 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from 
remote shell
16:54:44.203076 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.203268 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.203502 tramp-process-one-action (5) # Call tramp-action-process-alive
16:54:44.203714 tramp-get-connection-property (7) # locked nil; cache used: nil
16:54:44.203909 tramp-set-connection-property (7) # locked t
16:54:44.204159 tramp-accept-process-output (10) # *tramp/plinkx Prod* 0 run nil
plink -load Prod -t " env 'TERM=dumb' 'PROMPT_COMMAND=' 'PS1=#$ ' /bin/sh  -i " 
&& exit || exit
16:54:44.204367 tramp-flush-connection-property (7) # locked
16:54:44.204592 tramp-process-one-action (5) # Looking for regexp 
"\(.*\(user\|login\)\( .*\)?: *\)\'" from remote shell
16:54:44.204801 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.204999 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.207462 tramp-process-one-action (5) # Looking for regexp 
"\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|\)a\)\|geslo\|h\(?:\(?:as\|esl\)o\)\|iphasiwedi\|jelsz\|l\(?:ozinka\|senord\)\|m\(?:ot
 de passe\|t khu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: 
phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptaodis\)\|wachtwoord\|¾¸º\|°¾Œ\|¡”\|„©
 „±\|ऍऍ\|०à¤\|঍঍\|ও঍\|ਵà\|વàª\|ବà 
୕à\|஁ஊà\|ఇమ\|಍à²\|ാകàµ\|්à¶\|ធធឋ\|ー\|[ç]\|í\)\).*:? 
*\)\'" from remote shell
16:54:44.207752 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.207948 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.208619 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 
[[:digit:]]+\).*\)\'" from remote shell
16:54:44.208855 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.209048 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.209452 tramp-process-one-action (5) # Looking for regexp "\(^[^#$%>
]*[#$%>] *\)\'" from remote shell
16:54:44.209733 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.209918 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.210115 tramp-process-one-action (5) # Looking for regexp 
"\(\(?:^\|\)[^]#$%>
]*#?[]#$%>] *\(\[[[:digit:];]*[[:alpha:]] *\)*\)\'" from remote shell
16:54:44.210296 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.210633 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.210949 tramp-process-one-action (5) # Looking for regexp "\(\(Are you 
sure you want to continue connecting 
(yes/no\(?:\(?:/\[fingerprint]\)?)\?\)\)\s-*\)\'" from remote shell
16:54:44.211164 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.211380 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.211611 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
16:54:44.211826 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.212018 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.212419 tramp-process-one-action (5) # Looking for regexp "\(\(TERM = 
(.*)\|Terminal type\? \[.*\]\)\s-*\)\'" from remote shell
16:54:44.212805 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.212972 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.213155 tramp-process-one-action (5) # Looking for regexp "\(Access 
granted\. Press Return to begin session\. \)\'" from remote shell
16:54:44.213471 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.213614 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.213792 tramp-process-one-action (5) # Looking for regexp "\(^*Confirm 
user presence for key .*[
]*\)\'" from remote shell
16:54:44.213947 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.214086 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.214283 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from 
remote shell
16:54:44.214592 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.214811 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.215035 tramp-process-one-action (5) # Call tramp-action-process-alive
16:54:44.215269 tramp-get-connection-property (7) # locked nil; cache used: nil
16:54:44.215619 tramp-set-connection-property (7) # locked t
16:54:44.215850 tramp-accept-process-output (10) # *tramp/plinkx Prod* 0 run nil
plink -load Prod -t " env 'TERM=dumb' 'PROMPT_COMMAND=' 'PS1=#$ ' /bin/sh  -i " 
&& exit || exit
16:54:44.216028 tramp-flush-connection-property (7) # locked
16:54:44.216199 tramp-process-one-action (5) # Looking for regexp 
"\(.*\(user\|login\)\( .*\)?: *\)\'" from remote shell
16:54:44.216440 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.216639 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.219037 tramp-process-one-action (5) # Looking for regexp 
"\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|\)a\)\|geslo\|h\(?:\(?:as\|esl\)o\)\|iphasiwedi\|jelsz\|l\(?:ozinka\|senord\)\|m\(?:ot
 de passe\|t khu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: 
phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptaodis\)\|wachtwoord\|¾¸º\|°¾Œ\|¡”\|„©
 „±\|ऍऍ\|०à¤\|঍঍\|ও঍\|ਵà\|વàª\|ବà 
୕à\|஁ஊà\|ఇమ\|಍à²\|ാകàµ\|්à¶\|ធធឋ\|ー\|[ç]\|í\)\).*:? 
*\)\'" from remote shell
16:54:44.219360 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.219518 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.219934 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 
[[:digit:]]+\).*\)\'" from remote shell
16:54:44.220128 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.220423 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.220840 tramp-process-one-action (5) # Looking for regexp "\(^[^#$%>
]*[#$%>] *\)\'" from remote shell
16:54:44.221053 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.221264 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.221527 tramp-process-one-action (5) # Looking for regexp 
"\(\(?:^\|\)[^]#$%>
]*#?[]#$%>] *\(\[[[:digit:];]*[[:alpha:]] *\)*\)\'" from remote shell
16:54:44.221742 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.221936 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.222256 tramp-process-one-action (5) # Looking for regexp "\(\(Are you 
sure you want to continue connecting 
(yes/no\(?:\(?:/\[fingerprint]\)?)\?\)\)\s-*\)\'" from remote shell
16:54:44.222568 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.222774 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.223047 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
16:54:44.223300 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.223496 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.223726 tramp-process-one-action (5) # Looking for regexp "\(\(TERM = 
(.*)\|Terminal type\? \[.*\]\)\s-*\)\'" from remote shell
16:54:44.223942 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.224143 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.224386 tramp-process-one-action (5) # Looking for regexp "\(Access 
granted\. Press Return to begin session\. \)\'" from remote shell
16:54:44.224596 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.224787 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.225015 tramp-process-one-action (5) # Looking for regexp "\(^*Confirm 
user presence for key .*[
]*\)\'" from remote shell
16:54:44.225236 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.225439 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.225659 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from 
remote shell
16:54:44.225918 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.226227 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.226595 tramp-process-one-action (5) # Call tramp-action-process-alive
16:54:44.226822 tramp-get-connection-property (7) # locked nil; cache used: nil
16:54:44.227100 tramp-set-connection-property (7) # locked t
16:54:44.227341 tramp-accept-process-output (10) # *tramp/plinkx Prod* 0 run nil
plink -load Prod -t " env 'TERM=dumb' 'PROMPT_COMMAND=' 'PS1=#$ ' /bin/sh  -i " 
&& exit || exit
16:54:44.227519 tramp-flush-connection-property (7) # locked
16:54:44.227692 tramp-process-one-action (5) # Looking for regexp 
"\(.*\(user\|login\)\( .*\)?: *\)\'" from remote shell
16:54:44.227857 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.227999 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.230356 tramp-process-one-action (5) # Looking for regexp 
"\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|\)a\)\|geslo\|h\(?:\(?:as\|esl\)o\)\|iphasiwedi\|jelsz\|l\(?:ozinka\|senord\)\|m\(?:ot
 de passe\|t khu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: 
phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptaodis\)\|wachtwoord\|¾¸º\|°¾Œ\|¡”\|„©
 „±\|ऍऍ\|०à¤\|঍঍\|ও঍\|ਵà\|વàª\|ବà 
୕à\|஁ஊà\|ఇమ\|಍à²\|ാകàµ\|්à¶\|ធធឋ\|ー\|[ç]\|í\)\).*:? 
*\)\'" from remote shell
16:54:44.230646 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.230823 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.231387 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 
[[:digit:]]+\).*\)\'" from remote shell
16:54:44.231680 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.231894 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.232308 tramp-process-one-action (5) # Looking for regexp "\(^[^#$%>
]*[#$%>] *\)\'" from remote shell
16:54:44.232524 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.232725 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.232984 tramp-process-one-action (5) # Looking for regexp 
"\(\(?:^\|\)[^]#$%>
]*#?[]#$%>] *\(\[[[:digit:];]*[[:alpha:]] *\)*\)\'" from remote shell
16:54:44.233207 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.233418 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.233723 tramp-process-one-action (5) # Looking for regexp "\(\(Are you 
sure you want to continue connecting 
(yes/no\(?:\(?:/\[fingerprint]\)?)\?\)\)\s-*\)\'" from remote shell
16:54:44.233948 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.234206 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.234561 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
16:54:44.234792 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.234987 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.235256 tramp-process-one-action (5) # Looking for regexp "\(\(TERM = 
(.*)\|Terminal type\? \[.*\]\)\s-*\)\'" from remote shell
16:54:44.235480 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.235676 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.235904 tramp-process-one-action (5) # Looking for regexp "\(Access 
granted\. Press Return to begin session\. \)\'" from remote shell
16:54:44.236116 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.236412 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.236653 tramp-process-one-action (5) # Looking for regexp "\(^*Confirm 
user presence for key .*[
]*\)\'" from remote shell
16:54:44.236868 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.237109 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.237453 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from 
remote shell
16:54:44.237670 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.237874 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.238095 tramp-process-one-action (5) # Call tramp-action-process-alive
16:54:44.238356 tramp-get-connection-property (7) # locked nil; cache used: nil
16:54:44.238562 tramp-set-connection-property (7) # locked t
16:54:44.238783 tramp-accept-process-output (10) # *tramp/plinkx Prod* 0 run nil
plink -load Prod -t " env 'TERM=dumb' 'PROMPT_COMMAND=' 'PS1=#$ ' /bin/sh  -i " 
&& exit || exit
16:54:44.239016 tramp-flush-connection-property (7) # locked
16:54:44.239480 tramp-process-one-action (5) # Looking for regexp 
"\(.*\(user\|login\)\( .*\)?: *\)\'" from remote shell
16:54:44.239949 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.240292 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.243126 tramp-process-one-action (5) # Looking for regexp 
"\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|\)a\)\|geslo\|h\(?:\(?:as\|esl\)o\)\|iphasiwedi\|jelsz\|l\(?:ozinka\|senord\)\|m\(?:ot
 de passe\|t khu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: 
phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptaodis\)\|wachtwoord\|¾¸º\|°¾Œ\|¡”\|„©
 „±\|ऍऍ\|०à¤\|঍঍\|ও঍\|ਵà\|વàª\|ବà 
୕à\|஁ஊà\|ఇమ\|಍à²\|ാകàµ\|්à¶\|ធធឋ\|ー\|[ç]\|í\)\).*:? 
*\)\'" from remote shell
16:54:44.243629 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.244015 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.245038 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 
[[:digit:]]+\).*\)\'" from remote shell
16:54:44.245512 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.245901 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.246566 tramp-process-one-action (5) # Looking for regexp "\(^[^#$%>
]*[#$%>] *\)\'" from remote shell
16:54:44.246975 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.247461 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.247999 tramp-process-one-action (5) # Looking for regexp 
"\(\(?:^\|\)[^]#$%>
]*#?[]#$%>] *\(\[[[:digit:];]*[[:alpha:]] *\)*\)\'" from remote shell
16:54:44.248452 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.248851 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.249292 tramp-process-one-action (5) # Looking for regexp "\(\(Are you 
sure you want to continue connecting 
(yes/no\(?:\(?:/\[fingerprint]\)?)\?\)\)\s-*\)\'" from remote shell
16:54:44.249519 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.249895 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.250245 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
16:54:44.250533 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.250741 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.250950 tramp-process-one-action (5) # Looking for regexp "\(\(TERM = 
(.*)\|Terminal type\? \[.*\]\)\s-*\)\'" from remote shell
16:54:44.251468 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.251834 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.252033 tramp-process-one-action (5) # Looking for regexp "\(Access 
granted\. Press Return to begin session\. \)\'" from remote shell
16:54:44.252401 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.252827 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.253049 tramp-process-one-action (5) # Looking for regexp "\(^*Confirm 
user presence for key .*[
]*\)\'" from remote shell
16:54:44.253380 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.253662 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.253841 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from 
remote shell
16:54:44.253992 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.254157 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.254335 tramp-process-one-action (5) # Call tramp-action-process-alive
16:54:44.254501 tramp-get-connection-property (7) # locked nil; cache used: nil
16:54:44.254646 tramp-set-connection-property (7) # locked t
16:54:44.254818 tramp-accept-process-output (10) # *tramp/plinkx Prod* 0 run nil
plink -load Prod -t " env 'TERM=dumb' 'PROMPT_COMMAND=' 'PS1=#$ ' /bin/sh  -i " 
&& exit || exit
16:54:44.254988 tramp-flush-connection-property (7) # locked
16:54:44.255292 tramp-process-one-action (5) # Looking for regexp 
"\(.*\(user\|login\)\( .*\)?: *\)\'" from remote shell
16:54:44.255576 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.255760 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.256857 tramp-process-one-action (5) # Looking for regexp 
"\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|\)a\)\|geslo\|h\(?:\(?:as\|esl\)o\)\|iphasiwedi\|jelsz\|l\(?:ozinka\|senord\)\|m\(?:ot
 de passe\|t khu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: 
phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptaodis\)\|wachtwoord\|¾¸º\|°¾Œ\|¡”\|„©
 „±\|ऍऍ\|०à¤\|঍঍\|ও঍\|ਵà\|વàª\|ବà 
୕à\|஁ஊà\|ఇమ\|಍à²\|ാകàµ\|්à¶\|ធធឋ\|ー\|[ç]\|í\)\).*:? 
*\)\'" from remote shell
16:54:44.257176 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.257342 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.257751 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 
[[:digit:]]+\).*\)\'" from remote shell
16:54:44.257939 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.258090 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.258492 tramp-process-one-action (5) # Looking for regexp "\(^[^#$%>
]*[#$%>] *\)\'" from remote shell
16:54:44.258677 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.258829 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.259036 tramp-process-one-action (5) # Looking for regexp 
"\(\(?:^\|\)[^]#$%>
]*#?[]#$%>] *\(\[[[:digit:];]*[[:alpha:]] *\)*\)\'" from remote shell
16:54:44.259292 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.259467 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.260000 tramp-process-one-action (5) # Looking for regexp "\(\(Are you 
sure you want to continue connecting 
(yes/no\(?:\(?:/\[fingerprint]\)?)\?\)\)\s-*\)\'" from remote shell
16:54:44.260429 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.260713 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.260964 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
16:54:44.261200 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.261480 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.261683 tramp-process-one-action (5) # Looking for regexp "\(\(TERM = 
(.*)\|Terminal type\? \[.*\]\)\s-*\)\'" from remote shell
16:54:44.261851 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.261998 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.262190 tramp-process-one-action (5) # Looking for regexp "\(Access 
granted\. Press Return to begin session\. \)\'" from remote shell
16:54:44.262351 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.262488 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.262660 tramp-process-one-action (5) # Looking for regexp "\(^*Confirm 
user presence for key .*[
]*\)\'" from remote shell
16:54:44.262841 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.262984 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.263162 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from 
remote shell
16:54:44.263525 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.263747 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.263925 tramp-process-one-action (5) # Call tramp-action-process-alive
16:54:44.264325 tramp-get-connection-property (7) # locked nil; cache used: nil
16:54:44.264737 tramp-set-connection-property (7) # locked t
16:54:44.264951 tramp-accept-process-output (10) # *tramp/plinkx Prod* 0 run nil
plink -load Prod -t " env 'TERM=dumb' 'PROMPT_COMMAND=' 'PS1=#$ ' /bin/sh  -i " 
&& exit || exit
16:54:44.265213 tramp-flush-connection-property (7) # locked
16:54:44.265591 tramp-process-one-action (5) # Looking for regexp 
"\(.*\(user\|login\)\( .*\)?: *\)\'" from remote shell
16:54:44.265838 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.265996 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.267297 tramp-process-one-action (5) # Looking for regexp 
"\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|\)a\)\|geslo\|h\(?:\(?:as\|esl\)o\)\|iphasiwedi\|jelsz\|l\(?:ozinka\|senord\)\|m\(?:ot
 de passe\|t khu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: 
phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptaodis\)\|wachtwoord\|¾¸º\|°¾Œ\|¡”\|„©
 „±\|ऍऍ\|०à¤\|঍঍\|ও঍\|ਵà\|વàª\|ବà 
୕à\|஁ஊà\|ఇమ\|಍à²\|ാകàµ\|්à¶\|ធធឋ\|ー\|[ç]\|í\)\).*:? 
*\)\'" from remote shell
16:54:44.267548 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.267704 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.268122 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 
[[:digit:]]+\).*\)\'" from remote shell
16:54:44.268352 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.268496 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.268762 tramp-process-one-action (5) # Looking for regexp "\(^[^#$%>
]*[#$%>] *\)\'" from remote shell
16:54:44.268920 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.269065 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.269276 tramp-process-one-action (5) # Looking for regexp 
"\(\(?:^\|\)[^]#$%>
]*#?[]#$%>] *\(\[[[:digit:];]*[[:alpha:]] *\)*\)\'" from remote shell
16:54:44.269541 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.269690 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.269910 tramp-process-one-action (5) # Looking for regexp "\(\(Are you 
sure you want to continue connecting 
(yes/no\(?:\(?:/\[fingerprint]\)?)\?\)\)\s-*\)\'" from remote shell
16:54:44.270084 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.270409 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.270610 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
16:54:44.270783 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.270925 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.271128 tramp-process-one-action (5) # Looking for regexp "\(\(TERM = 
(.*)\|Terminal type\? \[.*\]\)\s-*\)\'" from remote shell
16:54:44.271370 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.271529 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.271705 tramp-process-one-action (5) # Looking for regexp "\(Access 
granted\. Press Return to begin session\. \)\'" from remote shell
16:54:44.271863 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.272005 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.272291 tramp-process-one-action (5) # Looking for regexp "\(^*Confirm 
user presence for key .*[
]*\)\'" from remote shell
16:54:44.272510 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.272709 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.272930 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from 
remote shell
16:54:44.273160 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.273314 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.273485 tramp-process-one-action (5) # Call tramp-action-process-alive
16:54:44.316994 tramp-get-connection-property (7) # locked nil; cache used: nil
16:54:44.317213 tramp-set-connection-property (7) # locked t
16:54:44.317405 tramp-accept-process-output (10) # *tramp/plinkx Prod* 0 run nil
plink -load Prod -t " env 'TERM=dumb' 'PROMPT_COMMAND=' 'PS1=#$ ' /bin/sh  -i " 
&& exit || exit
16:54:44.317586 tramp-flush-connection-property (7) # locked
16:54:44.317760 tramp-process-one-action (5) # Looking for regexp 
"\(.*\(user\|login\)\( .*\)?: *\)\'" from remote shell
16:54:44.317985 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.318182 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.319260 tramp-process-one-action (5) # Looking for regexp 
"\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|\)a\)\|geslo\|h\(?:\(?:as\|esl\)o\)\|iphasiwedi\|jelsz\|l\(?:ozinka\|senord\)\|m\(?:ot
 de passe\|t khu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: 
phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptaodis\)\|wachtwoord\|¾¸º\|°¾Œ\|¡”\|„©
 „±\|ऍऍ\|०à¤\|঍঍\|ও঍\|ਵà\|વàª\|ବà 
୕à\|஁ஊà\|ఇమ\|಍à²\|ാകàµ\|්à¶\|ធធឋ\|ー\|[ç]\|í\)\).*:? 
*\)\'" from remote shell
16:54:44.319493 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.319635 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.320064 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 
[[:digit:]]+\).*\)\'" from remote shell
16:54:44.320303 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.320535 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.321137 tramp-process-one-action (5) # Looking for regexp "\(^[^#$%>
]*[#$%>] *\)\'" from remote shell
16:54:44.321515 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.321679 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.321878 tramp-process-one-action (5) # Looking for regexp 
"\(\(?:^\|\)[^]#$%>
]*#?[]#$%>] *\(\[[[:digit:];]*[[:alpha:]] *\)*\)\'" from remote shell
16:54:44.322055 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.322200 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.322411 tramp-process-one-action (5) # Looking for regexp "\(\(Are you 
sure you want to continue connecting 
(yes/no\(?:\(?:/\[fingerprint]\)?)\?\)\)\s-*\)\'" from remote shell
16:54:44.322571 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.322708 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.322883 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
16:54:44.323096 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.323241 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.323533 tramp-process-one-action (5) # Looking for regexp "\(\(TERM = 
(.*)\|Terminal type\? \[.*\]\)\s-*\)\'" from remote shell
16:54:44.323831 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.324003 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.324289 tramp-process-one-action (5) # Looking for regexp "\(Access 
granted\. Press Return to begin session\. \)\'" from remote shell
16:54:44.324688 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.324831 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.325086 tramp-process-one-action (5) # Looking for regexp "\(^*Confirm 
user presence for key .*[
]*\)\'" from remote shell
16:54:44.325276 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.325418 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.325584 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from 
remote shell
16:54:44.325858 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.326215 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.326598 tramp-process-one-action (5) # Call tramp-action-process-alive
16:54:44.326916 tramp-get-connection-property (7) # locked nil; cache used: nil
16:54:44.327102 tramp-set-connection-property (7) # locked t
16:54:44.327276 tramp-accept-process-output (10) # *tramp/plinkx Prod* 0 run nil
plink -load Prod -t " env 'TERM=dumb' 'PROMPT_COMMAND=' 'PS1=#$ ' /bin/sh  -i " 
&& exit || exit
16:54:44.327454 tramp-flush-connection-property (7) # locked
16:54:44.327669 tramp-process-one-action (5) # Looking for regexp 
"\(.*\(user\|login\)\( .*\)?: *\)\'" from remote shell
16:54:44.327894 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.328131 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.329623 tramp-process-one-action (5) # Looking for regexp 
"\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|\)a\)\|geslo\|h\(?:\(?:as\|esl\)o\)\|iphasiwedi\|jelsz\|l\(?:ozinka\|senord\)\|m\(?:ot
 de passe\|t khu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: 
phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptaodis\)\|wachtwoord\|¾¸º\|°¾Œ\|¡”\|„©
 „±\|ऍऍ\|०à¤\|঍঍\|ও঍\|ਵà\|વàª\|ବà 
୕à\|஁ஊà\|ఇమ\|಍à²\|ാകàµ\|්à¶\|ធធឋ\|ー\|[ç]\|í\)\).*:? 
*\)\'" from remote shell
16:54:44.329911 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.330075 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.330474 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 
[[:digit:]]+\).*\)\'" from remote shell
16:54:44.330656 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.330795 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.331060 tramp-process-one-action (5) # Looking for regexp "\(^[^#$%>
]*[#$%>] *\)\'" from remote shell
16:54:44.331218 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.331356 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.331545 tramp-process-one-action (5) # Looking for regexp 
"\(\(?:^\|\)[^]#$%>
]*#?[]#$%>] *\(\[[[:digit:];]*[[:alpha:]] *\)*\)\'" from remote shell
16:54:44.331697 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.331833 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.332120 tramp-process-one-action (5) # Looking for regexp "\(\(Are you 
sure you want to continue connecting 
(yes/no\(?:\(?:/\[fingerprint]\)?)\?\)\)\s-*\)\'" from remote shell
16:54:44.332308 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.332455 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.332628 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
16:54:44.332789 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.332957 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.333158 tramp-process-one-action (5) # Looking for regexp "\(\(TERM = 
(.*)\|Terminal type\? \[.*\]\)\s-*\)\'" from remote shell
16:54:44.333353 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.333616 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.333802 tramp-process-one-action (5) # Looking for regexp "\(Access 
granted\. Press Return to begin session\. \)\'" from remote shell
16:54:44.333980 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.334370 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.334805 tramp-process-one-action (5) # Looking for regexp "\(^*Confirm 
user presence for key .*[
]*\)\'" from remote shell
16:54:44.335016 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.335166 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.335340 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from 
remote shell
16:54:44.335491 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.335629 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.335790 tramp-process-one-action (5) # Call tramp-action-process-alive
16:54:44.336019 tramp-get-connection-property (7) # locked nil; cache used: nil
16:54:44.336218 tramp-set-connection-property (7) # locked t
16:54:44.336395 tramp-accept-process-output (10) # *tramp/plinkx Prod* 0 run nil
plink -load Prod -t " env 'TERM=dumb' 'PROMPT_COMMAND=' 'PS1=#$ ' /bin/sh  -i " 
&& exit || exit
16:54:44.336614 tramp-flush-connection-property (7) # locked
16:54:44.336783 tramp-process-one-action (5) # Looking for regexp 
"\(.*\(user\|login\)\( .*\)?: *\)\'" from remote shell
16:54:44.336959 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.337102 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.338180 tramp-process-one-action (5) # Looking for regexp 
"\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|\)a\)\|geslo\|h\(?:\(?:as\|esl\)o\)\|iphasiwedi\|jelsz\|l\(?:ozinka\|senord\)\|m\(?:ot
 de passe\|t khu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: 
phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptaodis\)\|wachtwoord\|¾¸º\|°¾Œ\|¡”\|„©
 „±\|ऍऍ\|०à¤\|঍঍\|ও঍\|ਵà\|વàª\|ବà 
୕à\|஁ஊà\|ఇమ\|಍à²\|ാകàµ\|්à¶\|ធធឋ\|ー\|[ç]\|í\)\).*:? 
*\)\'" from remote shell
16:54:44.338408 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.338547 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.338958 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 
[[:digit:]]+\).*\)\'" from remote shell
16:54:44.339141 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.339279 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.339533 tramp-process-one-action (5) # Looking for regexp "\(^[^#$%>
]*[#$%>] *\)\'" from remote shell
16:54:44.339688 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.339980 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.340198 tramp-process-one-action (5) # Looking for regexp 
"\(\(?:^\|\)[^]#$%>
]*#?[]#$%>] *\(\[[[:digit:];]*[[:alpha:]] *\)*\)\'" from remote shell
16:54:44.340361 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.340503 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.340716 tramp-process-one-action (5) # Looking for regexp "\(\(Are you 
sure you want to continue connecting 
(yes/no\(?:\(?:/\[fingerprint]\)?)\?\)\)\s-*\)\'" from remote shell
16:54:44.340877 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.341032 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.341206 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
16:54:44.341364 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.341513 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.341684 tramp-process-one-action (5) # Looking for regexp "\(\(TERM = 
(.*)\|Terminal type\? \[.*\]\)\s-*\)\'" from remote shell
16:54:44.341840 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.342150 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.342616 tramp-process-one-action (5) # Looking for regexp "\(Access 
granted\. Press Return to begin session\. \)\'" from remote shell
16:54:44.343057 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.343407 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.343809 tramp-process-one-action (5) # Looking for regexp "\(^*Confirm 
user presence for key .*[
]*\)\'" from remote shell
16:54:44.344198 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.344627 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.345045 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from 
remote shell
16:54:44.345403 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.345749 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.346165 tramp-process-one-action (5) # Call tramp-action-process-alive
16:54:44.346563 tramp-get-connection-property (7) # locked nil; cache used: nil
16:54:44.346938 tramp-set-connection-property (7) # locked t
16:54:44.347347 tramp-accept-process-output (10) # *tramp/plinkx Prod* 0 run nil
plink -load Prod -t " env 'TERM=dumb' 'PROMPT_COMMAND=' 'PS1=#$ ' /bin/sh  -i " 
&& exit || exit
16:54:44.347753 tramp-flush-connection-property (7) # locked
16:54:44.348169 tramp-process-one-action (5) # Looking for regexp 
"\(.*\(user\|login\)\( .*\)?: *\)\'" from remote shell
16:54:44.348574 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.348967 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.352503 tramp-process-one-action (5) # Looking for regexp 
"\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|\)a\)\|geslo\|h\(?:\(?:as\|esl\)o\)\|iphasiwedi\|jelsz\|l\(?:ozinka\|senord\)\|m\(?:ot
 de passe\|t khu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: 
phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptaodis\)\|wachtwoord\|¾¸º\|°¾Œ\|¡”\|„©
 „±\|ऍऍ\|०à¤\|঍঍\|ও঍\|ਵà\|વàª\|ବà 
୕à\|஁ஊà\|ఇమ\|಍à²\|ാകàµ\|්à¶\|ធធឋ\|ー\|[ç]\|í\)\).*:? 
*\)\'" from remote shell
16:54:44.352975 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.353404 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.354240 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 
[[:digit:]]+\).*\)\'" from remote shell
16:54:44.354682 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.355051 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.355561 tramp-process-one-action (5) # Looking for regexp "\(^[^#$%>
]*[#$%>] *\)\'" from remote shell
16:54:44.355856 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.356156 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.356541 tramp-process-one-action (5) # Looking for regexp 
"\(\(?:^\|\)[^]#$%>
]*#?[]#$%>] *\(\[[[:digit:];]*[[:alpha:]] *\)*\)\'" from remote shell
16:54:44.356984 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.357234 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.357610 tramp-process-one-action (5) # Looking for regexp "\(\(Are you 
sure you want to continue connecting 
(yes/no\(?:\(?:/\[fingerprint]\)?)\?\)\)\s-*\)\'" from remote shell
16:54:44.357937 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.358216 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.358519 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
16:54:44.358952 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.359206 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.359609 tramp-process-one-action (5) # Looking for regexp "\(\(TERM = 
(.*)\|Terminal type\? \[.*\]\)\s-*\)\'" from remote shell
16:54:44.360169 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.360583 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.361062 tramp-process-one-action (5) # Looking for regexp "\(Access 
granted\. Press Return to begin session\. \)\'" from remote shell
16:54:44.361479 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.361832 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.362265 tramp-process-one-action (5) # Looking for regexp "\(^*Confirm 
user presence for key .*[
]*\)\'" from remote shell
16:54:44.362598 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.362767 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.362968 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from 
remote shell
16:54:44.363126 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.363268 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.363570 tramp-process-one-action (5) # Call tramp-action-process-alive
16:54:44.363756 tramp-get-connection-property (7) # locked nil; cache used: nil
16:54:44.363928 tramp-set-connection-property (7) # locked t
16:54:44.364104 tramp-accept-process-output (10) # *tramp/plinkx Prod* 0 run nil
plink -load Prod -t " env 'TERM=dumb' 'PROMPT_COMMAND=' 'PS1=#$ ' /bin/sh  -i " 
&& exit || exit
16:54:44.364273 tramp-flush-connection-property (7) # locked
16:54:44.364446 tramp-process-one-action (5) # Looking for regexp 
"\(.*\(user\|login\)\( .*\)?: *\)\'" from remote shell
16:54:44.364609 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.364754 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.367333 tramp-process-one-action (5) # Looking for regexp 
"\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|\)a\)\|geslo\|h\(?:\(?:as\|esl\)o\)\|iphasiwedi\|jelsz\|l\(?:ozinka\|senord\)\|m\(?:ot
 de passe\|t khu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: 
phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptaodis\)\|wachtwoord\|¾¸º\|°¾Œ\|¡”\|„©
 „±\|ऍऍ\|०à¤\|঍঍\|ও঍\|ਵà\|વàª\|ବà 
୕à\|஁ஊà\|ఇమ\|಍à²\|ാകàµ\|්à¶\|ធធឋ\|ー\|[ç]\|í\)\).*:? 
*\)\'" from remote shell
16:54:44.367873 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.368293 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.368993 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 
[[:digit:]]+\).*\)\'" from remote shell
16:54:44.369391 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.369564 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.370045 tramp-process-one-action (5) # Looking for regexp "\(^[^#$%>
]*[#$%>] *\)\'" from remote shell
16:54:44.370273 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.370478 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.370743 tramp-process-one-action (5) # Looking for regexp 
"\(\(?:^\|\)[^]#$%>
]*#?[]#$%>] *\(\[[[:digit:];]*[[:alpha:]] *\)*\)\'" from remote shell
16:54:44.371099 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.371373 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.371603 tramp-process-one-action (5) # Looking for regexp "\(\(Are you 
sure you want to continue connecting 
(yes/no\(?:\(?:/\[fingerprint]\)?)\?\)\)\s-*\)\'" from remote shell
16:54:44.371773 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.372133 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.372531 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
16:54:44.372807 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.373107 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.373494 tramp-process-one-action (5) # Looking for regexp "\(\(TERM = 
(.*)\|Terminal type\? \[.*\]\)\s-*\)\'" from remote shell
16:54:44.373931 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.374245 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.374589 tramp-process-one-action (5) # Looking for regexp "\(Access 
granted\. Press Return to begin session\. \)\'" from remote shell
16:54:44.374943 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.375121 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.375310 tramp-process-one-action (5) # Looking for regexp "\(^*Confirm 
user presence for key .*[
]*\)\'" from remote shell
16:54:44.375479 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.375645 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.375843 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from 
remote shell
16:54:44.376311 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.376490 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.376674 tramp-process-one-action (5) # Call tramp-action-process-alive
16:54:44.376906 tramp-get-connection-property (7) # locked nil; cache used: nil
16:54:44.377093 tramp-set-connection-property (7) # locked t
16:54:44.377281 tramp-accept-process-output (10) # *tramp/plinkx Prod* 0 run nil
plink -load Prod -t " env 'TERM=dumb' 'PROMPT_COMMAND=' 'PS1=#$ ' /bin/sh  -i " 
&& exit || exit
16:54:44.377451 tramp-flush-connection-property (7) # locked
16:54:44.377619 tramp-process-one-action (5) # Looking for regexp 
"\(.*\(user\|login\)\( .*\)?: *\)\'" from remote shell
16:54:44.377785 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.378091 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.379673 tramp-process-one-action (5) # Looking for regexp 
"\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|\)a\)\|geslo\|h\(?:\(?:as\|esl\)o\)\|iphasiwedi\|jelsz\|l\(?:ozinka\|senord\)\|m\(?:ot
 de passe\|t khu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: 
phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptaodis\)\|wachtwoord\|¾¸º\|°¾Œ\|¡”\|„©
 „±\|ऍऍ\|०à¤\|঍঍\|ও঍\|ਵà\|વàª\|ବà 
୕à\|஁ஊà\|ఇమ\|಍à²\|ാകàµ\|්à¶\|ធធឋ\|ー\|[ç]\|í\)\).*:? 
*\)\'" from remote shell
16:54:44.380021 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.380189 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.380924 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 
[[:digit:]]+\).*\)\'" from remote shell
16:54:44.381147 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.381303 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.381568 tramp-process-one-action (5) # Looking for regexp "\(^[^#$%>
]*[#$%>] *\)\'" from remote shell
16:54:44.381731 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.381894 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.382162 tramp-process-one-action (5) # Looking for regexp 
"\(\(?:^\|\)[^]#$%>
]*#?[]#$%>] *\(\[[[:digit:];]*[[:alpha:]] *\)*\)\'" from remote shell
16:54:44.382415 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.382581 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.382817 tramp-process-one-action (5) # Looking for regexp "\(\(Are you 
sure you want to continue connecting 
(yes/no\(?:\(?:/\[fingerprint]\)?)\?\)\)\s-*\)\'" from remote shell
16:54:44.382986 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.383134 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.383417 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
16:54:44.383727 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.383900 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.384083 tramp-process-one-action (5) # Looking for regexp "\(\(TERM = 
(.*)\|Terminal type\? \[.*\]\)\s-*\)\'" from remote shell
16:54:44.384254 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.384580 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.384786 tramp-process-one-action (5) # Looking for regexp "\(Access 
granted\. Press Return to begin session\. \)\'" from remote shell
16:54:44.385088 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.385365 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.385668 tramp-process-one-action (5) # Looking for regexp "\(^*Confirm 
user presence for key .*[
]*\)\'" from remote shell
16:54:44.385869 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.386021 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.386188 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from 
remote shell
16:54:44.386339 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.386479 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.386646 tramp-process-one-action (5) # Call tramp-action-process-alive
16:54:44.386875 tramp-get-connection-property (7) # locked nil; cache used: nil
16:54:44.387240 tramp-set-connection-property (7) # locked t
16:54:44.387518 tramp-accept-process-output (10) # *tramp/plinkx Prod* 0 run nil
plink -load Prod -t " env 'TERM=dumb' 'PROMPT_COMMAND=' 'PS1=#$ ' /bin/sh  -i " 
&& exit || exit
16:54:44.387721 tramp-flush-connection-property (7) # locked
16:54:44.388133 tramp-process-one-action (5) # Looking for regexp 
"\(.*\(user\|login\)\( .*\)?: *\)\'" from remote shell
16:54:44.388363 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.388515 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.390379 tramp-process-one-action (5) # Looking for regexp 
"\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|\)a\)\|geslo\|h\(?:\(?:as\|esl\)o\)\|iphasiwedi\|jelsz\|l\(?:ozinka\|senord\)\|m\(?:ot
 de passe\|t khu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: 
phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptaodis\)\|wachtwoord\|¾¸º\|°¾Œ\|¡”\|„©
 „±\|ऍऍ\|०à¤\|঍঍\|ও঍\|ਵà\|વàª\|ବà 
୕à\|஁ஊà\|ఇమ\|಍à²\|ാകàµ\|්à¶\|ធធឋ\|ー\|[ç]\|í\)\).*:? 
*\)\'" from remote shell
16:54:44.390744 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.391008 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.391430 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 
[[:digit:]]+\).*\)\'" from remote shell
16:54:44.391676 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.391839 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.392192 tramp-process-one-action (5) # Looking for regexp "\(^[^#$%>
]*[#$%>] *\)\'" from remote shell
16:54:44.392451 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.392749 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.393229 tramp-process-one-action (5) # Looking for regexp 
"\(\(?:^\|\)[^]#$%>
]*#?[]#$%>] *\(\[[[:digit:];]*[[:alpha:]] *\)*\)\'" from remote shell
16:54:44.393421 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.393571 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.393799 tramp-process-one-action (5) # Looking for regexp "\(\(Are you 
sure you want to continue connecting 
(yes/no\(?:\(?:/\[fingerprint]\)?)\?\)\)\s-*\)\'" from remote shell
16:54:44.393966 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.394116 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.394293 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
16:54:44.394455 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.394594 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.394773 tramp-process-one-action (5) # Looking for regexp "\(\(TERM = 
(.*)\|Terminal type\? \[.*\]\)\s-*\)\'" from remote shell
16:54:44.394940 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.395087 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.395256 tramp-process-one-action (5) # Looking for regexp "\(Access 
granted\. Press Return to begin session\. \)\'" from remote shell
16:54:44.395412 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.395548 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.395817 tramp-process-one-action (5) # Looking for regexp "\(^*Confirm 
user presence for key .*[
]*\)\'" from remote shell
16:54:44.396003 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.396150 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.396321 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from 
remote shell
16:54:44.396474 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.396613 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.396817 tramp-process-one-action (5) # Call tramp-action-process-alive
16:54:44.397003 tramp-get-connection-property (7) # locked nil; cache used: nil
16:54:44.397156 tramp-set-connection-property (7) # locked t
16:54:44.397328 tramp-accept-process-output (10) # *tramp/plinkx Prod* 0 run nil
plink -load Prod -t " env 'TERM=dumb' 'PROMPT_COMMAND=' 'PS1=#$ ' /bin/sh  -i " 
&& exit || exit
16:54:44.397494 tramp-flush-connection-property (7) # locked
16:54:44.397670 tramp-process-one-action (5) # Looking for regexp 
"\(.*\(user\|login\)\( .*\)?: *\)\'" from remote shell
16:54:44.397855 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.398003 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.399055 tramp-process-one-action (5) # Looking for regexp 
"\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|\)a\)\|geslo\|h\(?:\(?:as\|esl\)o\)\|iphasiwedi\|jelsz\|l\(?:ozinka\|senord\)\|m\(?:ot
 de passe\|t khu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: 
phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptaodis\)\|wachtwoord\|¾¸º\|°¾Œ\|¡”\|„©
 „±\|ऍऍ\|०à¤\|঍঍\|ও঍\|ਵà\|વàª\|ବà 
୕à\|஁ஊà\|ఇమ\|಍à²\|ാകàµ\|්à¶\|ធធឋ\|ー\|[ç]\|í\)\).*:? 
*\)\'" from remote shell
16:54:44.399280 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.399487 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.399912 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 
[[:digit:]]+\).*\)\'" from remote shell
16:54:44.400099 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.400243 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.400497 tramp-process-one-action (5) # Looking for regexp "\(^[^#$%>
]*[#$%>] *\)\'" from remote shell
16:54:44.400651 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.400838 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.401040 tramp-process-one-action (5) # Looking for regexp 
"\(\(?:^\|\)[^]#$%>
]*#?[]#$%>] *\(\[[[:digit:];]*[[:alpha:]] *\)*\)\'" from remote shell
16:54:44.401200 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.401343 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.401551 tramp-process-one-action (5) # Looking for regexp "\(\(Are you 
sure you want to continue connecting 
(yes/no\(?:\(?:/\[fingerprint]\)?)\?\)\)\s-*\)\'" from remote shell
16:54:44.401710 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.401986 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.402234 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
16:54:44.402455 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.402651 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.402924 tramp-process-one-action (5) # Looking for regexp "\(\(TERM = 
(.*)\|Terminal type\? \[.*\]\)\s-*\)\'" from remote shell
16:54:44.403148 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.403350 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.403579 tramp-process-one-action (5) # Looking for regexp "\(Access 
granted\. Press Return to begin session\. \)\'" from remote shell
16:54:44.403799 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.403948 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.404117 tramp-process-one-action (5) # Looking for regexp "\(^*Confirm 
user presence for key .*[
]*\)\'" from remote shell
16:54:44.404278 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.404419 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.404585 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from 
remote shell
16:54:44.404733 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.404921 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.405092 tramp-process-one-action (5) # Call tramp-action-process-alive
16:54:44.405253 tramp-get-connection-property (7) # locked nil; cache used: nil
16:54:44.405402 tramp-set-connection-property (7) # locked t
16:54:44.405575 tramp-accept-process-output (10) # *tramp/plinkx Prod* 0 run nil
plink -load Prod -t " env 'TERM=dumb' 'PROMPT_COMMAND=' 'PS1=#$ ' /bin/sh  -i " 
&& exit || exit
16:54:44.405750 tramp-flush-connection-property (7) # locked
16:54:44.406143 tramp-process-one-action (5) # Looking for regexp 
"\(.*\(user\|login\)\( .*\)?: *\)\'" from remote shell
16:54:44.406347 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.406501 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.407608 tramp-process-one-action (5) # Looking for regexp 
"\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|\)a\)\|geslo\|h\(?:\(?:as\|esl\)o\)\|iphasiwedi\|jelsz\|l\(?:ozinka\|senord\)\|m\(?:ot
 de passe\|t khu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: 
phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptaodis\)\|wachtwoord\|¾¸º\|°¾Œ\|¡”\|„©
 „±\|ऍऍ\|०à¤\|঍঍\|ও঍\|ਵà\|વàª\|ବà 
୕à\|஁ஊà\|ఇమ\|಍à²\|ാകàµ\|්à¶\|ធធឋ\|ー\|[ç]\|í\)\).*:? 
*\)\'" from remote shell
16:54:44.407906 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.408055 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.408460 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 
[[:digit:]]+\).*\)\'" from remote shell
16:54:44.408649 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.408884 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.409344 tramp-process-one-action (5) # Looking for regexp "\(^[^#$%>
]*[#$%>] *\)\'" from remote shell
16:54:44.409526 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.409677 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.409890 tramp-process-one-action (5) # Looking for regexp 
"\(\(?:^\|\)[^]#$%>
]*#?[]#$%>] *\(\[[[:digit:];]*[[:alpha:]] *\)*\)\'" from remote shell
16:54:44.410053 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.410203 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.410567 tramp-process-one-action (5) # Looking for regexp "\(\(Are you 
sure you want to continue connecting 
(yes/no\(?:\(?:/\[fingerprint]\)?)\?\)\)\s-*\)\'" from remote shell
16:54:44.410759 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.411066 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.453185 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
16:54:44.453462 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.453680 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.453877 tramp-process-one-action (5) # Looking for regexp "\(\(TERM = 
(.*)\|Terminal type\? \[.*\]\)\s-*\)\'" from remote shell
16:54:44.454047 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.454196 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.454370 tramp-process-one-action (5) # Looking for regexp "\(Access 
granted\. Press Return to begin session\. \)\'" from remote shell
16:54:44.454526 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.454681 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.454854 tramp-process-one-action (5) # Looking for regexp "\(^*Confirm 
user presence for key .*[
]*\)\'" from remote shell
16:54:44.455006 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.455160 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.455325 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from 
remote shell
16:54:44.455470 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.455618 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.455784 tramp-process-one-action (5) # Call tramp-action-process-alive
16:54:44.455941 tramp-get-connection-property (7) # locked nil; cache used: nil
16:54:44.456084 tramp-set-connection-property (7) # locked t
16:54:44.456255 tramp-accept-process-output (10) # *tramp/plinkx Prod* 0 run nil
plink -load Prod -t " env 'TERM=dumb' 'PROMPT_COMMAND=' 'PS1=#$ ' /bin/sh  -i " 
&& exit || exit
16:54:44.456475 tramp-flush-connection-property (7) # locked
16:54:44.456657 tramp-process-one-action (5) # Looking for regexp 
"\(.*\(user\|login\)\( .*\)?: *\)\'" from remote shell
16:54:44.456823 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.457078 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.458172 tramp-process-one-action (5) # Looking for regexp 
"\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|\)a\)\|geslo\|h\(?:\(?:as\|esl\)o\)\|iphasiwedi\|jelsz\|l\(?:ozinka\|senord\)\|m\(?:ot
 de passe\|t khu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: 
phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptaodis\)\|wachtwoord\|¾¸º\|°¾Œ\|¡”\|„©
 „±\|ऍऍ\|०à¤\|঍঍\|ও঍\|ਵà\|વàª\|ବà 
୕à\|஁ஊà\|ఇమ\|಍à²\|ാകàµ\|්à¶\|ធធឋ\|ー\|[ç]\|í\)\).*:? 
*\)\'" from remote shell
16:54:44.458406 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.458550 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.458975 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 
[[:digit:]]+\).*\)\'" from remote shell
16:54:44.459156 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.459295 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.459549 tramp-process-one-action (5) # Looking for regexp "\(^[^#$%>
]*[#$%>] *\)\'" from remote shell
16:54:44.459721 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.459858 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.460045 tramp-process-one-action (5) # Looking for regexp 
"\(\(?:^\|\)[^]#$%>
]*#?[]#$%>] *\(\[[[:digit:];]*[[:alpha:]] *\)*\)\'" from remote shell
16:54:44.460197 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.460335 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.460540 tramp-process-one-action (5) # Looking for regexp "\(\(Are you 
sure you want to continue connecting 
(yes/no\(?:\(?:/\[fingerprint]\)?)\?\)\)\s-*\)\'" from remote shell
16:54:44.460717 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.460856 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.461027 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
16:54:44.461183 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.461322 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.461491 tramp-process-one-action (5) # Looking for regexp "\(\(TERM = 
(.*)\|Terminal type\? \[.*\]\)\s-*\)\'" from remote shell
16:54:44.461660 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.461803 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.461970 tramp-process-one-action (5) # Looking for regexp "\(Access 
granted\. Press Return to begin session\. \)\'" from remote shell
16:54:44.462121 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.462258 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.462421 tramp-process-one-action (5) # Looking for regexp "\(^*Confirm 
user presence for key .*[
]*\)\'" from remote shell
16:54:44.462568 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.462733 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.462893 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from 
remote shell
16:54:44.463037 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.463174 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.463332 tramp-process-one-action (5) # Call tramp-action-process-alive
16:54:44.463539 tramp-get-connection-property (7) # locked nil; cache used: nil
16:54:44.463742 tramp-set-connection-property (7) # locked t
16:54:44.463956 tramp-accept-process-output (10) # *tramp/plinkx Prod* 0 run nil
plink -load Prod -t " env 'TERM=dumb' 'PROMPT_COMMAND=' 'PS1=#$ ' /bin/sh  -i " 
&& exit || exit
16:54:44.464127 tramp-flush-connection-property (7) # locked
16:54:44.464291 tramp-process-one-action (5) # Looking for regexp 
"\(.*\(user\|login\)\( .*\)?: *\)\'" from remote shell
16:54:44.464450 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.464602 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.465658 tramp-process-one-action (5) # Looking for regexp 
"\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|\)a\)\|geslo\|h\(?:\(?:as\|esl\)o\)\|iphasiwedi\|jelsz\|l\(?:ozinka\|senord\)\|m\(?:ot
 de passe\|t khu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: 
phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptaodis\)\|wachtwoord\|¾¸º\|°¾Œ\|¡”\|„©
 „±\|ऍऍ\|०à¤\|঍঍\|ও঍\|ਵà\|વàª\|ବà 
୕à\|஁ஊà\|ఇమ\|಍à²\|ാകàµ\|්à¶\|ធធឋ\|ー\|[ç]\|í\)\).*:? 
*\)\'" from remote shell
16:54:44.465884 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.466023 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.466414 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 
[[:digit:]]+\).*\)\'" from remote shell
16:54:44.466608 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.466748 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.467002 tramp-process-one-action (5) # Looking for regexp "\(^[^#$%>
]*[#$%>] *\)\'" from remote shell
16:54:44.467163 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.467301 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.467486 tramp-process-one-action (5) # Looking for regexp 
"\(\(?:^\|\)[^]#$%>
]*#?[]#$%>] *\(\[[[:digit:];]*[[:alpha:]] *\)*\)\'" from remote shell
16:54:44.467733 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.467899 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.468122 tramp-process-one-action (5) # Looking for regexp "\(\(Are you 
sure you want to continue connecting 
(yes/no\(?:\(?:/\[fingerprint]\)?)\?\)\)\s-*\)\'" from remote shell
16:54:44.468287 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.468431 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.468622 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
16:54:44.468787 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.468928 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.469098 tramp-process-one-action (5) # Looking for regexp "\(\(TERM = 
(.*)\|Terminal type\? \[.*\]\)\s-*\)\'" from remote shell
16:54:44.469257 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.469397 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.469571 tramp-process-one-action (5) # Looking for regexp "\(Access 
granted\. Press Return to begin session\. \)\'" from remote shell
16:54:44.469811 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.469965 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.470139 tramp-process-one-action (5) # Looking for regexp "\(^*Confirm 
user presence for key .*[
]*\)\'" from remote shell
16:54:44.470292 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.470432 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.470614 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from 
remote shell
16:54:44.470766 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.471414 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.471602 tramp-process-one-action (5) # Call tramp-action-process-alive
16:54:44.471761 tramp-get-connection-property (7) # locked nil; cache used: nil
16:54:44.471906 tramp-set-connection-property (7) # locked t
16:54:44.472083 tramp-accept-process-output (10) # *tramp/plinkx Prod* 0 run nil
plink -load Prod -t " env 'TERM=dumb' 'PROMPT_COMMAND=' 'PS1=#$ ' /bin/sh  -i " 
&& exit || exit
16:54:44.472248 tramp-flush-connection-property (7) # locked
16:54:44.472410 tramp-process-one-action (5) # Looking for regexp 
"\(.*\(user\|login\)\( .*\)?: *\)\'" from remote shell
16:54:44.472584 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.472822 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.473908 tramp-process-one-action (5) # Looking for regexp 
"\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|\)a\)\|geslo\|h\(?:\(?:as\|esl\)o\)\|iphasiwedi\|jelsz\|l\(?:ozinka\|senord\)\|m\(?:ot
 de passe\|t khu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: 
phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptaodis\)\|wachtwoord\|¾¸º\|°¾Œ\|¡”\|„©
 „±\|ऍऍ\|०à¤\|঍঍\|ও঍\|ਵà\|વàª\|ବà 
୕à\|஁ஊà\|ఇమ\|಍à²\|ാകàµ\|්à¶\|ធធឋ\|ー\|[ç]\|í\)\).*:? 
*\)\'" from remote shell
16:54:44.474141 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.474288 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.474796 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 
[[:digit:]]+\).*\)\'" from remote shell
16:54:44.475179 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.475539 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.476026 tramp-process-one-action (5) # Looking for regexp "\(^[^#$%>
]*[#$%>] *\)\'" from remote shell
16:54:44.476247 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.476447 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.476692 tramp-process-one-action (5) # Looking for regexp 
"\(\(?:^\|\)[^]#$%>
]*#?[]#$%>] *\(\[[[:digit:];]*[[:alpha:]] *\)*\)\'" from remote shell
16:54:44.476859 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.477003 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.477213 tramp-process-one-action (5) # Looking for regexp "\(\(Are you 
sure you want to continue connecting 
(yes/no\(?:\(?:/\[fingerprint]\)?)\?\)\)\s-*\)\'" from remote shell
16:54:44.477378 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.477521 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.477722 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
16:54:44.477883 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.478033 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.478204 tramp-process-one-action (5) # Looking for regexp "\(\(TERM = 
(.*)\|Terminal type\? \[.*\]\)\s-*\)\'" from remote shell
16:54:44.478361 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.478501 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.478847 tramp-process-one-action (5) # Looking for regexp "\(Access 
granted\. Press Return to begin session\. \)\'" from remote shell
16:54:44.479035 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.479181 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.479355 tramp-process-one-action (5) # Looking for regexp "\(^*Confirm 
user presence for key .*[
]*\)\'" from remote shell
16:54:44.479514 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.479674 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.479843 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from 
remote shell
16:54:44.480048 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.480192 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.480359 tramp-process-one-action (5) # Call tramp-action-process-alive
16:54:44.480523 tramp-get-connection-property (7) # locked nil; cache used: nil
16:54:44.480687 tramp-set-connection-property (7) # locked t
16:54:44.480854 tramp-accept-process-output (10) # *tramp/plinkx Prod* 0 run nil
plink -load Prod -t " env 'TERM=dumb' 'PROMPT_COMMAND=' 'PS1=#$ ' /bin/sh  -i " 
&& exit || exit
16:54:44.481029 tramp-flush-connection-property (7) # locked
16:54:44.481200 tramp-process-one-action (5) # Looking for regexp 
"\(.*\(user\|login\)\( .*\)?: *\)\'" from remote shell
16:54:44.481361 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.481506 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.482579 tramp-process-one-action (5) # Looking for regexp 
"\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|\)a\)\|geslo\|h\(?:\(?:as\|esl\)o\)\|iphasiwedi\|jelsz\|l\(?:ozinka\|senord\)\|m\(?:ot
 de passe\|t khu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: 
phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptaodis\)\|wachtwoord\|¾¸º\|°¾Œ\|¡”\|„©
 „±\|ऍऍ\|०à¤\|঍঍\|ও঍\|ਵà\|વàª\|ବà 
୕à\|஁ஊà\|ఇమ\|಍à²\|ാകàµ\|්à¶\|ធធឋ\|ー\|[ç]\|í\)\).*:? 
*\)\'" from remote shell
16:54:44.482829 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.482977 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.483381 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 
[[:digit:]]+\).*\)\'" from remote shell
16:54:44.483595 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.483794 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.484191 tramp-process-one-action (5) # Looking for regexp "\(^[^#$%>
]*[#$%>] *\)\'" from remote shell
16:54:44.484398 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.484601 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.484802 tramp-process-one-action (5) # Looking for regexp 
"\(\(?:^\|\)[^]#$%>
]*#?[]#$%>] *\(\[[[:digit:];]*[[:alpha:]] *\)*\)\'" from remote shell
16:54:44.484963 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.485107 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.485317 tramp-process-one-action (5) # Looking for regexp "\(\(Are you 
sure you want to continue connecting 
(yes/no\(?:\(?:/\[fingerprint]\)?)\?\)\)\s-*\)\'" from remote shell
16:54:44.485478 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.485637 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.485815 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
16:54:44.485977 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.486115 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.486281 tramp-process-one-action (5) # Looking for regexp "\(\(TERM = 
(.*)\|Terminal type\? \[.*\]\)\s-*\)\'" from remote shell
16:54:44.486443 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.486608 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.486782 tramp-process-one-action (5) # Looking for regexp "\(Access 
granted\. Press Return to begin session\. \)\'" from remote shell
16:54:44.486936 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.487072 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.487239 tramp-process-one-action (5) # Looking for regexp "\(^*Confirm 
user presence for key .*[
]*\)\'" from remote shell
16:54:44.487393 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.487787 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.487966 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from 
remote shell
16:54:44.488161 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.488303 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.488467 tramp-process-one-action (5) # Call tramp-action-process-alive
16:54:44.488736 tramp-get-connection-property (7) # locked nil; cache used: nil
16:54:44.488918 tramp-set-connection-property (7) # locked t
16:54:44.489089 tramp-accept-process-output (10) # *tramp/plinkx Prod* 0 run nil
plink -load Prod -t " env 'TERM=dumb' 'PROMPT_COMMAND=' 'PS1=#$ ' /bin/sh  -i " 
&& exit || exit
16:54:44.489253 tramp-flush-connection-property (7) # locked
16:54:44.489427 tramp-process-one-action (5) # Looking for regexp 
"\(.*\(user\|login\)\( .*\)?: *\)\'" from remote shell
16:54:44.489714 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.489886 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.490945 tramp-process-one-action (5) # Looking for regexp 
"\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|\)a\)\|geslo\|h\(?:\(?:as\|esl\)o\)\|iphasiwedi\|jelsz\|l\(?:ozinka\|senord\)\|m\(?:ot
 de passe\|t khu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: 
phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptaodis\)\|wachtwoord\|¾¸º\|°¾Œ\|¡”\|„©
 „±\|ऍऍ\|०à¤\|঍঍\|ও঍\|ਵà\|વàª\|ବà 
୕à\|஁ஊà\|ఇమ\|಍à²\|ാകàµ\|්à¶\|ធធឋ\|ー\|[ç]\|í\)\).*:? 
*\)\'" from remote shell
16:54:44.491175 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.491321 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.491743 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 
[[:digit:]]+\).*\)\'" from remote shell
16:54:44.491932 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.492153 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.492446 tramp-process-one-action (5) # Looking for regexp "\(^[^#$%>
]*[#$%>] *\)\'" from remote shell
16:54:44.492686 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.492889 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.493150 tramp-process-one-action (5) # Looking for regexp 
"\(\(?:^\|\)[^]#$%>
]*#?[]#$%>] *\(\[[[:digit:];]*[[:alpha:]] *\)*\)\'" from remote shell
16:54:44.493483 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.493661 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.493881 tramp-process-one-action (5) # Looking for regexp "\(\(Are you 
sure you want to continue connecting 
(yes/no\(?:\(?:/\[fingerprint]\)?)\?\)\)\s-*\)\'" from remote shell
16:54:44.494048 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.494198 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.494374 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
16:54:44.494551 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.494694 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.494862 tramp-process-one-action (5) # Looking for regexp "\(\(TERM = 
(.*)\|Terminal type\? \[.*\]\)\s-*\)\'" from remote shell
16:54:44.495035 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.495182 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.495353 tramp-process-one-action (5) # Looking for regexp "\(Access 
granted\. Press Return to begin session\. \)\'" from remote shell
16:54:44.495527 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.495667 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.495838 tramp-process-one-action (5) # Looking for regexp "\(^*Confirm 
user presence for key .*[
]*\)\'" from remote shell
16:54:44.495993 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.496132 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.496298 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from 
remote shell
16:54:44.496505 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.496649 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.496816 tramp-process-one-action (5) # Call tramp-action-process-alive
16:54:44.496977 tramp-get-connection-property (7) # locked nil; cache used: nil
16:54:44.497122 tramp-set-connection-property (7) # locked t
16:54:44.497285 tramp-accept-process-output (10) # *tramp/plinkx Prod* 0 run nil
plink -load Prod -t " env 'TERM=dumb' 'PROMPT_COMMAND=' 'PS1=#$ ' /bin/sh  -i " 
&& exit || exit
16:54:44.497446 tramp-flush-connection-property (7) # locked
16:54:44.497629 tramp-process-one-action (5) # Looking for regexp 
"\(.*\(user\|login\)\( .*\)?: *\)\'" from remote shell
16:54:44.497791 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.497935 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.498989 tramp-process-one-action (5) # Looking for regexp 
"\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|\)a\)\|geslo\|h\(?:\(?:as\|esl\)o\)\|iphasiwedi\|jelsz\|l\(?:ozinka\|senord\)\|m\(?:ot
 de passe\|t khu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: 
phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptaodis\)\|wachtwoord\|¾¸º\|°¾Œ\|¡”\|„©
 „±\|ऍऍ\|०à¤\|঍঍\|ও঍\|ਵà\|વàª\|ବà 
୕à\|஁ஊà\|ఇమ\|಍à²\|ാകàµ\|්à¶\|ធធឋ\|ー\|[ç]\|í\)\).*:? 
*\)\'" from remote shell
16:54:44.499212 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.499355 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.499771 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 
[[:digit:]]+\).*\)\'" from remote shell
16:54:44.499956 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.500096 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.500346 tramp-process-one-action (5) # Looking for regexp "\(^[^#$%>
]*[#$%>] *\)\'" from remote shell
16:54:44.500552 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.500893 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.501122 tramp-process-one-action (5) # Looking for regexp 
"\(\(?:^\|\)[^]#$%>
]*#?[]#$%>] *\(\[[[:digit:];]*[[:alpha:]] *\)*\)\'" from remote shell
16:54:44.501287 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.501432 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.501663 tramp-process-one-action (5) # Looking for regexp "\(\(Are you 
sure you want to continue connecting 
(yes/no\(?:\(?:/\[fingerprint]\)?)\?\)\)\s-*\)\'" from remote shell
16:54:44.501830 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.501975 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.502151 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
16:54:44.502315 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.502451 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.502633 tramp-process-one-action (5) # Looking for regexp "\(\(TERM = 
(.*)\|Terminal type\? \[.*\]\)\s-*\)\'" from remote shell
16:54:44.502800 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.502945 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.503114 tramp-process-one-action (5) # Looking for regexp "\(Access 
granted\. Press Return to begin session\. \)\'" from remote shell
16:54:44.503270 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.503407 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.503596 tramp-process-one-action (5) # Looking for regexp "\(^*Confirm 
user presence for key .*[
]*\)\'" from remote shell
16:54:44.503753 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.503896 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.504058 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from 
remote shell
16:54:44.504203 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.504396 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.504581 tramp-process-one-action (5) # Call tramp-action-process-alive
16:54:44.504742 tramp-get-connection-property (7) # locked nil; cache used: nil
16:54:44.504890 tramp-set-connection-property (7) # locked t
16:54:44.505055 tramp-accept-process-output (10) # *tramp/plinkx Prod* 0 run nil
plink -load Prod -t " env 'TERM=dumb' 'PROMPT_COMMAND=' 'PS1=#$ ' /bin/sh  -i " 
&& exit || exit
16:54:44.505215 tramp-flush-connection-property (7) # locked
16:54:44.505386 tramp-process-one-action (5) # Looking for regexp 
"\(.*\(user\|login\)\( .*\)?: *\)\'" from remote shell
16:54:44.505669 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.506060 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.507155 tramp-process-one-action (5) # Looking for regexp 
"\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|\)a\)\|geslo\|h\(?:\(?:as\|esl\)o\)\|iphasiwedi\|jelsz\|l\(?:ozinka\|senord\)\|m\(?:ot
 de passe\|t khu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: 
phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptaodis\)\|wachtwoord\|¾¸º\|°¾Œ\|¡”\|„©
 „±\|ऍऍ\|०à¤\|঍঍\|ও঍\|ਵà\|વàª\|ବà 
୕à\|஁ஊà\|ఇమ\|಍à²\|ാകàµ\|්à¶\|ធធឋ\|ー\|[ç]\|í\)\).*:? 
*\)\'" from remote shell
16:54:44.507390 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.507594 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.508003 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 
[[:digit:]]+\).*\)\'" from remote shell
16:54:44.508194 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.508397 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.508927 tramp-process-one-action (5) # Looking for regexp "\(^[^#$%>
]*[#$%>] *\)\'" from remote shell
16:54:44.509149 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.509351 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.509600 tramp-process-one-action (5) # Looking for regexp 
"\(\(?:^\|\)[^]#$%>
]*#?[]#$%>] *\(\[[[:digit:];]*[[:alpha:]] *\)*\)\'" from remote shell
16:54:44.509767 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.509918 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.510129 tramp-process-one-action (5) # Looking for regexp "\(\(Are you 
sure you want to continue connecting 
(yes/no\(?:\(?:/\[fingerprint]\)?)\?\)\)\s-*\)\'" from remote shell
16:54:44.510297 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.510446 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.510638 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
16:54:44.510801 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.510944 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.511110 tramp-process-one-action (5) # Looking for regexp "\(\(TERM = 
(.*)\|Terminal type\? \[.*\]\)\s-*\)\'" from remote shell
16:54:44.511274 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.511420 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.511744 tramp-process-one-action (5) # Looking for regexp "\(Access 
granted\. Press Return to begin session\. \)\'" from remote shell
16:54:44.511967 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.512161 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.512395 tramp-process-one-action (5) # Looking for regexp "\(^*Confirm 
user presence for key .*[
]*\)\'" from remote shell
16:54:44.512595 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.512741 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.512909 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from 
remote shell
16:54:44.513061 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.513200 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.513368 tramp-process-one-action (5) # Call tramp-action-process-alive
16:54:44.513606 tramp-get-connection-property (7) # locked nil; cache used: nil
16:54:44.513759 tramp-set-connection-property (7) # locked t
16:54:44.513926 tramp-accept-process-output (10) # *tramp/plinkx Prod* 0 run nil
plink -load Prod -t " env 'TERM=dumb' 'PROMPT_COMMAND=' 'PS1=#$ ' /bin/sh  -i " 
&& exit || exit
16:54:44.514089 tramp-flush-connection-property (7) # locked
16:54:44.514262 tramp-process-one-action (5) # Looking for regexp 
"\(.*\(user\|login\)\( .*\)?: *\)\'" from remote shell
16:54:44.514425 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.514589 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.515644 tramp-process-one-action (5) # Looking for regexp 
"\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|\)a\)\|geslo\|h\(?:\(?:as\|esl\)o\)\|iphasiwedi\|jelsz\|l\(?:ozinka\|senord\)\|m\(?:ot
 de passe\|t khu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: 
phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptaodis\)\|wachtwoord\|¾¸º\|°¾Œ\|¡”\|„©
 „±\|ऍऍ\|०à¤\|঍঍\|ও঍\|ਵà\|વàª\|ବà 
୕à\|஁ஊà\|ఇమ\|಍à²\|ാകàµ\|්à¶\|ធធឋ\|ー\|[ç]\|í\)\).*:? 
*\)\'" from remote shell
16:54:44.515881 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.516026 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.516434 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 
[[:digit:]]+\).*\)\'" from remote shell
16:54:44.516633 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.516780 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.517035 tramp-process-one-action (5) # Looking for regexp "\(^[^#$%>
]*[#$%>] *\)\'" from remote shell
16:54:44.517188 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.517334 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.517541 tramp-process-one-action (5) # Looking for regexp 
"\(\(?:^\|\)[^]#$%>
]*#?[]#$%>] *\(\[[[:digit:];]*[[:alpha:]] *\)*\)\'" from remote shell
16:54:44.517701 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.517863 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.518075 tramp-process-one-action (5) # Looking for regexp "\(\(Are you 
sure you want to continue connecting 
(yes/no\(?:\(?:/\[fingerprint]\)?)\?\)\)\s-*\)\'" from remote shell
16:54:44.518237 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.518381 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.518567 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
16:54:44.518732 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.518869 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.519035 tramp-process-one-action (5) # Looking for regexp "\(\(TERM = 
(.*)\|Terminal type\? \[.*\]\)\s-*\)\'" from remote shell
16:54:44.519198 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.519341 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.519523 tramp-process-one-action (5) # Looking for regexp "\(Access 
granted\. Press Return to begin session\. \)\'" from remote shell
16:54:44.519690 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.519829 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.520005 tramp-process-one-action (5) # Looking for regexp "\(^*Confirm 
user presence for key .*[
]*\)\'" from remote shell
16:54:44.520162 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.520305 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.520482 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from 
remote shell
16:54:44.520632 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.520794 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.520962 tramp-process-one-action (5) # Call tramp-action-process-alive
16:54:44.521123 tramp-get-connection-property (7) # locked nil; cache used: nil
16:54:44.521270 tramp-set-connection-property (7) # locked t
16:54:44.521445 tramp-accept-process-output (10) # *tramp/plinkx Prod* 0 run nil
plink -load Prod -t " env 'TERM=dumb' 'PROMPT_COMMAND=' 'PS1=#$ ' /bin/sh  -i " 
&& exit || exit
16:54:44.521651 tramp-flush-connection-property (7) # locked
16:54:44.521819 tramp-process-one-action (5) # Looking for regexp 
"\(.*\(user\|login\)\( .*\)?: *\)\'" from remote shell
16:54:44.521984 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.561673 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.563183 tramp-process-one-action (5) # Looking for regexp 
"\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|\)a\)\|geslo\|h\(?:\(?:as\|esl\)o\)\|iphasiwedi\|jelsz\|l\(?:ozinka\|senord\)\|m\(?:ot
 de passe\|t khu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: 
phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptaodis\)\|wachtwoord\|¾¸º\|°¾Œ\|¡”\|„©
 „±\|ऍऍ\|०à¤\|঍঍\|ও঍\|ਵà\|વàª\|ବà 
୕à\|஁ஊà\|ఇమ\|಍à²\|ാകàµ\|්à¶\|ធធឋ\|ー\|[ç]\|í\)\).*:? 
*\)\'" from remote shell
16:54:44.563468 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.563624 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.564033 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 
[[:digit:]]+\).*\)\'" from remote shell
16:54:44.564217 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.564379 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.564639 tramp-process-one-action (5) # Looking for regexp "\(^[^#$%>
]*[#$%>] *\)\'" from remote shell
16:54:44.564796 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.564934 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.565192 tramp-process-one-action (5) # Looking for regexp 
"\(\(?:^\|\)[^]#$%>
]*#?[]#$%>] *\(\[[[:digit:];]*[[:alpha:]] *\)*\)\'" from remote shell
16:54:44.565364 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.565505 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.565716 tramp-process-one-action (5) # Looking for regexp "\(\(Are you 
sure you want to continue connecting 
(yes/no\(?:\(?:/\[fingerprint]\)?)\?\)\)\s-*\)\'" from remote shell
16:54:44.565877 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.566015 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.566184 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
16:54:44.566412 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.566593 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.566775 tramp-process-one-action (5) # Looking for regexp "\(\(TERM = 
(.*)\|Terminal type\? \[.*\]\)\s-*\)\'" from remote shell
16:54:44.566936 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.567076 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.567243 tramp-process-one-action (5) # Looking for regexp "\(Access 
granted\. Press Return to begin session\. \)\'" from remote shell
16:54:44.567416 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.567553 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.567718 tramp-process-one-action (5) # Looking for regexp "\(^*Confirm 
user presence for key .*[
]*\)\'" from remote shell
16:54:44.567869 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.568010 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.568170 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from 
remote shell
16:54:44.568364 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.568512 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.568671 tramp-process-one-action (5) # Call tramp-action-process-alive
16:54:44.568827 tramp-get-connection-property (7) # locked nil; cache used: nil
16:54:44.568969 tramp-set-connection-property (7) # locked t
16:54:44.569138 tramp-accept-process-output (10) # *tramp/plinkx Prod* 0 run nil
plink -load Prod -t " env 'TERM=dumb' 'PROMPT_COMMAND=' 'PS1=#$ ' /bin/sh  -i " 
&& exit || exit
16:54:44.569315 tramp-flush-connection-property (7) # locked
16:54:44.569482 tramp-process-one-action (5) # Looking for regexp 
"\(.*\(user\|login\)\( .*\)?: *\)\'" from remote shell
16:54:44.569643 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.569784 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.570840 tramp-process-one-action (5) # Looking for regexp 
"\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|\)a\)\|geslo\|h\(?:\(?:as\|esl\)o\)\|iphasiwedi\|jelsz\|l\(?:ozinka\|senord\)\|m\(?:ot
 de passe\|t khu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: 
phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptaodis\)\|wachtwoord\|¾¸º\|°¾Œ\|¡”\|„©
 „±\|ऍऍ\|०à¤\|঍঍\|ও঍\|ਵà\|વàª\|ବà 
୕à\|஁ஊà\|ఇమ\|಍à²\|ാകàµ\|්à¶\|ធធឋ\|ー\|[ç]\|í\)\).*:? 
*\)\'" from remote shell
16:54:44.571062 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.571199 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.571602 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 
[[:digit:]]+\).*\)\'" from remote shell
16:54:44.571786 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.571922 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.572170 tramp-process-one-action (5) # Looking for regexp "\(^[^#$%>
]*[#$%>] *\)\'" from remote shell
16:54:44.572339 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.572478 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.572664 tramp-process-one-action (5) # Looking for regexp 
"\(\(?:^\|\)[^]#$%>
]*#?[]#$%>] *\(\[[[:digit:];]*[[:alpha:]] *\)*\)\'" from remote shell
16:54:44.572816 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.572951 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.573156 tramp-process-one-action (5) # Looking for regexp "\(\(Are you 
sure you want to continue connecting 
(yes/no\(?:\(?:/\[fingerprint]\)?)\?\)\)\s-*\)\'" from remote shell
16:54:44.573468 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.573672 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.573905 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
16:54:44.574123 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.574322 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.574503 tramp-process-one-action (5) # Looking for regexp "\(\(TERM = 
(.*)\|Terminal type\? \[.*\]\)\s-*\)\'" from remote shell
16:54:44.574664 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.574808 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.574973 tramp-process-one-action (5) # Looking for regexp "\(Access 
granted\. Press Return to begin session\. \)\'" from remote shell
16:54:44.575127 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.575264 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.575444 tramp-process-one-action (5) # Looking for regexp "\(^*Confirm 
user presence for key .*[
]*\)\'" from remote shell
16:54:44.575594 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.575731 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.575892 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from 
remote shell
16:54:44.576041 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.576180 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.576387 tramp-process-one-action (5) # Call tramp-action-process-alive
16:54:44.576552 tramp-get-connection-property (7) # locked nil; cache used: nil
16:54:44.576696 tramp-set-connection-property (7) # locked t
16:54:44.576863 tramp-accept-process-output (10) # *tramp/plinkx Prod* 0 run nil
plink -load Prod -t " env 'TERM=dumb' 'PROMPT_COMMAND=' 'PS1=#$ ' /bin/sh  -i " 
&& exit || exit
16:54:44.577027 tramp-flush-connection-property (7) # locked
16:54:44.577198 tramp-process-one-action (5) # Looking for regexp 
"\(.*\(user\|login\)\( .*\)?: *\)\'" from remote shell
16:54:44.577443 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.577611 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.578677 tramp-process-one-action (5) # Looking for regexp 
"\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|\)a\)\|geslo\|h\(?:\(?:as\|esl\)o\)\|iphasiwedi\|jelsz\|l\(?:ozinka\|senord\)\|m\(?:ot
 de passe\|t khu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: 
phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptaodis\)\|wachtwoord\|¾¸º\|°¾Œ\|¡”\|„©
 „±\|ऍऍ\|०à¤\|঍঍\|ও঍\|ਵà\|વàª\|ବà 
୕à\|஁ஊà\|ఇమ\|಍à²\|ാകàµ\|්à¶\|ធធឋ\|ー\|[ç]\|í\)\).*:? 
*\)\'" from remote shell
16:54:44.578907 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.579047 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.579463 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 
[[:digit:]]+\).*\)\'" from remote shell
16:54:44.579642 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.579785 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.580039 tramp-process-one-action (5) # Looking for regexp "\(^[^#$%>
]*[#$%>] *\)\'" from remote shell
16:54:44.580194 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.580353 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.580544 tramp-process-one-action (5) # Looking for regexp 
"\(\(?:^\|\)[^]#$%>
]*#?[]#$%>] *\(\[[[:digit:];]*[[:alpha:]] *\)*\)\'" from remote shell
16:54:44.580697 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.580839 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.581049 tramp-process-one-action (5) # Looking for regexp "\(\(Are you 
sure you want to continue connecting 
(yes/no\(?:\(?:/\[fingerprint]\)?)\?\)\)\s-*\)\'" from remote shell
16:54:44.581207 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.581399 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.581579 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
16:54:44.581792 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.581936 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.582106 tramp-process-one-action (5) # Looking for regexp "\(\(TERM = 
(.*)\|Terminal type\? \[.*\]\)\s-*\)\'" from remote shell
16:54:44.582272 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.582421 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.582589 tramp-process-one-action (5) # Looking for regexp "\(Access 
granted\. Press Return to begin session\. \)\'" from remote shell
16:54:44.582741 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.582879 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.583046 tramp-process-one-action (5) # Looking for regexp "\(^*Confirm 
user presence for key .*[
]*\)\'" from remote shell
16:54:44.583197 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.583387 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.583553 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from 
remote shell
16:54:44.583712 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.583848 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.584007 tramp-process-one-action (5) # Call tramp-action-process-alive
16:54:44.584165 tramp-get-connection-property (7) # locked nil; cache used: nil
16:54:44.584324 tramp-set-connection-property (7) # locked t
16:54:44.584488 tramp-accept-process-output (10) # *tramp/plinkx Prod* 0 run nil
plink -load Prod -t " env 'TERM=dumb' 'PROMPT_COMMAND=' 'PS1=#$ ' /bin/sh  -i " 
&& exit || exit
16:54:44.584646 tramp-flush-connection-property (7) # locked
16:54:44.584812 tramp-process-one-action (5) # Looking for regexp 
"\(.*\(user\|login\)\( .*\)?: *\)\'" from remote shell
16:54:44.584973 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.585113 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.586177 tramp-process-one-action (5) # Looking for regexp 
"\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|\)a\)\|geslo\|h\(?:\(?:as\|esl\)o\)\|iphasiwedi\|jelsz\|l\(?:ozinka\|senord\)\|m\(?:ot
 de passe\|t khu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: 
phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptaodis\)\|wachtwoord\|¾¸º\|°¾Œ\|¡”\|„©
 „±\|ऍऍ\|०à¤\|঍঍\|ও঍\|ਵà\|વàª\|ବà 
୕à\|஁ஊà\|ఇమ\|಍à²\|ാകàµ\|්à¶\|ធធឋ\|ー\|[ç]\|í\)\).*:? 
*\)\'" from remote shell
16:54:44.586421 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.586565 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.586962 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 
[[:digit:]]+\).*\)\'" from remote shell
16:54:44.587139 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.587299 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.587555 tramp-process-one-action (5) # Looking for regexp "\(^[^#$%>
]*[#$%>] *\)\'" from remote shell
16:54:44.587721 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.587859 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.588057 tramp-process-one-action (5) # Looking for regexp 
"\(\(?:^\|\)[^]#$%>
]*#?[]#$%>] *\(\[[[:digit:];]*[[:alpha:]] *\)*\)\'" from remote shell
16:54:44.588218 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.588462 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.588703 tramp-process-one-action (5) # Looking for regexp "\(\(Are you 
sure you want to continue connecting 
(yes/no\(?:\(?:/\[fingerprint]\)?)\?\)\)\s-*\)\'" from remote shell
16:54:44.588872 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.589018 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.589202 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
16:54:44.589386 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.589529 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.589703 tramp-process-one-action (5) # Looking for regexp "\(\(TERM = 
(.*)\|Terminal type\? \[.*\]\)\s-*\)\'" from remote shell
16:54:44.589874 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.590022 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.590258 tramp-process-one-action (5) # Looking for regexp "\(Access 
granted\. Press Return to begin session\. \)\'" from remote shell
16:54:44.590424 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.590564 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.590730 tramp-process-one-action (5) # Looking for regexp "\(^*Confirm 
user presence for key .*[
]*\)\'" from remote shell
16:54:44.590890 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.591035 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.591200 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from 
remote shell
16:54:44.591368 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.591507 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.591668 tramp-process-one-action (5) # Call tramp-action-process-alive
16:54:44.591829 tramp-get-connection-property (7) # locked nil; cache used: nil
16:54:44.591981 tramp-set-connection-property (7) # locked t
16:54:44.592149 tramp-accept-process-output (10) # *tramp/plinkx Prod* 0 run nil
plink -load Prod -t " env 'TERM=dumb' 'PROMPT_COMMAND=' 'PS1=#$ ' /bin/sh  -i " 
&& exit || exit
16:54:44.592328 tramp-flush-connection-property (7) # locked
16:54:44.592503 tramp-process-one-action (5) # Looking for regexp 
"\(.*\(user\|login\)\( .*\)?: *\)\'" from remote shell
16:54:44.592669 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.592818 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.593959 tramp-process-one-action (5) # Looking for regexp 
"\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|\)a\)\|geslo\|h\(?:\(?:as\|esl\)o\)\|iphasiwedi\|jelsz\|l\(?:ozinka\|senord\)\|m\(?:ot
 de passe\|t khu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: 
phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptaodis\)\|wachtwoord\|¾¸º\|°¾Œ\|¡”\|„©
 „±\|ऍऍ\|०à¤\|঍঍\|ও঍\|ਵà\|વàª\|ବà 
୕à\|஁ஊà\|ఇమ\|಍à²\|ാകàµ\|්à¶\|ធធឋ\|ー\|[ç]\|í\)\).*:? 
*\)\'" from remote shell
16:54:44.594208 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.594372 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.594779 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 
[[:digit:]]+\).*\)\'" from remote shell
16:54:44.594967 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.595110 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.595383 tramp-process-one-action (5) # Looking for regexp "\(^[^#$%>
]*[#$%>] *\)\'" from remote shell
16:54:44.595543 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.595682 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.595882 tramp-process-one-action (5) # Looking for regexp 
"\(\(?:^\|\)[^]#$%>
]*#?[]#$%>] *\(\[[[:digit:];]*[[:alpha:]] *\)*\)\'" from remote shell
16:54:44.596043 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.596185 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.596409 tramp-process-one-action (5) # Looking for regexp "\(\(Are you 
sure you want to continue connecting 
(yes/no\(?:\(?:/\[fingerprint]\)?)\?\)\)\s-*\)\'" from remote shell
16:54:44.596570 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.596711 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.596885 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
16:54:44.597046 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.597186 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.597368 tramp-process-one-action (5) # Looking for regexp "\(\(TERM = 
(.*)\|Terminal type\? \[.*\]\)\s-*\)\'" from remote shell
16:54:44.597521 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.597667 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.597835 tramp-process-one-action (5) # Looking for regexp "\(Access 
granted\. Press Return to begin session\. \)\'" from remote shell
16:54:44.597990 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.598129 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.598343 tramp-process-one-action (5) # Looking for regexp "\(^*Confirm 
user presence for key .*[
]*\)\'" from remote shell
16:54:44.598579 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.598779 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.599009 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from 
remote shell
16:54:44.599165 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.599413 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.599603 tramp-process-one-action (5) # Call tramp-action-process-alive
16:54:44.599773 tramp-get-connection-property (7) # locked nil; cache used: nil
16:54:44.599925 tramp-set-connection-property (7) # locked t
16:54:44.600096 tramp-accept-process-output (10) # *tramp/plinkx Prod* 0 run nil
plink -load Prod -t " env 'TERM=dumb' 'PROMPT_COMMAND=' 'PS1=#$ ' /bin/sh  -i " 
&& exit || exit
16:54:44.600276 tramp-flush-connection-property (7) # locked
16:54:44.600442 tramp-process-one-action (5) # Looking for regexp 
"\(.*\(user\|login\)\( .*\)?: *\)\'" from remote shell
16:54:44.600608 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.600756 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.601817 tramp-process-one-action (5) # Looking for regexp 
"\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|\)a\)\|geslo\|h\(?:\(?:as\|esl\)o\)\|iphasiwedi\|jelsz\|l\(?:ozinka\|senord\)\|m\(?:ot
 de passe\|t khu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: 
phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptaodis\)\|wachtwoord\|¾¸º\|°¾Œ\|¡”\|„©
 „±\|ऍऍ\|०à¤\|঍঍\|ও঍\|ਵà\|વàª\|ବà 
୕à\|஁ஊà\|ఇమ\|಍à²\|ാകàµ\|්à¶\|ធធឋ\|ー\|[ç]\|í\)\).*:? 
*\)\'" from remote shell
16:54:44.602044 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.602189 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.602608 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 
[[:digit:]]+\).*\)\'" from remote shell
16:54:44.602797 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.602946 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.603198 tramp-process-one-action (5) # Looking for regexp "\(^[^#$%>
]*[#$%>] *\)\'" from remote shell
16:54:44.603368 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.603507 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.603701 tramp-process-one-action (5) # Looking for regexp 
"\(\(?:^\|\)[^]#$%>
]*#?[]#$%>] *\(\[[[:digit:];]*[[:alpha:]] *\)*\)\'" from remote shell
16:54:44.603859 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.604012 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.604236 tramp-process-one-action (5) # Looking for regexp "\(\(Are you 
sure you want to continue connecting 
(yes/no\(?:\(?:/\[fingerprint]\)?)\?\)\)\s-*\)\'" from remote shell
16:54:44.604398 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.604540 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.604719 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
16:54:44.604884 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.605021 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.605190 tramp-process-one-action (5) # Looking for regexp "\(\(TERM = 
(.*)\|Terminal type\? \[.*\]\)\s-*\)\'" from remote shell
16:54:44.605359 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.605505 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.605675 tramp-process-one-action (5) # Looking for regexp "\(Access 
granted\. Press Return to begin session\. \)\'" from remote shell
16:54:44.605832 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.605969 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.606131 tramp-process-one-action (5) # Looking for regexp "\(^*Confirm 
user presence for key .*[
]*\)\'" from remote shell
16:54:44.606342 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.606487 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.606651 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from 
remote shell
16:54:44.606799 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.606935 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.607277 tramp-process-one-action (5) # Call tramp-action-process-alive
16:54:44.607639 tramp-get-connection-property (7) # locked nil; cache used: nil
16:54:44.608026 tramp-set-connection-property (7) # locked t
16:54:44.608294 tramp-accept-process-output (10) # *tramp/plinkx Prod* 0 run nil
plink -load Prod -t " env 'TERM=dumb' 'PROMPT_COMMAND=' 'PS1=#$ ' /bin/sh  -i " 
&& exit || exit
16:54:44.608526 tramp-flush-connection-property (7) # locked
16:54:44.608703 tramp-process-one-action (5) # Looking for regexp 
"\(.*\(user\|login\)\( .*\)?: *\)\'" from remote shell
16:54:44.608873 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.609023 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.610090 tramp-process-one-action (5) # Looking for regexp 
"\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|\)a\)\|geslo\|h\(?:\(?:as\|esl\)o\)\|iphasiwedi\|jelsz\|l\(?:ozinka\|senord\)\|m\(?:ot
 de passe\|t khu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: 
phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptaodis\)\|wachtwoord\|¾¸º\|°¾Œ\|¡”\|„©
 „±\|ऍऍ\|०à¤\|঍঍\|ও঍\|ਵà\|વàª\|ବà 
୕à\|஁ஊà\|ఇమ\|಍à²\|ാകàµ\|්à¶\|ធធឋ\|ー\|[ç]\|í\)\).*:? 
*\)\'" from remote shell
16:54:44.610414 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.610578 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.610990 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 
[[:digit:]]+\).*\)\'" from remote shell
16:54:44.611183 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.611348 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.611606 tramp-process-one-action (5) # Looking for regexp "\(^[^#$%>
]*[#$%>] *\)\'" from remote shell
16:54:44.611766 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.611906 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.612101 tramp-process-one-action (5) # Looking for regexp 
"\(\(?:^\|\)[^]#$%>
]*#?[]#$%>] *\(\[[[:digit:];]*[[:alpha:]] *\)*\)\'" from remote shell
16:54:44.612313 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.612462 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.612676 tramp-process-one-action (5) # Looking for regexp "\(\(Are you 
sure you want to continue connecting 
(yes/no\(?:\(?:/\[fingerprint]\)?)\?\)\)\s-*\)\'" from remote shell
16:54:44.612837 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.612988 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.613163 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
16:54:44.613609 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.613989 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.614412 tramp-process-one-action (5) # Looking for regexp "\(\(TERM = 
(.*)\|Terminal type\? \[.*\]\)\s-*\)\'" from remote shell
16:54:44.614773 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.615131 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.615532 tramp-process-one-action (5) # Looking for regexp "\(Access 
granted\. Press Return to begin session\. \)\'" from remote shell
16:54:44.615899 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.616236 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.616621 tramp-process-one-action (5) # Looking for regexp "\(^*Confirm 
user presence for key .*[
]*\)\'" from remote shell
16:54:44.616985 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.617363 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.617784 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from 
remote shell
16:54:44.618180 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.618546 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.618956 tramp-process-one-action (5) # Call tramp-action-process-alive
16:54:44.619381 tramp-get-connection-property (7) # locked nil; cache used: nil
16:54:44.619762 tramp-set-connection-property (7) # locked t
16:54:44.620178 tramp-accept-process-output (10) # *tramp/plinkx Prod* 0 run nil
plink -load Prod -t " env 'TERM=dumb' 'PROMPT_COMMAND=' 'PS1=#$ ' /bin/sh  -i " 
&& exit || exit
16:54:44.620583 tramp-flush-connection-property (7) # locked
16:54:44.620988 tramp-process-one-action (5) # Looking for regexp 
"\(.*\(user\|login\)\( .*\)?: *\)\'" from remote shell
16:54:44.621408 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.621794 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.625716 tramp-process-one-action (5) # Looking for regexp 
"\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|\)a\)\|geslo\|h\(?:\(?:as\|esl\)o\)\|iphasiwedi\|jelsz\|l\(?:ozinka\|senord\)\|m\(?:ot
 de passe\|t khu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: 
phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptaodis\)\|wachtwoord\|¾¸º\|°¾Œ\|¡”\|„©
 „±\|ऍऍ\|०à¤\|঍঍\|ও঍\|ਵà\|વàª\|ବà 
୕à\|஁ஊà\|ఇమ\|಍à²\|ാകàµ\|්à¶\|ធធឋ\|ー\|[ç]\|í\)\).*:? 
*\)\'" from remote shell
16:54:44.626328 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.626676 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.627932 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 
[[:digit:]]+\).*\)\'" from remote shell
16:54:44.628450 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.628850 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.629622 tramp-process-one-action (5) # Looking for regexp "\(^[^#$%>
]*[#$%>] *\)\'" from remote shell
16:54:44.630055 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.630439 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.630956 tramp-process-one-action (5) # Looking for regexp 
"\(\(?:^\|\)[^]#$%>
]*#?[]#$%>] *\(\[[[:digit:];]*[[:alpha:]] *\)*\)\'" from remote shell
16:54:44.631379 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.631750 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.632328 tramp-process-one-action (5) # Looking for regexp "\(\(Are you 
sure you want to continue connecting 
(yes/no\(?:\(?:/\[fingerprint]\)?)\?\)\)\s-*\)\'" from remote shell
16:54:44.632742 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.633124 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.633575 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
16:54:44.633991 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.634374 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.634798 tramp-process-one-action (5) # Looking for regexp "\(\(TERM = 
(.*)\|Terminal type\? \[.*\]\)\s-*\)\'" from remote shell
16:54:44.635219 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.635568 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.635833 tramp-process-one-action (5) # Looking for regexp "\(Access 
granted\. Press Return to begin session\. \)\'" from remote shell
16:54:44.636013 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.636175 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.636349 tramp-process-one-action (5) # Looking for regexp "\(^*Confirm 
user presence for key .*[
]*\)\'" from remote shell
16:54:44.636540 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.636688 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.636859 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from 
remote shell
16:54:44.637008 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.637389 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.637567 tramp-process-one-action (5) # Call tramp-action-process-alive
16:54:44.637749 tramp-get-connection-property (7) # locked nil; cache used: nil
16:54:44.637902 tramp-set-connection-property (7) # locked t
16:54:44.638078 tramp-accept-process-output (10) # *tramp/plinkx Prod* 0 run nil
plink -load Prod -t " env 'TERM=dumb' 'PROMPT_COMMAND=' 'PS1=#$ ' /bin/sh  -i " 
&& exit || exit
16:54:44.638276 tramp-flush-connection-property (7) # locked
16:54:44.638448 tramp-process-one-action (5) # Looking for regexp 
"\(.*\(user\|login\)\( .*\)?: *\)\'" from remote shell
16:54:44.638615 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.638763 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.639870 tramp-process-one-action (5) # Looking for regexp 
"\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|\)a\)\|geslo\|h\(?:\(?:as\|esl\)o\)\|iphasiwedi\|jelsz\|l\(?:ozinka\|senord\)\|m\(?:ot
 de passe\|t khu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: 
phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptaodis\)\|wachtwoord\|¾¸º\|°¾Œ\|¡”\|„©
 „±\|ऍऍ\|०à¤\|঍঍\|ও঍\|ਵà\|વàª\|ବà 
୕à\|஁ஊà\|ఇమ\|಍à²\|ാകàµ\|්à¶\|ធធឋ\|ー\|[ç]\|í\)\).*:? 
*\)\'" from remote shell
16:54:44.640103 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.640362 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.641368 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 
[[:digit:]]+\).*\)\'" from remote shell
16:54:44.641681 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.641861 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.642141 tramp-process-one-action (5) # Looking for regexp "\(^[^#$%>
]*[#$%>] *\)\'" from remote shell
16:54:44.642308 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.642449 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.642655 tramp-process-one-action (5) # Looking for regexp 
"\(\(?:^\|\)[^]#$%>
]*#?[]#$%>] *\(\[[[:digit:];]*[[:alpha:]] *\)*\)\'" from remote shell
16:54:44.642821 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.642966 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.643266 tramp-process-one-action (5) # Looking for regexp "\(\(Are you 
sure you want to continue connecting 
(yes/no\(?:\(?:/\[fingerprint]\)?)\?\)\)\s-*\)\'" from remote shell
16:54:44.643462 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.643617 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.643801 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
16:54:44.643968 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.644127 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.644302 tramp-process-one-action (5) # Looking for regexp "\(\(TERM = 
(.*)\|Terminal type\? \[.*\]\)\s-*\)\'" from remote shell
16:54:44.644460 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.644612 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.695691 tramp-process-one-action (5) # Looking for regexp "\(Access 
granted\. Press Return to begin session\. \)\'" from remote shell
16:54:44.695913 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.696087 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.696267 tramp-process-one-action (5) # Looking for regexp "\(^*Confirm 
user presence for key .*[
]*\)\'" from remote shell
16:54:44.696427 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.696569 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.696733 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from 
remote shell
16:54:44.696882 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.697037 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.697199 tramp-process-one-action (5) # Call tramp-action-process-alive
16:54:44.697358 tramp-get-connection-property (7) # locked nil; cache used: nil
16:54:44.697498 tramp-set-connection-property (7) # locked t
16:54:44.697667 tramp-accept-process-output (10) # *tramp/plinkx Prod* 0 run nil
plink -load Prod -t " env 'TERM=dumb' 'PROMPT_COMMAND=' 'PS1=#$ ' /bin/sh  -i " 
&& exit || exit
16:54:44.697833 tramp-flush-connection-property (7) # locked
16:54:44.698068 tramp-process-one-action (5) # Looking for regexp 
"\(.*\(user\|login\)\( .*\)?: *\)\'" from remote shell
16:54:44.698264 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.698410 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.699498 tramp-process-one-action (5) # Looking for regexp 
"\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|\)a\)\|geslo\|h\(?:\(?:as\|esl\)o\)\|iphasiwedi\|jelsz\|l\(?:ozinka\|senord\)\|m\(?:ot
 de passe\|t khu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: 
phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptaodis\)\|wachtwoord\|¾¸º\|°¾Œ\|¡”\|„©
 „±\|ऍऍ\|०à¤\|঍঍\|ও঍\|ਵà\|વàª\|ବà 
୕à\|஁ஊà\|ఇమ\|಍à²\|ാകàµ\|්à¶\|ធធឋ\|ー\|[ç]\|í\)\).*:? 
*\)\'" from remote shell
16:54:44.699788 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.699930 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.700341 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 
[[:digit:]]+\).*\)\'" from remote shell
16:54:44.700522 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.700662 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.700920 tramp-process-one-action (5) # Looking for regexp "\(^[^#$%>
]*[#$%>] *\)\'" from remote shell
16:54:44.701090 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.701228 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.701415 tramp-process-one-action (5) # Looking for regexp 
"\(\(?:^\|\)[^]#$%>
]*#?[]#$%>] *\(\[[[:digit:];]*[[:alpha:]] *\)*\)\'" from remote shell
16:54:44.701566 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.701704 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.701911 tramp-process-one-action (5) # Looking for regexp "\(\(Are you 
sure you want to continue connecting 
(yes/no\(?:\(?:/\[fingerprint]\)?)\?\)\)\s-*\)\'" from remote shell
16:54:44.702085 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.702222 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.702393 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
16:54:44.702548 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.702682 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.702846 tramp-process-one-action (5) # Looking for regexp "\(\(TERM = 
(.*)\|Terminal type\? \[.*\]\)\s-*\)\'" from remote shell
16:54:44.703123 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.703308 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.703485 tramp-process-one-action (5) # Looking for regexp "\(Access 
granted\. Press Return to begin session\. \)\'" from remote shell
16:54:44.703642 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.703779 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.703955 tramp-process-one-action (5) # Looking for regexp "\(^*Confirm 
user presence for key .*[
]*\)\'" from remote shell
16:54:44.704111 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.704247 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.704406 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from 
remote shell
16:54:44.704550 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.704684 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.704841 tramp-process-one-action (5) # Call tramp-action-process-alive
16:54:44.705024 tramp-get-connection-property (7) # locked nil; cache used: nil
16:54:44.705167 tramp-set-connection-property (7) # locked t
16:54:44.705331 tramp-accept-process-output (10) # *tramp/plinkx Prod* 0 run nil
plink -load Prod -t " env 'TERM=dumb' 'PROMPT_COMMAND=' 'PS1=#$ ' /bin/sh  -i " 
&& exit || exit
16:54:44.705492 tramp-flush-connection-property (7) # locked
16:54:44.705653 tramp-process-one-action (5) # Looking for regexp 
"\(.*\(user\|login\)\( .*\)?: *\)\'" from remote shell
16:54:44.705809 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.705962 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.707033 tramp-process-one-action (5) # Looking for regexp 
"\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|\)a\)\|geslo\|h\(?:\(?:as\|esl\)o\)\|iphasiwedi\|jelsz\|l\(?:ozinka\|senord\)\|m\(?:ot
 de passe\|t khu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: 
phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptaodis\)\|wachtwoord\|¾¸º\|°¾Œ\|¡”\|„©
 „±\|ऍऍ\|०à¤\|঍঍\|ও঍\|ਵà\|વàª\|ବà 
୕à\|஁ஊà\|ఇమ\|಍à²\|ാകàµ\|්à¶\|ធធឋ\|ー\|[ç]\|í\)\).*:? 
*\)\'" from remote shell
16:54:44.707259 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.707399 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.707790 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 
[[:digit:]]+\).*\)\'" from remote shell
16:54:44.708165 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.708452 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.708860 tramp-process-one-action (5) # Looking for regexp "\(^[^#$%>
]*[#$%>] *\)\'" from remote shell
16:54:44.709142 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.709344 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.709608 tramp-process-one-action (5) # Looking for regexp 
"\(\(?:^\|\)[^]#$%>
]*#?[]#$%>] *\(\[[[:digit:];]*[[:alpha:]] *\)*\)\'" from remote shell
16:54:44.709816 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.710009 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.710227 tramp-process-one-action (5) # Looking for regexp "\(\(Are you 
sure you want to continue connecting 
(yes/no\(?:\(?:/\[fingerprint]\)?)\?\)\)\s-*\)\'" from remote shell
16:54:44.710394 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.710545 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.710722 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
16:54:44.710882 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.711034 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.711204 tramp-process-one-action (5) # Looking for regexp "\(\(TERM = 
(.*)\|Terminal type\? \[.*\]\)\s-*\)\'" from remote shell
16:54:44.711361 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.711500 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.711665 tramp-process-one-action (5) # Looking for regexp "\(Access 
granted\. Press Return to begin session\. \)\'" from remote shell
16:54:44.711817 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.711965 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.712138 tramp-process-one-action (5) # Looking for regexp "\(^*Confirm 
user presence for key .*[
]*\)\'" from remote shell
16:54:44.712285 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.712424 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.712583 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from 
remote shell
16:54:44.712728 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.712867 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.713038 tramp-process-one-action (5) # Call tramp-action-process-alive
16:54:44.713191 tramp-get-connection-property (7) # locked nil; cache used: nil
16:54:44.713334 tramp-set-connection-property (7) # locked t
16:54:44.713503 tramp-accept-process-output (10) # *tramp/plinkx Prod* 0 run nil
plink -load Prod -t " env 'TERM=dumb' 'PROMPT_COMMAND=' 'PS1=#$ ' /bin/sh  -i " 
&& exit || exit
16:54:44.713663 tramp-flush-connection-property (7) # locked
16:54:44.713828 tramp-process-one-action (5) # Looking for regexp 
"\(.*\(user\|login\)\( .*\)?: *\)\'" from remote shell
16:54:44.714002 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.714142 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.715203 tramp-process-one-action (5) # Looking for regexp 
"\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|\)a\)\|geslo\|h\(?:\(?:as\|esl\)o\)\|iphasiwedi\|jelsz\|l\(?:ozinka\|senord\)\|m\(?:ot
 de passe\|t khu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: 
phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptaodis\)\|wachtwoord\|¾¸º\|°¾Œ\|¡”\|„©
 „±\|ऍऍ\|०à¤\|঍঍\|ও঍\|ਵà\|વàª\|ବà 
୕à\|஁ஊà\|ఇమ\|಍à²\|ാകàµ\|්à¶\|ធធឋ\|ー\|[ç]\|í\)\).*:? 
*\)\'" from remote shell
16:54:44.715429 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.715569 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.715980 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 
[[:digit:]]+\).*\)\'" from remote shell
16:54:44.716160 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.716298 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.716550 tramp-process-one-action (5) # Looking for regexp "\(^[^#$%>
]*[#$%>] *\)\'" from remote shell
16:54:44.716705 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.716842 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.717113 tramp-process-one-action (5) # Looking for regexp 
"\(\(?:^\|\)[^]#$%>
]*#?[]#$%>] *\(\[[[:digit:];]*[[:alpha:]] *\)*\)\'" from remote shell
16:54:44.717295 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.717451 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.717663 tramp-process-one-action (5) # Looking for regexp "\(\(Are you 
sure you want to continue connecting 
(yes/no\(?:\(?:/\[fingerprint]\)?)\?\)\)\s-*\)\'" from remote shell
16:54:44.717878 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.718078 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.718256 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
16:54:44.718415 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.718551 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.718721 tramp-process-one-action (5) # Looking for regexp "\(\(TERM = 
(.*)\|Terminal type\? \[.*\]\)\s-*\)\'" from remote shell
16:54:44.718878 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.719032 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.719199 tramp-process-one-action (5) # Looking for regexp "\(Access 
granted\. Press Return to begin session\. \)\'" from remote shell
16:54:44.719354 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.719492 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.719655 tramp-process-one-action (5) # Looking for regexp "\(^*Confirm 
user presence for key .*[
]*\)\'" from remote shell
16:54:44.719802 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.720025 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.720260 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from 
remote shell
16:54:44.720467 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.720662 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.720879 tramp-process-one-action (5) # Call tramp-action-process-alive
16:54:44.721068 tramp-get-connection-property (7) # locked nil; cache used: nil
16:54:44.721222 tramp-set-connection-property (7) # locked t
16:54:44.721393 tramp-accept-process-output (10) # *tramp/plinkx Prod* 0 run nil
plink -load Prod -t " env 'TERM=dumb' 'PROMPT_COMMAND=' 'PS1=#$ ' /bin/sh  -i " 
&& exit || exit
16:54:44.721557 tramp-flush-connection-property (7) # locked
16:54:44.721717 tramp-process-one-action (5) # Looking for regexp 
"\(.*\(user\|login\)\( .*\)?: *\)\'" from remote shell
16:54:44.721883 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.722043 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.723093 tramp-process-one-action (5) # Looking for regexp 
"\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|\)a\)\|geslo\|h\(?:\(?:as\|esl\)o\)\|iphasiwedi\|jelsz\|l\(?:ozinka\|senord\)\|m\(?:ot
 de passe\|t khu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: 
phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptaodis\)\|wachtwoord\|¾¸º\|°¾Œ\|¡”\|„©
 „±\|ऍऍ\|०à¤\|঍঍\|ও঍\|ਵà\|વàª\|ବà 
୕à\|஁ஊà\|ఇమ\|಍à²\|ാകàµ\|්à¶\|ធធឋ\|ー\|[ç]\|í\)\).*:? 
*\)\'" from remote shell
16:54:44.723319 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.723463 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.724030 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 
[[:digit:]]+\).*\)\'" from remote shell
16:54:44.724239 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.724401 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.724657 tramp-process-one-action (5) # Looking for regexp "\(^[^#$%>
]*[#$%>] *\)\'" from remote shell
16:54:44.724814 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.724969 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.725162 tramp-process-one-action (5) # Looking for regexp 
"\(\(?:^\|\)[^]#$%>
]*#?[]#$%>] *\(\[[[:digit:];]*[[:alpha:]] *\)*\)\'" from remote shell
16:54:44.725329 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.725470 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.725682 tramp-process-one-action (5) # Looking for regexp "\(\(Are you 
sure you want to continue connecting 
(yes/no\(?:\(?:/\[fingerprint]\)?)\?\)\)\s-*\)\'" from remote shell
16:54:44.725840 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.725999 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.726176 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
16:54:44.726341 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.726481 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.726648 tramp-process-one-action (5) # Looking for regexp "\(\(TERM = 
(.*)\|Terminal type\? \[.*\]\)\s-*\)\'" from remote shell
16:54:44.726804 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.727007 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.727238 tramp-process-one-action (5) # Looking for regexp "\(Access 
granted\. Press Return to begin session\. \)\'" from remote shell
16:54:44.727453 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.727681 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.727850 tramp-process-one-action (5) # Looking for regexp "\(^*Confirm 
user presence for key .*[
]*\)\'" from remote shell
16:54:44.728024 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.728165 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.728329 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from 
remote shell
16:54:44.728482 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.728620 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.728780 tramp-process-one-action (5) # Call tramp-action-process-alive
16:54:44.728957 tramp-get-connection-property (7) # locked nil; cache used: nil
16:54:44.729105 tramp-set-connection-property (7) # locked t
16:54:44.729269 tramp-accept-process-output (10) # *tramp/plinkx Prod* 0 run nil
plink -load Prod -t " env 'TERM=dumb' 'PROMPT_COMMAND=' 'PS1=#$ ' /bin/sh  -i " 
&& exit || exit
16:54:44.729429 tramp-flush-connection-property (7) # locked
16:54:44.729592 tramp-process-one-action (5) # Looking for regexp 
"\(.*\(user\|login\)\( .*\)?: *\)\'" from remote shell
16:54:44.729765 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.729922 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.731051 tramp-process-one-action (5) # Looking for regexp 
"\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|\)a\)\|geslo\|h\(?:\(?:as\|esl\)o\)\|iphasiwedi\|jelsz\|l\(?:ozinka\|senord\)\|m\(?:ot
 de passe\|t khu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: 
phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptaodis\)\|wachtwoord\|¾¸º\|°¾Œ\|¡”\|„©
 „±\|ऍऍ\|०à¤\|঍঍\|ও঍\|ਵà\|વàª\|ବà 
୕à\|஁ஊà\|ఇమ\|಍à²\|ാകàµ\|්à¶\|ធធឋ\|ー\|[ç]\|í\)\).*:? 
*\)\'" from remote shell
16:54:44.731302 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.731444 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.731849 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 
[[:digit:]]+\).*\)\'" from remote shell
16:54:44.732052 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.732197 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.732449 tramp-process-one-action (5) # Looking for regexp "\(^[^#$%>
]*[#$%>] *\)\'" from remote shell
16:54:44.732614 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.732753 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.732977 tramp-process-one-action (5) # Looking for regexp 
"\(\(?:^\|\)[^]#$%>
]*#?[]#$%>] *\(\[[[:digit:];]*[[:alpha:]] *\)*\)\'" from remote shell
16:54:44.733141 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.733286 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.733493 tramp-process-one-action (5) # Looking for regexp "\(\(Are you 
sure you want to continue connecting 
(yes/no\(?:\(?:/\[fingerprint]\)?)\?\)\)\s-*\)\'" from remote shell
16:54:44.733651 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.733792 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.733983 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
16:54:44.734145 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.734286 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.734451 tramp-process-one-action (5) # Looking for regexp "\(\(TERM = 
(.*)\|Terminal type\? \[.*\]\)\s-*\)\'" from remote shell
16:54:44.734606 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.734756 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.734954 tramp-process-one-action (5) # Looking for regexp "\(Access 
granted\. Press Return to begin session\. \)\'" from remote shell
16:54:44.735113 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.735251 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.735411 tramp-process-one-action (5) # Looking for regexp "\(^*Confirm 
user presence for key .*[
]*\)\'" from remote shell
16:54:44.735566 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.735705 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.735889 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from 
remote shell
16:54:44.736096 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.736288 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.736504 tramp-process-one-action (5) # Call tramp-action-process-alive
16:54:44.736716 tramp-get-connection-property (7) # locked nil; cache used: nil
16:54:44.736919 tramp-set-connection-property (7) # locked t
16:54:44.737094 tramp-accept-process-output (10) # *tramp/plinkx Prod* 0 run nil
plink -load Prod -t " env 'TERM=dumb' 'PROMPT_COMMAND=' 'PS1=#$ ' /bin/sh  -i " 
&& exit || exit
16:54:44.737255 tramp-flush-connection-property (7) # locked
16:54:44.737416 tramp-process-one-action (5) # Looking for regexp 
"\(.*\(user\|login\)\( .*\)?: *\)\'" from remote shell
16:54:44.737632 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.737783 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.738979 tramp-process-one-action (5) # Looking for regexp 
"\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|\)a\)\|geslo\|h\(?:\(?:as\|esl\)o\)\|iphasiwedi\|jelsz\|l\(?:ozinka\|senord\)\|m\(?:ot
 de passe\|t khu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: 
phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptaodis\)\|wachtwoord\|¾¸º\|°¾Œ\|¡”\|„©
 „±\|ऍऍ\|०à¤\|঍঍\|ও঍\|ਵà\|વàª\|ବà 
୕à\|஁ஊà\|ఇమ\|಍à²\|ാകàµ\|්à¶\|ធធឋ\|ー\|[ç]\|í\)\).*:? 
*\)\'" from remote shell
16:54:44.739229 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.739398 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.740500 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 
[[:digit:]]+\).*\)\'" from remote shell
16:54:44.740759 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.740958 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.741230 tramp-process-one-action (5) # Looking for regexp "\(^[^#$%>
]*[#$%>] *\)\'" from remote shell
16:54:44.741391 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.741531 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.741732 tramp-process-one-action (5) # Looking for regexp 
"\(\(?:^\|\)[^]#$%>
]*#?[]#$%>] *\(\[[[:digit:];]*[[:alpha:]] *\)*\)\'" from remote shell
16:54:44.741987 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.742199 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.742509 tramp-process-one-action (5) # Looking for regexp "\(\(Are you 
sure you want to continue connecting 
(yes/no\(?:\(?:/\[fingerprint]\)?)\?\)\)\s-*\)\'" from remote shell
16:54:44.742725 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.742923 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.743108 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
16:54:44.743275 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.743417 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.743587 tramp-process-one-action (5) # Looking for regexp "\(\(TERM = 
(.*)\|Terminal type\? \[.*\]\)\s-*\)\'" from remote shell
16:54:44.743742 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.743905 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.744078 tramp-process-one-action (5) # Looking for regexp "\(Access 
granted\. Press Return to begin session\. \)\'" from remote shell
16:54:44.744235 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.744372 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.744534 tramp-process-one-action (5) # Looking for regexp "\(^*Confirm 
user presence for key .*[
]*\)\'" from remote shell
16:54:44.744689 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.744839 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.745006 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from 
remote shell
16:54:44.745157 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.745292 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.745452 tramp-process-one-action (5) # Call tramp-action-process-alive
16:54:44.745611 tramp-get-connection-property (7) # locked nil; cache used: nil
16:54:44.745760 tramp-set-connection-property (7) # locked t
16:54:44.745940 tramp-accept-process-output (10) # *tramp/plinkx Prod* 0 run nil
plink -load Prod -t " env 'TERM=dumb' 'PROMPT_COMMAND=' 'PS1=#$ ' /bin/sh  -i " 
&& exit || exit
16:54:44.746101 tramp-flush-connection-property (7) # locked
16:54:44.746262 tramp-process-one-action (5) # Looking for regexp 
"\(.*\(user\|login\)\( .*\)?: *\)\'" from remote shell
16:54:44.746424 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.746567 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.748752 tramp-process-one-action (5) # Looking for regexp 
"\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|\)a\)\|geslo\|h\(?:\(?:as\|esl\)o\)\|iphasiwedi\|jelsz\|l\(?:ozinka\|senord\)\|m\(?:ot
 de passe\|t khu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: 
phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptaodis\)\|wachtwoord\|¾¸º\|°¾Œ\|¡”\|„©
 „±\|ऍऍ\|०à¤\|঍঍\|ও঍\|ਵà\|વàª\|ବà 
୕à\|஁ஊà\|ఇమ\|಍à²\|ാകàµ\|්à¶\|ធធឋ\|ー\|[ç]\|í\)\).*:? 
*\)\'" from remote shell
16:54:44.749026 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.749170 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.749571 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 
[[:digit:]]+\).*\)\'" from remote shell
16:54:44.749831 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.750055 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.750326 tramp-process-one-action (5) # Looking for regexp "\(^[^#$%>
]*[#$%>] *\)\'" from remote shell
16:54:44.750490 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.750653 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.750875 tramp-process-one-action (5) # Looking for regexp 
"\(\(?:^\|\)[^]#$%>
]*#?[]#$%>] *\(\[[[:digit:];]*[[:alpha:]] *\)*\)\'" from remote shell
16:54:44.751042 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.751197 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.751410 tramp-process-one-action (5) # Looking for regexp "\(\(Are you 
sure you want to continue connecting 
(yes/no\(?:\(?:/\[fingerprint]\)?)\?\)\)\s-*\)\'" from remote shell
16:54:44.751568 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.751712 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.751905 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
16:54:44.752067 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.752212 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.752382 tramp-process-one-action (5) # Looking for regexp "\(\(TERM = 
(.*)\|Terminal type\? \[.*\]\)\s-*\)\'" from remote shell
16:54:44.752560 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.752710 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.752960 tramp-process-one-action (5) # Looking for regexp "\(Access 
granted\. Press Return to begin session\. \)\'" from remote shell
16:54:44.753150 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.753296 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.753465 tramp-process-one-action (5) # Looking for regexp "\(^*Confirm 
user presence for key .*[
]*\)\'" from remote shell
16:54:44.753622 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.753762 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.753948 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from 
remote shell
16:54:44.754098 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.754237 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.754400 tramp-process-one-action (5) # Call tramp-action-process-alive
16:54:44.754557 tramp-get-connection-property (7) # locked nil; cache used: nil
16:54:44.754705 tramp-set-connection-property (7) # locked t
16:54:44.754893 tramp-accept-process-output (10) # *tramp/plinkx Prod* 0 run nil
plink -load Prod -t " env 'TERM=dumb' 'PROMPT_COMMAND=' 'PS1=#$ ' /bin/sh  -i " 
&& exit || exit
16:54:44.755056 tramp-flush-connection-property (7) # locked
16:54:44.755215 tramp-process-one-action (5) # Looking for regexp 
"\(.*\(user\|login\)\( .*\)?: *\)\'" from remote shell
16:54:44.755374 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.755523 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.756608 tramp-process-one-action (5) # Looking for regexp 
"\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|\)a\)\|geslo\|h\(?:\(?:as\|esl\)o\)\|iphasiwedi\|jelsz\|l\(?:ozinka\|senord\)\|m\(?:ot
 de passe\|t khu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: 
phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptaodis\)\|wachtwoord\|¾¸º\|°¾Œ\|¡”\|„©
 „±\|ऍऍ\|०à¤\|঍঍\|ও঍\|ਵà\|વàª\|ବà 
୕à\|஁ஊà\|ఇమ\|಍à²\|ാകàµ\|්à¶\|ធធឋ\|ー\|[ç]\|í\)\).*:? 
*\)\'" from remote shell
16:54:44.756850 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.756993 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.757387 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 
[[:digit:]]+\).*\)\'" from remote shell
16:54:44.757566 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.757710 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.757978 tramp-process-one-action (5) # Looking for regexp "\(^[^#$%>
]*[#$%>] *\)\'" from remote shell
16:54:44.758134 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.758270 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.758465 tramp-process-one-action (5) # Looking for regexp 
"\(\(?:^\|\)[^]#$%>
]*#?[]#$%>] *\(\[[[:digit:];]*[[:alpha:]] *\)*\)\'" from remote shell
16:54:44.758622 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.758763 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.758987 tramp-process-one-action (5) # Looking for regexp "\(\(Are you 
sure you want to continue connecting 
(yes/no\(?:\(?:/\[fingerprint]\)?)\?\)\)\s-*\)\'" from remote shell
16:54:44.759146 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.759285 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.759460 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
16:54:44.759675 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.759829 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.760021 tramp-process-one-action (5) # Looking for regexp "\(\(TERM = 
(.*)\|Terminal type\? \[.*\]\)\s-*\)\'" from remote shell
16:54:44.760177 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.760322 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.760489 tramp-process-one-action (5) # Looking for regexp "\(Access 
granted\. Press Return to begin session\. \)\'" from remote shell
16:54:44.760645 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.760780 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.760954 tramp-process-one-action (5) # Looking for regexp "\(^*Confirm 
user presence for key .*[
]*\)\'" from remote shell
16:54:44.761110 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.761255 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.761414 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from 
remote shell
16:54:44.761562 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.761701 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.761876 tramp-process-one-action (5) # Call tramp-action-process-alive
16:54:44.762036 tramp-get-connection-property (7) # locked nil; cache used: nil
16:54:44.762183 tramp-set-connection-property (7) # locked t
16:54:44.762345 tramp-accept-process-output (10) # *tramp/plinkx Prod* 0 run nil
plink -load Prod -t " env 'TERM=dumb' 'PROMPT_COMMAND=' 'PS1=#$ ' /bin/sh  -i " 
&& exit || exit
16:54:44.762503 tramp-flush-connection-property (7) # locked
16:54:44.762666 tramp-process-one-action (5) # Looking for regexp 
"\(.*\(user\|login\)\( .*\)?: *\)\'" from remote shell
16:54:44.762898 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.763048 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.764184 tramp-process-one-action (5) # Looking for regexp 
"\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|\)a\)\|geslo\|h\(?:\(?:as\|esl\)o\)\|iphasiwedi\|jelsz\|l\(?:ozinka\|senord\)\|m\(?:ot
 de passe\|t khu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: 
phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptaodis\)\|wachtwoord\|¾¸º\|°¾Œ\|¡”\|„©
 „±\|ऍऍ\|०à¤\|঍঍\|ও঍\|ਵà\|વàª\|ବà 
୕à\|஁ஊà\|ఇమ\|಍à²\|ാകàµ\|්à¶\|ធធឋ\|ー\|[ç]\|í\)\).*:? 
*\)\'" from remote shell
16:54:44.764437 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.764584 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.765002 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 
[[:digit:]]+\).*\)\'" from remote shell
16:54:44.765194 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.805309 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.805621 tramp-process-one-action (5) # Looking for regexp "\(^[^#$%>
]*[#$%>] *\)\'" from remote shell
16:54:44.805818 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.805969 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.806164 tramp-process-one-action (5) # Looking for regexp 
"\(\(?:^\|\)[^]#$%>
]*#?[]#$%>] *\(\[[[:digit:];]*[[:alpha:]] *\)*\)\'" from remote shell
16:54:44.806499 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.806652 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.806881 tramp-process-one-action (5) # Looking for regexp "\(\(Are you 
sure you want to continue connecting 
(yes/no\(?:\(?:/\[fingerprint]\)?)\?\)\)\s-*\)\'" from remote shell
16:54:44.807044 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.807183 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.807354 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
16:54:44.807512 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.807647 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.807955 tramp-process-one-action (5) # Looking for regexp "\(\(TERM = 
(.*)\|Terminal type\? \[.*\]\)\s-*\)\'" from remote shell
16:54:44.808131 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.808274 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.808441 tramp-process-one-action (5) # Looking for regexp "\(Access 
granted\. Press Return to begin session\. \)\'" from remote shell
16:54:44.808595 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.808812 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.808996 tramp-process-one-action (5) # Looking for regexp "\(^*Confirm 
user presence for key .*[
]*\)\'" from remote shell
16:54:44.809148 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.809285 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.809443 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from 
remote shell
16:54:44.809587 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.809747 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.809907 tramp-process-one-action (5) # Call tramp-action-process-alive
16:54:44.810063 tramp-get-connection-property (7) # locked nil; cache used: nil
16:54:44.810215 tramp-set-connection-property (7) # locked t
16:54:44.810383 tramp-accept-process-output (10) # *tramp/plinkx Prod* 0 run nil
plink -load Prod -t " env 'TERM=dumb' 'PROMPT_COMMAND=' 'PS1=#$ ' /bin/sh  -i " 
&& exit || exit
16:54:44.810547 tramp-flush-connection-property (7) # locked
16:54:44.810721 tramp-process-one-action (5) # Looking for regexp 
"\(.*\(user\|login\)\( .*\)?: *\)\'" from remote shell
16:54:44.810880 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.811024 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.812072 tramp-process-one-action (5) # Looking for regexp 
"\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|\)a\)\|geslo\|h\(?:\(?:as\|esl\)o\)\|iphasiwedi\|jelsz\|l\(?:ozinka\|senord\)\|m\(?:ot
 de passe\|t khu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: 
phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptaodis\)\|wachtwoord\|¾¸º\|°¾Œ\|¡”\|„©
 „±\|ऍऍ\|०à¤\|঍঍\|ও঍\|ਵà\|વàª\|ବà 
୕à\|஁ஊà\|ఇమ\|಍à²\|ാകàµ\|්à¶\|ធធឋ\|ー\|[ç]\|í\)\).*:? 
*\)\'" from remote shell
16:54:44.812296 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.812437 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.812847 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 
[[:digit:]]+\).*\)\'" from remote shell
16:54:44.813026 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.813165 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.813413 tramp-process-one-action (5) # Looking for regexp "\(^[^#$%>
]*[#$%>] *\)\'" from remote shell
16:54:44.813568 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.813720 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.813907 tramp-process-one-action (5) # Looking for regexp 
"\(\(?:^\|\)[^]#$%>
]*#?[]#$%>] *\(\[[[:digit:];]*[[:alpha:]] *\)*\)\'" from remote shell
16:54:44.814061 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.814198 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.814405 tramp-process-one-action (5) # Looking for regexp "\(\(Are you 
sure you want to continue connecting 
(yes/no\(?:\(?:/\[fingerprint]\)?)\?\)\)\s-*\)\'" from remote shell
16:54:44.814562 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.814786 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.814989 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
16:54:44.815159 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.815301 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.815471 tramp-process-one-action (5) # Looking for regexp "\(\(TERM = 
(.*)\|Terminal type\? \[.*\]\)\s-*\)\'" from remote shell
16:54:44.815627 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.815783 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.815950 tramp-process-one-action (5) # Looking for regexp "\(Access 
granted\. Press Return to begin session\. \)\'" from remote shell
16:54:44.816102 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.816240 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.816404 tramp-process-one-action (5) # Looking for regexp "\(^*Confirm 
user presence for key .*[
]*\)\'" from remote shell
16:54:44.816559 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.816708 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.816869 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from 
remote shell
16:54:44.817014 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.817151 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.817307 tramp-process-one-action (5) # Call tramp-action-process-alive
16:54:44.817459 tramp-get-connection-property (7) # locked nil; cache used: nil
16:54:44.817598 tramp-set-connection-property (7) # locked t
16:54:44.817780 tramp-accept-process-output (10) # *tramp/plinkx Prod* 0 run nil
plink -load Prod -t " env 'TERM=dumb' 'PROMPT_COMMAND=' 'PS1=#$ ' /bin/sh  -i " 
&& exit || exit
16:54:44.817942 tramp-flush-connection-property (7) # locked
16:54:44.818104 tramp-process-one-action (5) # Looking for regexp 
"\(.*\(user\|login\)\( .*\)?: *\)\'" from remote shell
16:54:44.818259 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.818401 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.820279 tramp-process-one-action (5) # Looking for regexp 
"\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|\)a\)\|geslo\|h\(?:\(?:as\|esl\)o\)\|iphasiwedi\|jelsz\|l\(?:ozinka\|senord\)\|m\(?:ot
 de passe\|t khu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: 
phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptaodis\)\|wachtwoord\|¾¸º\|°¾Œ\|¡”\|„©
 „±\|ऍऍ\|०à¤\|঍঍\|ও঍\|ਵà\|વàª\|ବà 
୕à\|஁ஊà\|ఇమ\|಍à²\|ാകàµ\|්à¶\|ធធឋ\|ー\|[ç]\|í\)\).*:? 
*\)\'" from remote shell
16:54:44.820591 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.820758 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.821167 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 
[[:digit:]]+\).*\)\'" from remote shell
16:54:44.821349 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.821492 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.821760 tramp-process-one-action (5) # Looking for regexp "\(^[^#$%>
]*[#$%>] *\)\'" from remote shell
16:54:44.821918 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.822059 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.822245 tramp-process-one-action (5) # Looking for regexp 
"\(\(?:^\|\)[^]#$%>
]*#?[]#$%>] *\(\[[[:digit:];]*[[:alpha:]] *\)*\)\'" from remote shell
16:54:44.822399 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.822539 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.822798 tramp-process-one-action (5) # Looking for regexp "\(\(Are you 
sure you want to continue connecting 
(yes/no\(?:\(?:/\[fingerprint]\)?)\?\)\)\s-*\)\'" from remote shell
16:54:44.822963 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.823105 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.823287 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
16:54:44.823450 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.823588 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.823772 tramp-process-one-action (5) # Looking for regexp "\(\(TERM = 
(.*)\|Terminal type\? \[.*\]\)\s-*\)\'" from remote shell
16:54:44.823930 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.824071 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.824234 tramp-process-one-action (5) # Looking for regexp "\(Access 
granted\. Press Return to begin session\. \)\'" from remote shell
16:54:44.824390 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.824530 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.824709 tramp-process-one-action (5) # Looking for regexp "\(^*Confirm 
user presence for key .*[
]*\)\'" from remote shell
16:54:44.824863 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.825003 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.825169 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from 
remote shell
16:54:44.825315 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.825454 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.825626 tramp-process-one-action (5) # Call tramp-action-process-alive
16:54:44.825780 tramp-get-connection-property (7) # locked nil; cache used: nil
16:54:44.825926 tramp-set-connection-property (7) # locked t
16:54:44.826315 tramp-accept-process-output (10) # *tramp/plinkx Prod* 0 run nil
plink -load Prod -t " env 'TERM=dumb' 'PROMPT_COMMAND=' 'PS1=#$ ' /bin/sh  -i " 
&& exit || exit
16:54:44.826478 tramp-flush-connection-property (7) # locked
16:54:44.826656 tramp-process-one-action (5) # Looking for regexp 
"\(.*\(user\|login\)\( .*\)?: *\)\'" from remote shell
16:54:44.826820 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.826964 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.828017 tramp-process-one-action (5) # Looking for regexp 
"\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|\)a\)\|geslo\|h\(?:\(?:as\|esl\)o\)\|iphasiwedi\|jelsz\|l\(?:ozinka\|senord\)\|m\(?:ot
 de passe\|t khu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: 
phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptaodis\)\|wachtwoord\|¾¸º\|°¾Œ\|¡”\|„©
 „±\|ऍऍ\|०à¤\|঍঍\|ও঍\|ਵà\|વàª\|ବà 
୕à\|஁ஊà\|ఇమ\|಍à²\|ാകàµ\|්à¶\|ធធឋ\|ー\|[ç]\|í\)\).*:? 
*\)\'" from remote shell
16:54:44.828240 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.828384 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.828795 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 
[[:digit:]]+\).*\)\'" from remote shell
16:54:44.828973 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.829113 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.829365 tramp-process-one-action (5) # Looking for regexp "\(^[^#$%>
]*[#$%>] *\)\'" from remote shell
16:54:44.829519 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.829743 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.830011 tramp-process-one-action (5) # Looking for regexp 
"\(\(?:^\|\)[^]#$%>
]*#?[]#$%>] *\(\[[[:digit:];]*[[:alpha:]] *\)*\)\'" from remote shell
16:54:44.830180 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.830326 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.830537 tramp-process-one-action (5) # Looking for regexp "\(\(Are you 
sure you want to continue connecting 
(yes/no\(?:\(?:/\[fingerprint]\)?)\?\)\)\s-*\)\'" from remote shell
16:54:44.830715 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.830862 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.831037 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
16:54:44.831200 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.831345 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.831513 tramp-process-one-action (5) # Looking for regexp "\(\(TERM = 
(.*)\|Terminal type\? \[.*\]\)\s-*\)\'" from remote shell
16:54:44.831684 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.831832 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.832004 tramp-process-one-action (5) # Looking for regexp "\(Access 
granted\. Press Return to begin session\. \)\'" from remote shell
16:54:44.832160 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.832297 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.832461 tramp-process-one-action (5) # Looking for regexp "\(^*Confirm 
user presence for key .*[
]*\)\'" from remote shell
16:54:44.832628 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.832771 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.832943 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from 
remote shell
16:54:44.833093 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.833230 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.833395 tramp-process-one-action (5) # Call tramp-action-process-alive
16:54:44.833555 tramp-get-connection-property (7) # locked nil; cache used: nil
16:54:44.833737 tramp-set-connection-property (7) # locked t
16:54:44.833906 tramp-accept-process-output (10) # *tramp/plinkx Prod* 0 run nil
plink -load Prod -t " env 'TERM=dumb' 'PROMPT_COMMAND=' 'PS1=#$ ' /bin/sh  -i " 
&& exit || exit
16:54:44.834081 tramp-flush-connection-property (7) # locked
16:54:44.834243 tramp-process-one-action (5) # Looking for regexp 
"\(.*\(user\|login\)\( .*\)?: *\)\'" from remote shell
16:54:44.834408 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.834555 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.836182 tramp-process-one-action (5) # Looking for regexp 
"\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|\)a\)\|geslo\|h\(?:\(?:as\|esl\)o\)\|iphasiwedi\|jelsz\|l\(?:ozinka\|senord\)\|m\(?:ot
 de passe\|t khu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: 
phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptaodis\)\|wachtwoord\|¾¸º\|°¾Œ\|¡”\|„©
 „±\|ऍऍ\|०à¤\|঍঍\|ও঍\|ਵà\|વàª\|ବà 
୕à\|஁ஊà\|ఇమ\|಍à²\|ാകàµ\|්à¶\|ធធឋ\|ー\|[ç]\|í\)\).*:? 
*\)\'" from remote shell
16:54:44.836411 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.836554 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.836992 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 
[[:digit:]]+\).*\)\'" from remote shell
16:54:44.837182 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.837325 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.837592 tramp-process-one-action (5) # Looking for regexp "\(^[^#$%>
]*[#$%>] *\)\'" from remote shell
16:54:44.837790 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.837931 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.838128 tramp-process-one-action (5) # Looking for regexp 
"\(\(?:^\|\)[^]#$%>
]*#?[]#$%>] *\(\[[[:digit:];]*[[:alpha:]] *\)*\)\'" from remote shell
16:54:44.838285 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.838427 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.838653 tramp-process-one-action (5) # Looking for regexp "\(\(Are you 
sure you want to continue connecting 
(yes/no\(?:\(?:/\[fingerprint]\)?)\?\)\)\s-*\)\'" from remote shell
16:54:44.839061 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.839403 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.839758 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
16:54:44.839946 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.840093 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.840264 tramp-process-one-action (5) # Looking for regexp "\(\(TERM = 
(.*)\|Terminal type\? \[.*\]\)\s-*\)\'" from remote shell
16:54:44.840426 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.840585 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.840847 tramp-process-one-action (5) # Looking for regexp "\(Access 
granted\. Press Return to begin session\. \)\'" from remote shell
16:54:44.841024 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.841173 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.841340 tramp-process-one-action (5) # Looking for regexp "\(^*Confirm 
user presence for key .*[
]*\)\'" from remote shell
16:54:44.841560 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.841722 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.841890 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from 
remote shell
16:54:44.842038 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.842180 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.842342 tramp-process-one-action (5) # Call tramp-action-process-alive
16:54:44.842505 tramp-get-connection-property (7) # locked nil; cache used: nil
16:54:44.842670 tramp-set-connection-property (7) # locked t
16:54:44.842843 tramp-accept-process-output (10) # *tramp/plinkx Prod* 0 run nil
plink -load Prod -t " env 'TERM=dumb' 'PROMPT_COMMAND=' 'PS1=#$ ' /bin/sh  -i " 
&& exit || exit
16:54:44.843005 tramp-flush-connection-property (7) # locked
16:54:44.843168 tramp-process-one-action (5) # Looking for regexp 
"\(.*\(user\|login\)\( .*\)?: *\)\'" from remote shell
16:54:44.843333 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.843489 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.844570 tramp-process-one-action (5) # Looking for regexp 
"\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|\)a\)\|geslo\|h\(?:\(?:as\|esl\)o\)\|iphasiwedi\|jelsz\|l\(?:ozinka\|senord\)\|m\(?:ot
 de passe\|t khu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: 
phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptaodis\)\|wachtwoord\|¾¸º\|°¾Œ\|¡”\|„©
 „±\|ऍऍ\|०à¤\|঍঍\|ও঍\|ਵà\|વàª\|ବà 
୕à\|஁ஊà\|ఇమ\|಍à²\|ാകàµ\|්à¶\|ធធឋ\|ー\|[ç]\|í\)\).*:? 
*\)\'" from remote shell
16:54:44.844812 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.844953 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.845352 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 
[[:digit:]]+\).*\)\'" from remote shell
16:54:44.845539 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.845699 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.845952 tramp-process-one-action (5) # Looking for regexp "\(^[^#$%>
]*[#$%>] *\)\'" from remote shell
16:54:44.846108 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.846248 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.846441 tramp-process-one-action (5) # Looking for regexp 
"\(\(?:^\|\)[^]#$%>
]*#?[]#$%>] *\(\[[[:digit:];]*[[:alpha:]] *\)*\)\'" from remote shell
16:54:44.846615 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.846762 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.846971 tramp-process-one-action (5) # Looking for regexp "\(\(Are you 
sure you want to continue connecting 
(yes/no\(?:\(?:/\[fingerprint]\)?)\?\)\)\s-*\)\'" from remote shell
16:54:44.847130 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.847276 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.847451 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
16:54:44.847631 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.847774 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.847942 tramp-process-one-action (5) # Looking for regexp "\(\(TERM = 
(.*)\|Terminal type\? \[.*\]\)\s-*\)\'" from remote shell
16:54:44.848098 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.848248 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.848419 tramp-process-one-action (5) # Looking for regexp "\(Access 
granted\. Press Return to begin session\. \)\'" from remote shell
16:54:44.848585 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.848725 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.848888 tramp-process-one-action (5) # Looking for regexp "\(^*Confirm 
user presence for key .*[
]*\)\'" from remote shell
16:54:44.849042 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.849179 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.849341 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from 
remote shell
16:54:44.849489 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.849639 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.849802 tramp-process-one-action (5) # Call tramp-action-process-alive
16:54:44.849962 tramp-get-connection-property (7) # locked nil; cache used: nil
16:54:44.850108 tramp-set-connection-property (7) # locked t
16:54:44.850271 tramp-accept-process-output (10) # *tramp/plinkx Prod* 0 run nil
plink -load Prod -t " env 'TERM=dumb' 'PROMPT_COMMAND=' 'PS1=#$ ' /bin/sh  -i " 
&& exit || exit
16:54:44.850430 tramp-flush-connection-property (7) # locked
16:54:44.850606 tramp-process-one-action (5) # Looking for regexp 
"\(.*\(user\|login\)\( .*\)?: *\)\'" from remote shell
16:54:44.850771 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.850917 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.852073 tramp-process-one-action (5) # Looking for regexp 
"\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|\)a\)\|geslo\|h\(?:\(?:as\|esl\)o\)\|iphasiwedi\|jelsz\|l\(?:ozinka\|senord\)\|m\(?:ot
 de passe\|t khu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: 
phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptaodis\)\|wachtwoord\|¾¸º\|°¾Œ\|¡”\|„©
 „±\|ऍऍ\|०à¤\|঍঍\|ও঍\|ਵà\|વàª\|ବà 
୕à\|஁ஊà\|ఇమ\|಍à²\|ാകàµ\|්à¶\|ធធឋ\|ー\|[ç]\|í\)\).*:? 
*\)\'" from remote shell
16:54:44.852378 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.852529 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.853219 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 
[[:digit:]]+\).*\)\'" from remote shell
16:54:44.853463 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.853656 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.853919 tramp-process-one-action (5) # Looking for regexp "\(^[^#$%>
]*[#$%>] *\)\'" from remote shell
16:54:44.854076 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.854214 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.854411 tramp-process-one-action (5) # Looking for regexp 
"\(\(?:^\|\)[^]#$%>
]*#?[]#$%>] *\(\[[[:digit:];]*[[:alpha:]] *\)*\)\'" from remote shell
16:54:44.854585 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.854731 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.854942 tramp-process-one-action (5) # Looking for regexp "\(\(Are you 
sure you want to continue connecting 
(yes/no\(?:\(?:/\[fingerprint]\)?)\?\)\)\s-*\)\'" from remote shell
16:54:44.855102 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.855247 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.855421 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
16:54:44.855628 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.855937 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.856237 tramp-process-one-action (5) # Looking for regexp "\(\(TERM = 
(.*)\|Terminal type\? \[.*\]\)\s-*\)\'" from remote shell
16:54:44.856433 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.856601 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.856777 tramp-process-one-action (5) # Looking for regexp "\(Access 
granted\. Press Return to begin session\. \)\'" from remote shell
16:54:44.856938 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.857078 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.857242 tramp-process-one-action (5) # Looking for regexp "\(^*Confirm 
user presence for key .*[
]*\)\'" from remote shell
16:54:44.857397 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.857571 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.857757 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from 
remote shell
16:54:44.857908 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.858048 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.858211 tramp-process-one-action (5) # Call tramp-action-process-alive
16:54:44.858372 tramp-get-connection-property (7) # locked nil; cache used: nil
16:54:44.858530 tramp-set-connection-property (7) # locked t
16:54:44.858790 tramp-accept-process-output (10) # *tramp/plinkx Prod* 0 run nil
plink -load Prod -t " env 'TERM=dumb' 'PROMPT_COMMAND=' 'PS1=#$ ' /bin/sh  -i " 
&& exit || exit
16:54:44.858965 tramp-flush-connection-property (7) # locked
16:54:44.859137 tramp-process-one-action (5) # Looking for regexp 
"\(.*\(user\|login\)\( .*\)?: *\)\'" from remote shell
16:54:44.859309 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.859455 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.860577 tramp-process-one-action (5) # Looking for regexp 
"\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|\)a\)\|geslo\|h\(?:\(?:as\|esl\)o\)\|iphasiwedi\|jelsz\|l\(?:ozinka\|senord\)\|m\(?:ot
 de passe\|t khu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: 
phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptaodis\)\|wachtwoord\|¾¸º\|°¾Œ\|¡”\|„©
 „±\|ऍऍ\|०à¤\|঍঍\|ও঍\|ਵà\|વàª\|ବà 
୕à\|஁ஊà\|ఇమ\|಍à²\|ാകàµ\|්à¶\|ធធឋ\|ー\|[ç]\|í\)\).*:? 
*\)\'" from remote shell
16:54:44.860827 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.860976 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.861383 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 
[[:digit:]]+\).*\)\'" from remote shell
16:54:44.861612 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.861767 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.862025 tramp-process-one-action (5) # Looking for regexp "\(^[^#$%>
]*[#$%>] *\)\'" from remote shell
16:54:44.862186 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.862328 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.862562 tramp-process-one-action (5) # Looking for regexp 
"\(\(?:^\|\)[^]#$%>
]*#?[]#$%>] *\(\[[[:digit:];]*[[:alpha:]] *\)*\)\'" from remote shell
16:54:44.862801 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.862962 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.863214 tramp-process-one-action (5) # Looking for regexp "\(\(Are you 
sure you want to continue connecting 
(yes/no\(?:\(?:/\[fingerprint]\)?)\?\)\)\s-*\)\'" from remote shell
16:54:44.863384 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.863572 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.863886 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
16:54:44.864135 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.864288 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.864462 tramp-process-one-action (5) # Looking for regexp "\(\(TERM = 
(.*)\|Terminal type\? \[.*\]\)\s-*\)\'" from remote shell
16:54:44.864643 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.864797 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.864975 tramp-process-one-action (5) # Looking for regexp "\(Access 
granted\. Press Return to begin session\. \)\'" from remote shell
16:54:44.865135 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.865275 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.865442 tramp-process-one-action (5) # Looking for regexp "\(^*Confirm 
user presence for key .*[
]*\)\'" from remote shell
16:54:44.865616 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.865758 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.865926 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from 
remote shell
16:54:44.866078 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.866217 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.866379 tramp-process-one-action (5) # Call tramp-action-process-alive
16:54:44.866583 tramp-get-connection-property (7) # locked nil; cache used: nil
16:54:44.866734 tramp-set-connection-property (7) # locked t
16:54:44.866903 tramp-accept-process-output (10) # *tramp/plinkx Prod* 0 run nil
plink -load Prod -t " env 'TERM=dumb' 'PROMPT_COMMAND=' 'PS1=#$ ' /bin/sh  -i " 
&& exit || exit
16:54:44.867072 tramp-flush-connection-property (7) # locked
16:54:44.867235 tramp-process-one-action (5) # Looking for regexp 
"\(.*\(user\|login\)\( .*\)?: *\)\'" from remote shell
16:54:44.867400 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.867574 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.868634 tramp-process-one-action (5) # Looking for regexp 
"\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|\)a\)\|geslo\|h\(?:\(?:as\|esl\)o\)\|iphasiwedi\|jelsz\|l\(?:ozinka\|senord\)\|m\(?:ot
 de passe\|t khu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: 
phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptaodis\)\|wachtwoord\|¾¸º\|°¾Œ\|¡”\|„©
 „±\|ऍऍ\|०à¤\|঍঍\|ও঍\|ਵà\|વàª\|ବà 
୕à\|஁ஊà\|ఇమ\|಍à²\|ാകàµ\|්à¶\|ធធឋ\|ー\|[ç]\|í\)\).*:? 
*\)\'" from remote shell
16:54:44.868863 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.869007 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.869412 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 
[[:digit:]]+\).*\)\'" from remote shell
16:54:44.869614 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.869766 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.870022 tramp-process-one-action (5) # Looking for regexp "\(^[^#$%>
]*[#$%>] *\)\'" from remote shell
16:54:44.870178 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.870316 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.870525 tramp-process-one-action (5) # Looking for regexp 
"\(\(?:^\|\)[^]#$%>
]*#?[]#$%>] *\(\[[[:digit:];]*[[:alpha:]] *\)*\)\'" from remote shell
16:54:44.870690 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.870858 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.871073 tramp-process-one-action (5) # Looking for regexp "\(\(Are you 
sure you want to continue connecting 
(yes/no\(?:\(?:/\[fingerprint]\)?)\?\)\)\s-*\)\'" from remote shell
16:54:44.871234 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.871376 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.871568 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
16:54:44.871735 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.871877 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.872048 tramp-process-one-action (5) # Looking for regexp "\(\(TERM = 
(.*)\|Terminal type\? \[.*\]\)\s-*\)\'" from remote shell
16:54:44.872211 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.872357 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.872541 tramp-process-one-action (5) # Looking for regexp "\(Access 
granted\. Press Return to begin session\. \)\'" from remote shell
16:54:44.872701 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.872838 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.873003 tramp-process-one-action (5) # Looking for regexp "\(^*Confirm 
user presence for key .*[
]*\)\'" from remote shell
16:54:44.873156 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.873299 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.918982 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from 
remote shell
16:54:44.919207 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.919386 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.919567 tramp-process-one-action (5) # Call tramp-action-process-alive
16:54:44.919731 tramp-get-connection-property (7) # locked nil; cache used: nil
16:54:44.919880 tramp-set-connection-property (7) # locked t
16:54:44.920055 tramp-accept-process-output (10) # *tramp/plinkx Prod* 0 run nil
plink -load Prod -t " env 'TERM=dumb' 'PROMPT_COMMAND=' 'PS1=#$ ' /bin/sh  -i " 
&& exit || exit
16:54:44.920223 tramp-flush-connection-property (7) # locked
16:54:44.920462 tramp-process-one-action (5) # Looking for regexp 
"\(.*\(user\|login\)\( .*\)?: *\)\'" from remote shell
16:54:44.920996 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.921164 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.923608 tramp-process-one-action (5) # Looking for regexp 
"\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|\)a\)\|geslo\|h\(?:\(?:as\|esl\)o\)\|iphasiwedi\|jelsz\|l\(?:ozinka\|senord\)\|m\(?:ot
 de passe\|t khu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: 
phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptaodis\)\|wachtwoord\|¾¸º\|°¾Œ\|¡”\|„©
 „±\|ऍऍ\|०à¤\|঍঍\|ও঍\|ਵà\|વàª\|ବà 
୕à\|஁ஊà\|ఇమ\|಍à²\|ാകàµ\|්à¶\|ធធឋ\|ー\|[ç]\|í\)\).*:? 
*\)\'" from remote shell
16:54:44.923888 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.924042 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.924541 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 
[[:digit:]]+\).*\)\'" from remote shell
16:54:44.924789 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.924989 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.925405 tramp-process-one-action (5) # Looking for regexp "\(^[^#$%>
]*[#$%>] *\)\'" from remote shell
16:54:44.925575 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.925732 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.925929 tramp-process-one-action (5) # Looking for regexp 
"\(\(?:^\|\)[^]#$%>
]*#?[]#$%>] *\(\[[[:digit:];]*[[:alpha:]] *\)*\)\'" from remote shell
16:54:44.926092 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.926235 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.926563 tramp-process-one-action (5) # Looking for regexp "\(\(Are you 
sure you want to continue connecting 
(yes/no\(?:\(?:/\[fingerprint]\)?)\?\)\)\s-*\)\'" from remote shell
16:54:44.926777 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.927265 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.927571 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
16:54:44.927797 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.927995 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.928222 tramp-process-one-action (5) # Looking for regexp "\(\(TERM = 
(.*)\|Terminal type\? \[.*\]\)\s-*\)\'" from remote shell
16:54:44.928537 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.928704 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.928884 tramp-process-one-action (5) # Looking for regexp "\(Access 
granted\. Press Return to begin session\. \)\'" from remote shell
16:54:44.929046 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.929189 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.929375 tramp-process-one-action (5) # Looking for regexp "\(^*Confirm 
user presence for key .*[
]*\)\'" from remote shell
16:54:44.929532 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.929672 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.929837 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from 
remote shell
16:54:44.929987 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.930129 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.930307 tramp-process-one-action (5) # Call tramp-action-process-alive
16:54:44.930482 tramp-get-connection-property (7) # locked nil; cache used: nil
16:54:44.930631 tramp-set-connection-property (7) # locked t
16:54:44.930808 tramp-accept-process-output (10) # *tramp/plinkx Prod* 0 run nil
plink -load Prod -t " env 'TERM=dumb' 'PROMPT_COMMAND=' 'PS1=#$ ' /bin/sh  -i " 
&& exit || exit
16:54:44.930980 tramp-flush-connection-property (7) # locked
16:54:44.931144 tramp-process-one-action (5) # Looking for regexp 
"\(.*\(user\|login\)\( .*\)?: *\)\'" from remote shell
16:54:44.931305 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.931465 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.932525 tramp-process-one-action (5) # Looking for regexp 
"\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|\)a\)\|geslo\|h\(?:\(?:as\|esl\)o\)\|iphasiwedi\|jelsz\|l\(?:ozinka\|senord\)\|m\(?:ot
 de passe\|t khu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: 
phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptaodis\)\|wachtwoord\|¾¸º\|°¾Œ\|¡”\|„©
 „±\|ऍऍ\|०à¤\|঍঍\|ও঍\|ਵà\|વàª\|ବà 
୕à\|஁ஊà\|ఇమ\|಍à²\|ാകàµ\|්à¶\|ធធឋ\|ー\|[ç]\|í\)\).*:? 
*\)\'" from remote shell
16:54:44.932755 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.932909 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.933308 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 
[[:digit:]]+\).*\)\'" from remote shell
16:54:44.933651 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.933812 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.934093 tramp-process-one-action (5) # Looking for regexp "\(^[^#$%>
]*[#$%>] *\)\'" from remote shell
16:54:44.934253 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.934429 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.934626 tramp-process-one-action (5) # Looking for regexp 
"\(\(?:^\|\)[^]#$%>
]*#?[]#$%>] *\(\[[[:digit:];]*[[:alpha:]] *\)*\)\'" from remote shell
16:54:44.934860 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.935004 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.935216 tramp-process-one-action (5) # Looking for regexp "\(\(Are you 
sure you want to continue connecting 
(yes/no\(?:\(?:/\[fingerprint]\)?)\?\)\)\s-*\)\'" from remote shell
16:54:44.935463 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.935670 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.935903 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
16:54:44.936123 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.936329 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.936637 tramp-process-one-action (5) # Looking for regexp "\(\(TERM = 
(.*)\|Terminal type\? \[.*\]\)\s-*\)\'" from remote shell
16:54:44.936816 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.936959 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.937133 tramp-process-one-action (5) # Looking for regexp "\(Access 
granted\. Press Return to begin session\. \)\'" from remote shell
16:54:44.937287 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.937445 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.937624 tramp-process-one-action (5) # Looking for regexp "\(^*Confirm 
user presence for key .*[
]*\)\'" from remote shell
16:54:44.937776 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.937912 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.938245 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from 
remote shell
16:54:44.938593 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.938942 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.939242 tramp-process-one-action (5) # Call tramp-action-process-alive
16:54:44.939535 tramp-get-connection-property (7) # locked nil; cache used: nil
16:54:44.939700 tramp-set-connection-property (7) # locked t
16:54:44.939892 tramp-accept-process-output (10) # *tramp/plinkx Prod* 0 run nil
plink -load Prod -t " env 'TERM=dumb' 'PROMPT_COMMAND=' 'PS1=#$ ' /bin/sh  -i " 
&& exit || exit
16:54:44.940060 tramp-flush-connection-property (7) # locked
16:54:44.940228 tramp-process-one-action (5) # Looking for regexp 
"\(.*\(user\|login\)\( .*\)?: *\)\'" from remote shell
16:54:44.940408 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.940550 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.941620 tramp-process-one-action (5) # Looking for regexp 
"\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|\)a\)\|geslo\|h\(?:\(?:as\|esl\)o\)\|iphasiwedi\|jelsz\|l\(?:ozinka\|senord\)\|m\(?:ot
 de passe\|t khu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: 
phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptaodis\)\|wachtwoord\|¾¸º\|°¾Œ\|¡”\|„©
 „±\|ऍऍ\|०à¤\|঍঍\|ও঍\|ਵà\|વàª\|ବà 
୕à\|஁ஊà\|ఇమ\|಍à²\|ാകàµ\|්à¶\|ធធឋ\|ー\|[ç]\|í\)\).*:? 
*\)\'" from remote shell
16:54:44.941847 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.941990 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.942407 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 
[[:digit:]]+\).*\)\'" from remote shell
16:54:44.942596 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.942739 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.942996 tramp-process-one-action (5) # Looking for regexp "\(^[^#$%>
]*[#$%>] *\)\'" from remote shell
16:54:44.943152 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.943293 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.943540 tramp-process-one-action (5) # Looking for regexp 
"\(\(?:^\|\)[^]#$%>
]*#?[]#$%>] *\(\[[[:digit:];]*[[:alpha:]] *\)*\)\'" from remote shell
16:54:44.943701 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.943841 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.944054 tramp-process-one-action (5) # Looking for regexp "\(\(Are you 
sure you want to continue connecting 
(yes/no\(?:\(?:/\[fingerprint]\)?)\?\)\)\s-*\)\'" from remote shell
16:54:44.944220 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.944376 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.944550 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
16:54:44.944717 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.944859 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.945033 tramp-process-one-action (5) # Looking for regexp "\(\(TERM = 
(.*)\|Terminal type\? \[.*\]\)\s-*\)\'" from remote shell
16:54:44.945203 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.945364 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.945534 tramp-process-one-action (5) # Looking for regexp "\(Access 
granted\. Press Return to begin session\. \)\'" from remote shell
16:54:44.945693 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.945832 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.946001 tramp-process-one-action (5) # Looking for regexp "\(^*Confirm 
user presence for key .*[
]*\)\'" from remote shell
16:54:44.946157 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.946311 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.946566 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from 
remote shell
16:54:44.946739 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.946884 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.947048 tramp-process-one-action (5) # Call tramp-action-process-alive
16:54:44.947209 tramp-get-connection-property (7) # locked nil; cache used: nil
16:54:44.947415 tramp-set-connection-property (7) # locked t
16:54:44.947670 tramp-accept-process-output (10) # *tramp/plinkx Prod* 0 run nil
plink -load Prod -t " env 'TERM=dumb' 'PROMPT_COMMAND=' 'PS1=#$ ' /bin/sh  -i " 
&& exit || exit
16:54:44.947842 tramp-flush-connection-property (7) # locked
16:54:44.948011 tramp-process-one-action (5) # Looking for regexp 
"\(.*\(user\|login\)\( .*\)?: *\)\'" from remote shell
16:54:44.948177 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.948342 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.949530 tramp-process-one-action (5) # Looking for regexp 
"\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|\)a\)\|geslo\|h\(?:\(?:as\|esl\)o\)\|iphasiwedi\|jelsz\|l\(?:ozinka\|senord\)\|m\(?:ot
 de passe\|t khu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: 
phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptaodis\)\|wachtwoord\|¾¸º\|°¾Œ\|¡”\|„©
 „±\|ऍऍ\|०à¤\|঍঍\|ও঍\|ਵà\|વàª\|ବà 
୕à\|஁ஊà\|ఇమ\|಍à²\|ാകàµ\|්à¶\|ធធឋ\|ー\|[ç]\|í\)\).*:? 
*\)\'" from remote shell
16:54:44.949813 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.949963 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.950463 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 
[[:digit:]]+\).*\)\'" from remote shell
16:54:44.950682 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.950846 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.951110 tramp-process-one-action (5) # Looking for regexp "\(^[^#$%>
]*[#$%>] *\)\'" from remote shell
16:54:44.951270 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.951641 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.951926 tramp-process-one-action (5) # Looking for regexp 
"\(\(?:^\|\)[^]#$%>
]*#?[]#$%>] *\(\[[[:digit:];]*[[:alpha:]] *\)*\)\'" from remote shell
16:54:44.952167 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.952404 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.952638 tramp-process-one-action (5) # Looking for regexp "\(\(Are you 
sure you want to continue connecting 
(yes/no\(?:\(?:/\[fingerprint]\)?)\?\)\)\s-*\)\'" from remote shell
16:54:44.952806 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.952947 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.953127 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
16:54:44.953308 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.953453 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.953630 tramp-process-one-action (5) # Looking for regexp "\(\(TERM = 
(.*)\|Terminal type\? \[.*\]\)\s-*\)\'" from remote shell
16:54:44.953792 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.953938 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.954116 tramp-process-one-action (5) # Looking for regexp "\(Access 
granted\. Press Return to begin session\. \)\'" from remote shell
16:54:44.954289 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.954433 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.954734 tramp-process-one-action (5) # Looking for regexp "\(^*Confirm 
user presence for key .*[
]*\)\'" from remote shell
16:54:44.955105 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.955508 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.955800 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from 
remote shell
16:54:44.956031 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.956186 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.956369 tramp-process-one-action (5) # Call tramp-action-process-alive
16:54:44.956544 tramp-get-connection-property (7) # locked nil; cache used: nil
16:54:44.956696 tramp-set-connection-property (7) # locked t
16:54:44.956875 tramp-accept-process-output (10) # *tramp/plinkx Prod* 0 run nil
plink -load Prod -t " env 'TERM=dumb' 'PROMPT_COMMAND=' 'PS1=#$ ' /bin/sh  -i " 
&& exit || exit
16:54:44.957053 tramp-flush-connection-property (7) # locked
16:54:44.957219 tramp-process-one-action (5) # Looking for regexp 
"\(.*\(user\|login\)\( .*\)?: *\)\'" from remote shell
16:54:44.957487 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.957659 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.959025 tramp-process-one-action (5) # Looking for regexp 
"\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|\)a\)\|geslo\|h\(?:\(?:as\|esl\)o\)\|iphasiwedi\|jelsz\|l\(?:ozinka\|senord\)\|m\(?:ot
 de passe\|t khu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: 
phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptaodis\)\|wachtwoord\|¾¸º\|°¾Œ\|¡”\|„©
 „±\|ऍऍ\|०à¤\|঍঍\|ও঍\|ਵà\|વàª\|ବà 
୕à\|஁ஊà\|ఇమ\|಍à²\|ാകàµ\|්à¶\|ធធឋ\|ー\|[ç]\|í\)\).*:? 
*\)\'" from remote shell
16:54:44.959305 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.959466 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.959875 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 
[[:digit:]]+\).*\)\'" from remote shell
16:54:44.960071 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.960219 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.960502 tramp-process-one-action (5) # Looking for regexp "\(^[^#$%>
]*[#$%>] *\)\'" from remote shell
16:54:44.960666 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.960807 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.961071 tramp-process-one-action (5) # Looking for regexp 
"\(\(?:^\|\)[^]#$%>
]*#?[]#$%>] *\(\[[[:digit:];]*[[:alpha:]] *\)*\)\'" from remote shell
16:54:44.961264 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.961498 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.961731 tramp-process-one-action (5) # Looking for regexp "\(\(Are you 
sure you want to continue connecting 
(yes/no\(?:\(?:/\[fingerprint]\)?)\?\)\)\s-*\)\'" from remote shell
16:54:44.961900 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.962039 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.962220 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
16:54:44.962409 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.962552 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.962724 tramp-process-one-action (5) # Looking for regexp "\(\(TERM = 
(.*)\|Terminal type\? \[.*\]\)\s-*\)\'" from remote shell
16:54:44.962882 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.963027 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.963198 tramp-process-one-action (5) # Looking for regexp "\(Access 
granted\. Press Return to begin session\. \)\'" from remote shell
16:54:44.963369 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.963514 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.963679 tramp-process-one-action (5) # Looking for regexp "\(^*Confirm 
user presence for key .*[
]*\)\'" from remote shell
16:54:44.963828 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.963977 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.964143 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from 
remote shell
16:54:44.964367 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.964534 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.964701 tramp-process-one-action (5) # Call tramp-action-process-alive
16:54:44.964879 tramp-get-connection-property (7) # locked nil; cache used: nil
16:54:44.965029 tramp-set-connection-property (7) # locked t
16:54:44.965202 tramp-accept-process-output (10) # *tramp/plinkx Prod* 0 run nil
plink -load Prod -t " env 'TERM=dumb' 'PROMPT_COMMAND=' 'PS1=#$ ' /bin/sh  -i " 
&& exit || exit
16:54:44.965385 tramp-flush-connection-property (7) # locked
16:54:44.965552 tramp-process-one-action (5) # Looking for regexp 
"\(.*\(user\|login\)\( .*\)?: *\)\'" from remote shell
16:54:44.965724 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.965870 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.966934 tramp-process-one-action (5) # Looking for regexp 
"\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|\)a\)\|geslo\|h\(?:\(?:as\|esl\)o\)\|iphasiwedi\|jelsz\|l\(?:ozinka\|senord\)\|m\(?:ot
 de passe\|t khu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: 
phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptaodis\)\|wachtwoord\|¾¸º\|°¾Œ\|¡”\|„©
 „±\|ऍऍ\|०à¤\|঍঍\|ও঍\|ਵà\|વàª\|ବà 
୕à\|஁ஊà\|ఇమ\|಍à²\|ാകàµ\|්à¶\|ធធឋ\|ー\|[ç]\|í\)\).*:? 
*\)\'" from remote shell
16:54:44.967178 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.967338 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.967737 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 
[[:digit:]]+\).*\)\'" from remote shell
16:54:44.967924 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.968072 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.968403 tramp-process-one-action (5) # Looking for regexp "\(^[^#$%>
]*[#$%>] *\)\'" from remote shell
16:54:44.968586 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.968734 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.968929 tramp-process-one-action (5) # Looking for regexp 
"\(\(?:^\|\)[^]#$%>
]*#?[]#$%>] *\(\[[[:digit:];]*[[:alpha:]] *\)*\)\'" from remote shell
16:54:44.969094 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.969257 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.969475 tramp-process-one-action (5) # Looking for regexp "\(\(Are you 
sure you want to continue connecting 
(yes/no\(?:\(?:/\[fingerprint]\)?)\?\)\)\s-*\)\'" from remote shell
16:54:44.969637 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.969776 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.969957 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
16:54:44.970122 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.970279 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.970455 tramp-process-one-action (5) # Looking for regexp "\(\(TERM = 
(.*)\|Terminal type\? \[.*\]\)\s-*\)\'" from remote shell
16:54:44.970613 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.970755 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.970928 tramp-process-one-action (5) # Looking for regexp "\(Access 
granted\. Press Return to begin session\. \)\'" from remote shell
16:54:44.971108 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.971506 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.971910 tramp-process-one-action (5) # Looking for regexp "\(^*Confirm 
user presence for key .*[
]*\)\'" from remote shell
16:54:44.972287 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.972525 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.972715 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from 
remote shell
16:54:44.972878 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.973021 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.973184 tramp-process-one-action (5) # Call tramp-action-process-alive
16:54:44.973411 tramp-get-connection-property (7) # locked nil; cache used: nil
16:54:44.973564 tramp-set-connection-property (7) # locked t
16:54:44.973744 tramp-accept-process-output (10) # *tramp/plinkx Prod* 0 run nil
plink -load Prod -t " env 'TERM=dumb' 'PROMPT_COMMAND=' 'PS1=#$ ' /bin/sh  -i " 
&& exit || exit
16:54:44.973978 tramp-flush-connection-property (7) # locked
16:54:44.974146 tramp-process-one-action (5) # Looking for regexp 
"\(.*\(user\|login\)\( .*\)?: *\)\'" from remote shell
16:54:44.974324 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.974724 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.975793 tramp-process-one-action (5) # Looking for regexp 
"\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|\)a\)\|geslo\|h\(?:\(?:as\|esl\)o\)\|iphasiwedi\|jelsz\|l\(?:ozinka\|senord\)\|m\(?:ot
 de passe\|t khu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: 
phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptaodis\)\|wachtwoord\|¾¸º\|°¾Œ\|¡”\|„©
 „±\|ऍऍ\|०à¤\|঍঍\|ও঍\|ਵà\|વàª\|ବà 
୕à\|஁ஊà\|ఇమ\|಍à²\|ാകàµ\|්à¶\|ធធឋ\|ー\|[ç]\|í\)\).*:? 
*\)\'" from remote shell
16:54:44.976023 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.976168 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.976603 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 
[[:digit:]]+\).*\)\'" from remote shell
16:54:44.976794 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.976941 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.977200 tramp-process-one-action (5) # Looking for regexp "\(^[^#$%>
]*[#$%>] *\)\'" from remote shell
16:54:44.977430 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.977625 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.977885 tramp-process-one-action (5) # Looking for regexp 
"\(\(?:^\|\)[^]#$%>
]*#?[]#$%>] *\(\[[[:digit:];]*[[:alpha:]] *\)*\)\'" from remote shell
16:54:44.978108 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.978302 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.978544 tramp-process-one-action (5) # Looking for regexp "\(\(Are you 
sure you want to continue connecting 
(yes/no\(?:\(?:/\[fingerprint]\)?)\?\)\)\s-*\)\'" from remote shell
16:54:44.978713 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.978852 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.979032 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
16:54:44.979206 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.979440 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.979630 tramp-process-one-action (5) # Looking for regexp "\(\(TERM = 
(.*)\|Terminal type\? \[.*\]\)\s-*\)\'" from remote shell
16:54:44.979793 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.979944 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.980120 tramp-process-one-action (5) # Looking for regexp "\(Access 
granted\. Press Return to begin session\. \)\'" from remote shell
16:54:44.980299 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.980445 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.980611 tramp-process-one-action (5) # Looking for regexp "\(^*Confirm 
user presence for key .*[
]*\)\'" from remote shell
16:54:44.980766 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.980950 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.981119 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from 
remote shell
16:54:44.981284 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.981425 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.981596 tramp-process-one-action (5) # Call tramp-action-process-alive
16:54:44.981759 tramp-get-connection-property (7) # locked nil; cache used: nil
16:54:44.981910 tramp-set-connection-property (7) # locked t
16:54:44.982088 tramp-accept-process-output (10) # *tramp/plinkx Prod* 0 run nil
plink -load Prod -t " env 'TERM=dumb' 'PROMPT_COMMAND=' 'PS1=#$ ' /bin/sh  -i " 
&& exit || exit
16:54:44.982267 tramp-flush-connection-property (7) # locked
16:54:44.982439 tramp-process-one-action (5) # Looking for regexp 
"\(.*\(user\|login\)\( .*\)?: *\)\'" from remote shell
16:54:44.982609 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.982756 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.983913 tramp-process-one-action (5) # Looking for regexp 
"\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|\)a\)\|geslo\|h\(?:\(?:as\|esl\)o\)\|iphasiwedi\|jelsz\|l\(?:ozinka\|senord\)\|m\(?:ot
 de passe\|t khu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: 
phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptaodis\)\|wachtwoord\|¾¸º\|°¾Œ\|¡”\|„©
 „±\|ऍऍ\|०à¤\|঍঍\|ও঍\|ਵà\|વàª\|ବà 
୕à\|஁ஊà\|ఇమ\|಍à²\|ാകàµ\|්à¶\|ធធឋ\|ー\|[ç]\|í\)\).*:? 
*\)\'" from remote shell
16:54:44.984168 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.984375 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.984781 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 
[[:digit:]]+\).*\)\'" from remote shell
16:54:44.984972 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.985125 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.985551 tramp-process-one-action (5) # Looking for regexp "\(^[^#$%>
]*[#$%>] *\)\'" from remote shell
16:54:44.985720 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.985865 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.986058 tramp-process-one-action (5) # Looking for regexp 
"\(\(?:^\|\)[^]#$%>
]*#?[]#$%>] *\(\[[[:digit:];]*[[:alpha:]] *\)*\)\'" from remote shell
16:54:44.986257 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.986492 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.986712 tramp-process-one-action (5) # Looking for regexp "\(\(Are you 
sure you want to continue connecting 
(yes/no\(?:\(?:/\[fingerprint]\)?)\?\)\)\s-*\)\'" from remote shell
16:54:44.986889 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.987041 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.987241 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
16:54:44.987410 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.987552 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.987863 tramp-process-one-action (5) # Looking for regexp "\(\(TERM = 
(.*)\|Terminal type\? \[.*\]\)\s-*\)\'" from remote shell
16:54:44.988298 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.988683 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.988950 tramp-process-one-action (5) # Looking for regexp "\(Access 
granted\. Press Return to begin session\. \)\'" from remote shell
16:54:44.989300 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.989559 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.989749 tramp-process-one-action (5) # Looking for regexp "\(^*Confirm 
user presence for key .*[
]*\)\'" from remote shell
16:54:44.989940 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.990092 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.990467 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from 
remote shell
16:54:44.990825 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.991135 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.991507 tramp-process-one-action (5) # Call tramp-action-process-alive
16:54:44.991871 tramp-get-connection-property (7) # locked nil; cache used: nil
16:54:44.992246 tramp-set-connection-property (7) # locked t
16:54:44.992503 tramp-accept-process-output (10) # *tramp/plinkx Prod* 0 run nil
plink -load Prod -t " env 'TERM=dumb' 'PROMPT_COMMAND=' 'PS1=#$ ' /bin/sh  -i " 
&& exit || exit
16:54:44.992685 tramp-flush-connection-property (7) # locked
16:54:44.992857 tramp-process-one-action (5) # Looking for regexp 
"\(.*\(user\|login\)\( .*\)?: *\)\'" from remote shell
16:54:44.993028 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.993195 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.994346 tramp-process-one-action (5) # Looking for regexp 
"\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|\)a\)\|geslo\|h\(?:\(?:as\|esl\)o\)\|iphasiwedi\|jelsz\|l\(?:ozinka\|senord\)\|m\(?:ot
 de passe\|t khu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: 
phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptaodis\)\|wachtwoord\|¾¸º\|°¾Œ\|¡”\|„©
 „±\|ऍऍ\|०à¤\|঍঍\|ও঍\|ਵà\|વàª\|ବà 
୕à\|஁ஊà\|ఇమ\|಍à²\|ാകàµ\|්à¶\|ធធឋ\|ー\|[ç]\|í\)\).*:? 
*\)\'" from remote shell
16:54:44.994605 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.994755 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.995170 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 
[[:digit:]]+\).*\)\'" from remote shell
16:54:44.995440 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.995627 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.995900 tramp-process-one-action (5) # Looking for regexp "\(^[^#$%>
]*[#$%>] *\)\'" from remote shell
16:54:44.996065 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.996222 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:44.996420 tramp-process-one-action (5) # Looking for regexp 
"\(\(?:^\|\)[^]#$%>
]*#?[]#$%>] *\(\[[[:digit:];]*[[:alpha:]] *\)*\)\'" from remote shell
16:54:44.996588 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:45.047429 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:45.047721 tramp-process-one-action (5) # Looking for regexp "\(\(Are you 
sure you want to continue connecting 
(yes/no\(?:\(?:/\[fingerprint]\)?)\?\)\)\s-*\)\'" from remote shell
16:54:45.047918 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:45.048184 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:45.048578 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
16:54:45.049023 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:45.049277 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:45.049490 tramp-process-one-action (5) # Looking for regexp "\(\(TERM = 
(.*)\|Terminal type\? \[.*\]\)\s-*\)\'" from remote shell
16:54:45.049740 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:45.049976 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:45.050344 tramp-process-one-action (5) # Looking for regexp "\(Access 
granted\. Press Return to begin session\. \)\'" from remote shell
16:54:45.050528 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:45.050676 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:45.050847 tramp-process-one-action (5) # Looking for regexp "\(^*Confirm 
user presence for key .*[
]*\)\'" from remote shell
16:54:45.051071 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:45.051450 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:45.051808 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from 
remote shell
16:54:45.051986 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:45.052333 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:45.052692 tramp-process-one-action (5) # Call tramp-action-process-alive
16:54:45.053096 tramp-get-connection-property (7) # locked nil; cache used: nil
16:54:45.053274 tramp-set-connection-property (7) # locked t
16:54:45.053460 tramp-accept-process-output (10) # *tramp/plinkx Prod* 0 run nil
plink -load Prod -t " env 'TERM=dumb' 'PROMPT_COMMAND=' 'PS1=#$ ' /bin/sh  -i " 
&& exit || exit
16:54:45.053636 tramp-flush-connection-property (7) # locked
16:54:45.053805 tramp-process-one-action (5) # Looking for regexp 
"\(.*\(user\|login\)\( .*\)?: *\)\'" from remote shell
16:54:45.054172 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:45.054472 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:45.056444 tramp-process-one-action (5) # Looking for regexp 
"\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|\)a\)\|geslo\|h\(?:\(?:as\|esl\)o\)\|iphasiwedi\|jelsz\|l\(?:ozinka\|senord\)\|m\(?:ot
 de passe\|t khu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: 
phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptaodis\)\|wachtwoord\|¾¸º\|°¾Œ\|¡”\|„©
 „±\|ऍऍ\|०à¤\|঍঍\|ও঍\|ਵà\|વàª\|ବà 
୕à\|஁ஊà\|ఇమ\|಍à²\|ാകàµ\|්à¶\|ធធឋ\|ー\|[ç]\|í\)\).*:? 
*\)\'" from remote shell
16:54:45.056973 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:45.057337 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:45.058160 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 
[[:digit:]]+\).*\)\'" from remote shell
16:54:45.058417 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:45.058620 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:45.059072 tramp-process-one-action (5) # Looking for regexp "\(^[^#$%>
]*[#$%>] *\)\'" from remote shell
16:54:45.059286 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:45.059459 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:45.059900 tramp-process-one-action (5) # Looking for regexp 
"\(\(?:^\|\)[^]#$%>
]*#?[]#$%>] *\(\[[[:digit:];]*[[:alpha:]] *\)*\)\'" from remote shell
16:54:45.060219 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:45.060390 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:45.060622 tramp-process-one-action (5) # Looking for regexp "\(\(Are you 
sure you want to continue connecting 
(yes/no\(?:\(?:/\[fingerprint]\)?)\?\)\)\s-*\)\'" from remote shell
16:54:45.061029 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:45.061223 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:45.061411 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
16:54:45.061581 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:45.061723 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:45.061902 tramp-process-one-action (5) # Looking for regexp "\(\(TERM = 
(.*)\|Terminal type\? \[.*\]\)\s-*\)\'" from remote shell
16:54:45.062084 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:45.062228 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:45.062397 tramp-process-one-action (5) # Looking for regexp "\(Access 
granted\. Press Return to begin session\. \)\'" from remote shell
16:54:45.062553 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:45.062695 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:45.063218 tramp-process-one-action (5) # Looking for regexp "\(^*Confirm 
user presence for key .*[
]*\)\'" from remote shell
16:54:45.063404 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:45.063551 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:45.063722 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from 
remote shell
16:54:45.064109 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:45.064290 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:45.064460 tramp-process-one-action (5) # Call tramp-action-process-alive
16:54:45.064631 tramp-get-connection-property (7) # locked nil; cache used: nil
16:54:45.065094 tramp-set-connection-property (7) # locked t
16:54:45.065545 tramp-accept-process-output (10) # *tramp/plinkx Prod* 0 run nil
plink -load Prod -t " env 'TERM=dumb' 'PROMPT_COMMAND=' 'PS1=#$ ' /bin/sh  -i " 
&& exit || exit
16:54:45.065758 tramp-flush-connection-property (7) # locked
16:54:45.065936 tramp-process-one-action (5) # Looking for regexp 
"\(.*\(user\|login\)\( .*\)?: *\)\'" from remote shell
16:54:45.066356 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:45.066775 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:45.069011 tramp-process-one-action (5) # Looking for regexp 
"\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|\)a\)\|geslo\|h\(?:\(?:as\|esl\)o\)\|iphasiwedi\|jelsz\|l\(?:ozinka\|senord\)\|m\(?:ot
 de passe\|t khu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: 
phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptaodis\)\|wachtwoord\|¾¸º\|°¾Œ\|¡”\|„©
 „±\|ऍऍ\|०à¤\|঍঍\|ও঍\|ਵà\|વàª\|ବà 
୕à\|஁ஊà\|ఇమ\|಍à²\|ാകàµ\|්à¶\|ធធឋ\|ー\|[ç]\|í\)\).*:? 
*\)\'" from remote shell
16:54:45.069510 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:45.069742 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:45.070652 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 
[[:digit:]]+\).*\)\'" from remote shell
16:54:45.071139 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:45.071459 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:45.072124 tramp-process-one-action (5) # Looking for regexp "\(^[^#$%>
]*[#$%>] *\)\'" from remote shell
16:54:45.072410 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:45.072797 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:45.073127 tramp-process-one-action (5) # Looking for regexp 
"\(\(?:^\|\)[^]#$%>
]*#?[]#$%>] *\(\[[[:digit:];]*[[:alpha:]] *\)*\)\'" from remote shell
16:54:45.073526 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:45.073700 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:45.073924 tramp-process-one-action (5) # Looking for regexp "\(\(Are you 
sure you want to continue connecting 
(yes/no\(?:\(?:/\[fingerprint]\)?)\?\)\)\s-*\)\'" from remote shell
16:54:45.074178 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:45.074588 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:45.074937 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
16:54:45.075253 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:45.075420 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:45.075602 tramp-process-one-action (5) # Looking for regexp "\(\(TERM = 
(.*)\|Terminal type\? \[.*\]\)\s-*\)\'" from remote shell
16:54:45.075786 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:45.075949 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:45.076205 tramp-process-one-action (5) # Looking for regexp "\(Access 
granted\. Press Return to begin session\. \)\'" from remote shell
16:54:45.076529 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:45.076690 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:45.076868 tramp-process-one-action (5) # Looking for regexp "\(^*Confirm 
user presence for key .*[
]*\)\'" from remote shell
16:54:45.077167 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:45.077388 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:45.077614 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from 
remote shell
16:54:45.077826 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:45.078142 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:45.078573 tramp-process-one-action (5) # Call tramp-action-process-alive
16:54:45.078809 tramp-get-connection-property (7) # locked nil; cache used: nil
16:54:45.079015 tramp-set-connection-property (7) # locked t
16:54:45.079197 tramp-accept-process-output (10) # *tramp/plinkx Prod* 0 run nil
plink -load Prod -t " env 'TERM=dumb' 'PROMPT_COMMAND=' 'PS1=#$ ' /bin/sh  -i " 
&& exit || exit
16:54:45.079528 tramp-flush-connection-property (7) # locked
16:54:45.079741 tramp-process-one-action (5) # Looking for regexp 
"\(.*\(user\|login\)\( .*\)?: *\)\'" from remote shell
16:54:45.079912 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:45.080076 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:45.081492 tramp-process-one-action (5) # Looking for regexp 
"\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|\)a\)\|geslo\|h\(?:\(?:as\|esl\)o\)\|iphasiwedi\|jelsz\|l\(?:ozinka\|senord\)\|m\(?:ot
 de passe\|t khu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: 
phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptaodis\)\|wachtwoord\|¾¸º\|°¾Œ\|¡”\|„©
 „±\|ऍऍ\|०à¤\|঍঍\|ও঍\|ਵà\|વàª\|ବà 
୕à\|஁ஊà\|ఇమ\|಍à²\|ാകàµ\|්à¶\|ធធឋ\|ー\|[ç]\|í\)\).*:? 
*\)\'" from remote shell
16:54:45.081758 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:45.082064 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:45.082582 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 
[[:digit:]]+\).*\)\'" from remote shell
16:54:45.082788 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:45.083036 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:45.083559 tramp-process-one-action (5) # Looking for regexp "\(^[^#$%>
]*[#$%>] *\)\'" from remote shell
16:54:45.083745 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:45.083899 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:45.084110 tramp-process-one-action (5) # Looking for regexp 
"\(\(?:^\|\)[^]#$%>
]*#?[]#$%>] *\(\[[[:digit:];]*[[:alpha:]] *\)*\)\'" from remote shell
16:54:45.084272 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:45.084414 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:45.084734 tramp-process-one-action (5) # Looking for regexp "\(\(Are you 
sure you want to continue connecting 
(yes/no\(?:\(?:/\[fingerprint]\)?)\?\)\)\s-*\)\'" from remote shell
16:54:45.084949 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:45.085103 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:45.085281 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
16:54:45.085451 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:45.085595 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:45.085768 tramp-process-one-action (5) # Looking for regexp "\(\(TERM = 
(.*)\|Terminal type\? \[.*\]\)\s-*\)\'" from remote shell
16:54:45.085993 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:45.086209 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:45.086398 tramp-process-one-action (5) # Looking for regexp "\(Access 
granted\. Press Return to begin session\. \)\'" from remote shell
16:54:45.086570 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:45.086719 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:45.086935 tramp-process-one-action (5) # Looking for regexp "\(^*Confirm 
user presence for key .*[
]*\)\'" from remote shell
16:54:45.087370 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:45.087768 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:45.088132 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from 
remote shell
16:54:45.088326 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:45.088607 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:45.088794 tramp-process-one-action (5) # Call tramp-action-process-alive
16:54:45.089180 tramp-get-connection-property (7) # locked nil; cache used: nil
16:54:45.089384 tramp-set-connection-property (7) # locked t
16:54:45.089569 tramp-accept-process-output (10) # *tramp/plinkx Prod* 0 run nil
plink -load Prod -t " env 'TERM=dumb' 'PROMPT_COMMAND=' 'PS1=#$ ' /bin/sh  -i " 
&& exit || exit
16:54:45.089739 tramp-flush-connection-property (7) # locked
16:54:45.089916 tramp-process-one-action (5) # Looking for regexp 
"\(.*\(user\|login\)\( .*\)?: *\)\'" from remote shell
16:54:45.090089 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:45.090240 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:45.091871 tramp-process-one-action (5) # Looking for regexp 
"\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|\)a\)\|geslo\|h\(?:\(?:as\|esl\)o\)\|iphasiwedi\|jelsz\|l\(?:ozinka\|senord\)\|m\(?:ot
 de passe\|t khu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: 
phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptaodis\)\|wachtwoord\|¾¸º\|°¾Œ\|¡”\|„©
 „±\|ऍऍ\|०à¤\|঍঍\|ও঍\|ਵà\|વàª\|ବà 
୕à\|஁ஊà\|ఇమ\|಍à²\|ാകàµ\|්à¶\|ធធឋ\|ー\|[ç]\|í\)\).*:? 
*\)\'" from remote shell
16:54:45.092552 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:45.092852 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:45.093642 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 
[[:digit:]]+\).*\)\'" from remote shell
16:54:45.094096 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:45.094310 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:45.094585 tramp-process-one-action (5) # Looking for regexp "\(^[^#$%>
]*[#$%>] *\)\'" from remote shell
16:54:45.094754 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:45.094928 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:45.095381 tramp-process-one-action (5) # Looking for regexp 
"\(\(?:^\|\)[^]#$%>
]*#?[]#$%>] *\(\[[[:digit:];]*[[:alpha:]] *\)*\)\'" from remote shell
16:54:45.095593 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:45.095750 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:45.096124 tramp-process-one-action (5) # Looking for regexp "\(\(Are you 
sure you want to continue connecting 
(yes/no\(?:\(?:/\[fingerprint]\)?)\?\)\)\s-*\)\'" from remote shell
16:54:45.096318 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:45.096464 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:45.096943 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
16:54:45.097188 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:45.097387 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:45.097622 tramp-process-one-action (5) # Looking for regexp "\(\(TERM = 
(.*)\|Terminal type\? \[.*\]\)\s-*\)\'" from remote shell
16:54:45.097918 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:45.098287 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:45.098502 tramp-process-one-action (5) # Looking for regexp "\(Access 
granted\. Press Return to begin session\. \)\'" from remote shell
16:54:45.098796 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:45.099046 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:45.099427 tramp-process-one-action (5) # Looking for regexp "\(^*Confirm 
user presence for key .*[
]*\)\'" from remote shell
16:54:45.099676 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:45.099874 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:45.100246 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from 
remote shell
16:54:45.100462 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:45.100610 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:45.100776 tramp-process-one-action (5) # Call tramp-action-process-alive
16:54:45.101093 tramp-get-connection-property (7) # locked nil; cache used: nil
16:54:45.101271 tramp-set-connection-property (7) # locked t
16:54:45.101451 tramp-accept-process-output (10) # *tramp/plinkx Prod* 0 run nil
plink -load Prod -t " env 'TERM=dumb' 'PROMPT_COMMAND=' 'PS1=#$ ' /bin/sh  -i " 
&& exit || exit
16:54:45.101620 tramp-flush-connection-property (7) # locked
16:54:45.101790 tramp-process-one-action (5) # Looking for regexp 
"\(.*\(user\|login\)\( .*\)?: *\)\'" from remote shell
16:54:45.101965 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:45.102364 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:45.104947 tramp-process-one-action (5) # Looking for regexp 
"\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|\)a\)\|geslo\|h\(?:\(?:as\|esl\)o\)\|iphasiwedi\|jelsz\|l\(?:ozinka\|senord\)\|m\(?:ot
 de passe\|t khu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: 
phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptaodis\)\|wachtwoord\|¾¸º\|°¾Œ\|¡”\|„©
 „±\|ऍऍ\|०à¤\|঍঍\|ও঍\|ਵà\|વàª\|ବà 
୕à\|஁ஊà\|ఇమ\|಍à²\|ാകàµ\|්à¶\|ធធឋ\|ー\|[ç]\|í\)\).*:? 
*\)\'" from remote shell
16:54:45.105332 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:45.105539 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:45.106245 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 
[[:digit:]]+\).*\)\'" from remote shell
16:54:45.106464 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:45.106616 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:45.106892 tramp-process-one-action (5) # Looking for regexp "\(^[^#$%>
]*[#$%>] *\)\'" from remote shell
16:54:45.107106 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:45.107462 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:45.107897 tramp-process-one-action (5) # Looking for regexp 
"\(\(?:^\|\)[^]#$%>
]*#?[]#$%>] *\(\[[[:digit:];]*[[:alpha:]] *\)*\)\'" from remote shell
16:54:45.108093 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:45.108248 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:45.108468 tramp-process-one-action (5) # Looking for regexp "\(\(Are you 
sure you want to continue connecting 
(yes/no\(?:\(?:/\[fingerprint]\)?)\?\)\)\s-*\)\'" from remote shell
16:54:45.108634 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:45.108772 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:45.108975 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
16:54:45.109142 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:45.109285 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:45.109456 tramp-process-one-action (5) # Looking for regexp "\(\(TERM = 
(.*)\|Terminal type\? \[.*\]\)\s-*\)\'" from remote shell
16:54:45.109611 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:45.109827 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:45.110106 tramp-process-one-action (5) # Looking for regexp "\(Access 
granted\. Press Return to begin session\. \)\'" from remote shell
16:54:45.110521 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:45.110710 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:45.111075 tramp-process-one-action (5) # Looking for regexp "\(^*Confirm 
user presence for key .*[
]*\)\'" from remote shell
16:54:45.111409 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:45.111722 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:45.112091 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from 
remote shell
16:54:45.112424 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:45.112721 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:45.113050 tramp-process-one-action (5) # Call tramp-action-process-alive
16:54:45.113369 tramp-get-connection-property (7) # locked nil; cache used: nil
16:54:45.113671 tramp-set-connection-property (7) # locked t
16:54:45.114019 tramp-accept-process-output (10) # *tramp/plinkx Prod* 0 run nil
plink -load Prod -t " env 'TERM=dumb' 'PROMPT_COMMAND=' 'PS1=#$ ' /bin/sh  -i " 
&& exit || exit
16:54:45.114354 tramp-flush-connection-property (7) # locked
16:54:45.114687 tramp-process-one-action (5) # Looking for regexp 
"\(.*\(user\|login\)\( .*\)?: *\)\'" from remote shell
16:54:45.115199 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:45.115441 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:45.118126 tramp-process-one-action (5) # Looking for regexp 
"\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|\)a\)\|geslo\|h\(?:\(?:as\|esl\)o\)\|iphasiwedi\|jelsz\|l\(?:ozinka\|senord\)\|m\(?:ot
 de passe\|t khu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: 
phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptaodis\)\|wachtwoord\|¾¸º\|°¾Œ\|¡”\|„©
 „±\|ऍऍ\|०à¤\|঍঍\|ও঍\|ਵà\|વàª\|ବà 
୕à\|஁ஊà\|ఇమ\|಍à²\|ാകàµ\|්à¶\|ធធឋ\|ー\|[ç]\|í\)\).*:? 
*\)\'" from remote shell
16:54:45.118439 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:45.118608 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:45.119033 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 
[[:digit:]]+\).*\)\'" from remote shell
16:54:45.119233 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:45.119383 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:45.119644 tramp-process-one-action (5) # Looking for regexp "\(^[^#$%>
]*[#$%>] *\)\'" from remote shell
16:54:45.119809 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:45.119968 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:45.120163 tramp-process-one-action (5) # Looking for regexp 
"\(\(?:^\|\)[^]#$%>
]*#?[]#$%>] *\(\[[[:digit:];]*[[:alpha:]] *\)*\)\'" from remote shell
16:54:45.120331 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:45.120476 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:45.120927 tramp-process-one-action (5) # Looking for regexp "\(\(Are you 
sure you want to continue connecting 
(yes/no\(?:\(?:/\[fingerprint]\)?)\?\)\)\s-*\)\'" from remote shell
16:54:45.121169 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:45.121364 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:45.121609 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
16:54:45.121858 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:45.122073 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:45.122261 tramp-process-one-action (5) # Looking for regexp "\(\(TERM = 
(.*)\|Terminal type\? \[.*\]\)\s-*\)\'" from remote shell
16:54:45.122425 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:45.122572 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:45.122746 tramp-process-one-action (5) # Looking for regexp "\(Access 
granted\. Press Return to begin session\. \)\'" from remote shell
16:54:45.122940 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:45.123083 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:45.123251 tramp-process-one-action (5) # Looking for regexp "\(^*Confirm 
user presence for key .*[
]*\)\'" from remote shell
16:54:45.123403 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:45.123548 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:45.123713 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from 
remote shell
16:54:45.123879 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:45.124020 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:45.124180 tramp-process-one-action (5) # Call tramp-action-process-alive
16:54:45.124343 tramp-get-connection-property (7) # locked nil; cache used: nil
16:54:45.124496 tramp-set-connection-property (7) # locked t
16:54:45.124675 tramp-accept-process-output (10) # *tramp/plinkx Prod* 0 run nil
plink -load Prod -t " env 'TERM=dumb' 'PROMPT_COMMAND=' 'PS1=#$ ' /bin/sh  -i " 
&& exit || exit
16:54:45.124872 tramp-flush-connection-property (7) # locked
16:54:45.125047 tramp-process-one-action (5) # Looking for regexp 
"\(.*\(user\|login\)\( .*\)?: *\)\'" from remote shell
16:54:45.125208 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:45.125359 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:45.126518 tramp-process-one-action (5) # Looking for regexp 
"\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|\)a\)\|geslo\|h\(?:\(?:as\|esl\)o\)\|iphasiwedi\|jelsz\|l\(?:ozinka\|senord\)\|m\(?:ot
 de passe\|t khu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: 
phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptaodis\)\|wachtwoord\|¾¸º\|°¾Œ\|¡”\|„©
 „±\|ऍऍ\|०à¤\|঍঍\|ও঍\|ਵà\|વàª\|ବà 
୕à\|஁ஊà\|ఇమ\|಍à²\|ാകàµ\|්à¶\|ធធឋ\|ー\|[ç]\|í\)\).*:? 
*\)\'" from remote shell
16:54:45.126776 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:45.126955 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:45.127854 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 
[[:digit:]]+\).*\)\'" from remote shell
16:54:45.128155 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:45.128314 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:45.128579 tramp-process-one-action (5) # Looking for regexp "\(^[^#$%>
]*[#$%>] *\)\'" from remote shell
16:54:45.128748 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:45.128910 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:45.129116 tramp-process-one-action (5) # Looking for regexp 
"\(\(?:^\|\)[^]#$%>
]*#?[]#$%>] *\(\[[[:digit:];]*[[:alpha:]] *\)*\)\'" from remote shell
16:54:45.129285 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:45.129431 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:45.129644 tramp-process-one-action (5) # Looking for regexp "\(\(Are you 
sure you want to continue connecting 
(yes/no\(?:\(?:/\[fingerprint]\)?)\?\)\)\s-*\)\'" from remote shell
16:54:45.129825 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:45.129971 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:45.130154 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
16:54:45.130318 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:45.130465 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:45.130637 tramp-process-one-action (5) # Looking for regexp "\(\(TERM = 
(.*)\|Terminal type\? \[.*\]\)\s-*\)\'" from remote shell
16:54:45.130840 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:45.130989 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:45.131165 tramp-process-one-action (5) # Looking for regexp "\(Access 
granted\. Press Return to begin session\. \)\'" from remote shell
16:54:45.131335 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:45.131479 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:45.131644 tramp-process-one-action (5) # Looking for regexp "\(^*Confirm 
user presence for key .*[
]*\)\'" from remote shell
16:54:45.131801 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:45.132038 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:45.132271 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from 
remote shell
16:54:45.132477 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:45.132676 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:45.132958 tramp-process-one-action (5) # Call tramp-action-process-alive
16:54:45.133152 tramp-get-connection-property (7) # locked nil; cache used: nil
16:54:45.133308 tramp-set-connection-property (7) # locked t
16:54:45.133488 tramp-accept-process-output (10) # *tramp/plinkx Prod* 0 run nil
plink -load Prod -t " env 'TERM=dumb' 'PROMPT_COMMAND=' 'PS1=#$ ' /bin/sh  -i " 
&& exit || exit
16:54:45.133657 tramp-flush-connection-property (7) # locked
16:54:45.133833 tramp-process-one-action (5) # Looking for regexp 
"\(.*\(user\|login\)\( .*\)?: *\)\'" from remote shell
16:54:45.133997 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:45.134175 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:45.135257 tramp-process-one-action (5) # Looking for regexp 
"\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|\)a\)\|geslo\|h\(?:\(?:as\|esl\)o\)\|iphasiwedi\|jelsz\|l\(?:ozinka\|senord\)\|m\(?:ot
 de passe\|t khu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: 
phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptaodis\)\|wachtwoord\|¾¸º\|°¾Œ\|¡”\|„©
 „±\|ऍऍ\|०à¤\|঍঍\|ও঍\|ਵà\|વàª\|ବà 
୕à\|஁ஊà\|ఇమ\|಍à²\|ാകàµ\|්à¶\|ធធឋ\|ー\|[ç]\|í\)\).*:? 
*\)\'" from remote shell
16:54:45.135491 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:45.135646 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:45.136059 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 
[[:digit:]]+\).*\)\'" from remote shell
16:54:45.136249 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:45.136397 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:45.136652 tramp-process-one-action (5) # Looking for regexp "\(^[^#$%>
]*[#$%>] *\)\'" from remote shell
16:54:45.136882 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:45.137096 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:45.137380 tramp-process-one-action (5) # Looking for regexp 
"\(\(?:^\|\)[^]#$%>
]*#?[]#$%>] *\(\[[[:digit:];]*[[:alpha:]] *\)*\)\'" from remote shell
16:54:45.137594 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:45.137749 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:45.138000 tramp-process-one-action (5) # Looking for regexp "\(\(Are you 
sure you want to continue connecting 
(yes/no\(?:\(?:/\[fingerprint]\)?)\?\)\)\s-*\)\'" from remote shell
16:54:45.138166 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:45.138309 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:45.138494 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
16:54:45.138661 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:45.138904 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:45.139241 tramp-process-one-action (5) # Looking for regexp "\(\(TERM = 
(.*)\|Terminal type\? \[.*\]\)\s-*\)\'" from remote shell
16:54:45.139467 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:45.139670 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:45.139898 tramp-process-one-action (5) # Looking for regexp "\(Access 
granted\. Press Return to begin session\. \)\'" from remote shell
16:54:45.140068 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:45.140210 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:45.140382 tramp-process-one-action (5) # Looking for regexp "\(^*Confirm 
user presence for key .*[
]*\)\'" from remote shell
16:54:45.140535 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:45.140681 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:45.141039 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from 
remote shell
16:54:45.141409 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:45.141571 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:45.141740 tramp-process-one-action (5) # Call tramp-action-process-alive
16:54:45.141934 tramp-get-connection-property (7) # locked nil; cache used: nil
16:54:45.142090 tramp-set-connection-property (7) # locked t
16:54:45.185613 tramp-accept-process-output (10) # *tramp/plinkx Prod* 0 run nil
plink -load Prod -t " env 'TERM=dumb' 'PROMPT_COMMAND=' 'PS1=#$ ' /bin/sh  -i " 
&& exit || exit
16:54:45.185870 tramp-flush-connection-property (7) # locked
16:54:45.186063 tramp-process-one-action (5) # Looking for regexp 
"\(.*\(user\|login\)\( .*\)?: *\)\'" from remote shell
16:54:45.186319 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:45.186471 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:45.187748 tramp-process-one-action (5) # Looking for regexp 
"\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|\)a\)\|geslo\|h\(?:\(?:as\|esl\)o\)\|iphasiwedi\|jelsz\|l\(?:ozinka\|senord\)\|m\(?:ot
 de passe\|t khu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: 
phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptaodis\)\|wachtwoord\|¾¸º\|°¾Œ\|¡”\|„©
 „±\|ऍऍ\|०à¤\|঍঍\|ও঍\|ਵà\|વàª\|ବà 
୕à\|஁ஊà\|ఇమ\|಍à²\|ാകàµ\|්à¶\|ធធឋ\|ー\|[ç]\|í\)\).*:? 
*\)\'" from remote shell
16:54:45.188008 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:45.188156 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:45.188561 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 
[[:digit:]]+\).*\)\'" from remote shell
16:54:45.188761 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:45.188904 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:45.189171 tramp-process-one-action (5) # Looking for regexp "\(^[^#$%>
]*[#$%>] *\)\'" from remote shell
16:54:45.189332 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:45.189476 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:45.189678 tramp-process-one-action (5) # Looking for regexp 
"\(\(?:^\|\)[^]#$%>
]*#?[]#$%>] *\(\[[[:digit:];]*[[:alpha:]] *\)*\)\'" from remote shell
16:54:45.189838 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:45.189982 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:45.190195 tramp-process-one-action (5) # Looking for regexp "\(\(Are you 
sure you want to continue connecting 
(yes/no\(?:\(?:/\[fingerprint]\)?)\?\)\)\s-*\)\'" from remote shell
16:54:45.190356 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:45.190496 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:45.190694 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
16:54:45.190866 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:45.191004 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:45.191173 tramp-process-one-action (5) # Looking for regexp "\(\(TERM = 
(.*)\|Terminal type\? \[.*\]\)\s-*\)\'" from remote shell
16:54:45.191331 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:45.191471 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:45.191657 tramp-process-one-action (5) # Looking for regexp "\(Access 
granted\. Press Return to begin session\. \)\'" from remote shell
16:54:45.191926 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:45.192079 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:45.192253 tramp-process-one-action (5) # Looking for regexp "\(^*Confirm 
user presence for key .*[
]*\)\'" from remote shell
16:54:45.192406 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:45.192547 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:45.192726 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from 
remote shell
16:54:45.192875 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:45.193014 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:45.193174 tramp-process-one-action (5) # Call tramp-action-process-alive
16:54:45.193330 tramp-get-connection-property (7) # locked nil; cache used: nil
16:54:45.193476 tramp-set-connection-property (7) # locked t
16:54:45.193659 tramp-accept-process-output (10) # *tramp/plinkx Prod* 0 run nil
plink -load Prod -t " env 'TERM=dumb' 'PROMPT_COMMAND=' 'PS1=#$ ' /bin/sh  -i " 
&& exit || exit
16:54:45.193832 tramp-flush-connection-property (7) # locked
16:54:45.194001 tramp-process-one-action (5) # Looking for regexp 
"\(.*\(user\|login\)\( .*\)?: *\)\'" from remote shell
16:54:45.194158 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:45.194299 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:45.195359 tramp-process-one-action (5) # Looking for regexp 
"\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|\)a\)\|geslo\|h\(?:\(?:as\|esl\)o\)\|iphasiwedi\|jelsz\|l\(?:ozinka\|senord\)\|m\(?:ot
 de passe\|t khu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: 
phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptaodis\)\|wachtwoord\|¾¸º\|°¾Œ\|¡”\|„©
 „±\|ऍऍ\|०à¤\|঍঍\|ও঍\|ਵà\|વàª\|ବà 
୕à\|஁ஊà\|ఇమ\|಍à²\|ാകàµ\|්à¶\|ធធឋ\|ー\|[ç]\|í\)\).*:? 
*\)\'" from remote shell
16:54:45.195585 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:45.195829 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:45.196231 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 
[[:digit:]]+\).*\)\'" from remote shell
16:54:45.196410 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:45.196569 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:45.196836 tramp-process-one-action (5) # Looking for regexp "\(^[^#$%>
]*[#$%>] *\)\'" from remote shell
16:54:45.196992 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:45.197131 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:45.197318 tramp-process-one-action (5) # Looking for regexp 
"\(\(?:^\|\)[^]#$%>
]*#?[]#$%>] *\(\[[[:digit:];]*[[:alpha:]] *\)*\)\'" from remote shell
16:54:45.197475 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:45.197669 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:45.197891 tramp-process-one-action (5) # Looking for regexp "\(\(Are you 
sure you want to continue connecting 
(yes/no\(?:\(?:/\[fingerprint]\)?)\?\)\)\s-*\)\'" from remote shell
16:54:45.198056 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:45.198194 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:45.198365 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
16:54:45.198524 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:45.198677 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:45.198847 tramp-process-one-action (5) # Looking for regexp "\(\(TERM = 
(.*)\|Terminal type\? \[.*\]\)\s-*\)\'" from remote shell
16:54:45.199005 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:45.199143 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:45.199379 tramp-process-one-action (5) # Looking for regexp "\(Access 
granted\. Press Return to begin session\. \)\'" from remote shell
16:54:45.199535 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:45.199688 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:45.199853 tramp-process-one-action (5) # Looking for regexp "\(^*Confirm 
user presence for key .*[
]*\)\'" from remote shell
16:54:45.200003 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:45.200138 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:45.200297 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from 
remote shell
16:54:45.200445 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:45.200581 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:45.200753 tramp-process-one-action (5) # Call tramp-action-process-alive
16:54:45.200910 tramp-get-connection-property (7) # locked nil; cache used: nil
16:54:45.201053 tramp-set-connection-property (7) # locked t
16:54:45.201218 tramp-accept-process-output (10) # *tramp/plinkx Prod* 0 run nil
plink -load Prod -t " env 'TERM=dumb' 'PROMPT_COMMAND=' 'PS1=#$ ' /bin/sh  -i " 
&& exit || exit
16:54:45.201375 tramp-flush-connection-property (7) # locked
16:54:45.201538 tramp-process-one-action (5) # Looking for regexp 
"\(.*\(user\|login\)\( .*\)?: *\)\'" from remote shell
16:54:45.201731 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:45.201871 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:45.203154 tramp-process-one-action (5) # Looking for regexp 
"\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|\)a\)\|geslo\|h\(?:\(?:as\|esl\)o\)\|iphasiwedi\|jelsz\|l\(?:ozinka\|senord\)\|m\(?:ot
 de passe\|t khu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: 
phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptaodis\)\|wachtwoord\|¾¸º\|°¾Œ\|¡”\|„©
 „±\|ऍऍ\|०à¤\|঍঍\|ও঍\|ਵà\|વàª\|ବà 
୕à\|஁ஊà\|ఇమ\|಍à²\|ാകàµ\|්à¶\|ធធឋ\|ー\|[ç]\|í\)\).*:? 
*\)\'" from remote shell
16:54:45.203414 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:45.203568 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:45.204106 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 
[[:digit:]]+\).*\)\'" from remote shell
16:54:45.204314 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:45.204464 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:45.204930 tramp-process-one-action (5) # Looking for regexp "\(^[^#$%>
]*[#$%>] *\)\'" from remote shell
16:54:45.205324 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:45.205680 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:45.206008 tramp-process-one-action (5) # Looking for regexp 
"\(\(?:^\|\)[^]#$%>
]*#?[]#$%>] *\(\[[[:digit:];]*[[:alpha:]] *\)*\)\'" from remote shell
16:54:45.206198 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:45.206356 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:45.206576 tramp-process-one-action (5) # Looking for regexp "\(\(Are you 
sure you want to continue connecting 
(yes/no\(?:\(?:/\[fingerprint]\)?)\?\)\)\s-*\)\'" from remote shell
16:54:45.206949 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:45.207115 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:45.207303 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
16:54:45.207520 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:45.207820 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:45.208158 tramp-process-one-action (5) # Looking for regexp "\(\(TERM = 
(.*)\|Terminal type\? \[.*\]\)\s-*\)\'" from remote shell
16:54:45.208341 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:45.208488 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:45.208676 tramp-process-one-action (5) # Looking for regexp "\(Access 
granted\. Press Return to begin session\. \)\'" from remote shell
16:54:45.208836 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:45.208976 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:45.209145 tramp-process-one-action (5) # Looking for regexp "\(^*Confirm 
user presence for key .*[
]*\)\'" from remote shell
16:54:45.209302 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:45.209438 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:45.209615 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from 
remote shell
16:54:45.209769 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:45.209907 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:45.210069 tramp-process-one-action (5) # Call tramp-action-process-alive
16:54:45.210228 tramp-get-connection-property (7) # locked nil; cache used: nil
16:54:45.210374 tramp-set-connection-property (7) # locked t
16:54:45.210878 tramp-accept-process-output (10) # *tramp/plinkx Prod* 0 run t
plink -load Prod -t " env 'TERM=dumb' 'PROMPT_COMMAND=' 'PS1=#$ ' /bin/sh  -i " 
&& exit || exit
uidg1626@10.116.36.89's password: 
16:54:45.211132 tramp-flush-connection-property (7) # locked
16:54:45.211327 tramp-get-connection-property (7) # locked nil; cache used: nil
16:54:45.211493 tramp-set-connection-property (7) # locked t
16:54:45.211755 tramp-accept-process-output (10) # *tramp/plinkx Prod* 0 run nil
plink -load Prod -t " env 'TERM=dumb' 'PROMPT_COMMAND=' 'PS1=#$ ' /bin/sh  -i " 
&& exit || exit
uidg1626@10.116.36.89's password: 
16:54:45.211969 tramp-flush-connection-property (7) # locked
16:54:45.212164 tramp-process-one-action (5) # Looking for regexp 
"\(.*\(user\|login\)\( .*\)?: *\)\'" from remote shell
16:54:45.212344 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:45.212492 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:45.213905 tramp-process-one-action (5) # Looking for regexp 
"\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|\)a\)\|geslo\|h\(?:\(?:as\|esl\)o\)\|iphasiwedi\|jelsz\|l\(?:ozinka\|senord\)\|m\(?:ot
 de passe\|t khu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: 
phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptaodis\)\|wachtwoord\|¾¸º\|°¾Œ\|¡”\|„©
 „±\|ऍऍ\|०à¤\|঍঍\|ও঍\|ਵà\|વàª\|ବà 
୕à\|஁ஊà\|ఇమ\|಍à²\|ാകàµ\|්à¶\|ធធឋ\|ー\|[ç]\|í\)\).*:? 
*\)\'" from remote shell
16:54:45.214173 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:45.214327 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:45.214534 tramp-process-one-action (5) # Call tramp-action-password
16:54:45.214715 tramp-get-connection-property (7) # first-password-request nil; 
cache used: t
16:54:45.214921 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:45.215079 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:45.215345 tramp-action-password (3) # Sending password
16:54:45.215504 tramp-get-connection-property (7) # password-vector 
(tramp-file-name plinkx nil nil Prod nil nil nil); cache used: t
16:54:45.216922 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:45.217076 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:45.217497 tramp-get-connection-property (7) # first-password-request nil; 
cache used: t
16:54:50.789524 tramp-set-connection-property (7) # first-password-request nil
16:54:50.790061 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 
[[:digit:]]+\).*\)\'" from remote shell
16:54:50.790335 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:50.790636 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:50.791047 tramp-process-one-action (5) # Looking for regexp "\(^[^#$%>
]*[#$%>] *\)\'" from remote shell
16:54:50.791283 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:50.791495 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:50.791734 tramp-process-one-action (5) # Looking for regexp 
"\(\(?:^\|\)[^]#$%>
]*#?[]#$%>] *\(\[[[:digit:];]*[[:alpha:]] *\)*\)\'" from remote shell
16:54:50.791905 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:50.792056 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:50.792269 tramp-process-one-action (5) # Looking for regexp "\(\(Are you 
sure you want to continue connecting 
(yes/no\(?:\(?:/\[fingerprint]\)?)\?\)\)\s-*\)\'" from remote shell
16:54:50.792439 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:50.792585 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:50.792790 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
16:54:50.792961 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:50.793124 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:50.793328 tramp-process-one-action (5) # Looking for regexp "\(\(TERM = 
(.*)\|Terminal type\? \[.*\]\)\s-*\)\'" from remote shell
16:54:50.793591 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:50.793866 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:50.794075 tramp-process-one-action (5) # Looking for regexp "\(Access 
granted\. Press Return to begin session\. \)\'" from remote shell
16:54:50.794246 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:50.794401 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:50.794582 tramp-process-one-action (5) # Looking for regexp "\(^*Confirm 
user presence for key .*[
]*\)\'" from remote shell
16:54:50.794764 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:50.794910 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:50.795092 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from 
remote shell
16:54:50.795255 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:50.795402 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:50.795577 tramp-process-one-action (5) # Call tramp-action-process-alive
16:54:50.795787 tramp-get-connection-property (7) # locked nil; cache used: nil
16:54:50.795991 tramp-set-connection-property (7) # locked t
16:54:50.796496 tramp-accept-process-output (10) # *tramp/plinkx Prod* 0 run t

16:54:50.796767 tramp-flush-connection-property (7) # locked
16:54:50.796950 tramp-get-connection-property (7) # locked nil; cache used: nil
16:54:50.797147 tramp-set-connection-property (7) # locked t
16:54:50.797344 tramp-accept-process-output (10) # *tramp/plinkx Prod* 0 run nil

16:54:50.797518 tramp-flush-connection-property (7) # locked
16:54:50.797790 tramp-process-one-action (5) # Looking for regexp 
"\(.*\(user\|login\)\( .*\)?: *\)\'" from remote shell
16:54:50.798211 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:50.798587 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:50.799140 tramp-process-one-action (5) # Looking for regexp 
"\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|\)a\)\|geslo\|h\(?:\(?:as\|esl\)o\)\|iphasiwedi\|jelsz\|l\(?:ozinka\|senord\)\|m\(?:ot
 de passe\|t khu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: 
phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptaodis\)\|wachtwoord\|¾¸º\|°¾Œ\|¡”\|„©
 „±\|ऍऍ\|०à¤\|঍঍\|ও঍\|ਵà\|વàª\|ବà 
୕à\|஁ஊà\|ఇమ\|಍à²\|ാകàµ\|්à¶\|ធធឋ\|ー\|[ç]\|í\)\).*:? 
*\)\'" from remote shell
16:54:50.799451 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:50.799614 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:50.799909 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 
[[:digit:]]+\).*\)\'" from remote shell
16:54:50.800113 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:50.800261 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:50.800431 tramp-process-one-action (5) # Looking for regexp "\(^[^#$%>
]*[#$%>] *\)\'" from remote shell
16:54:50.800598 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:50.800765 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:50.800945 tramp-process-one-action (5) # Looking for regexp 
"\(\(?:^\|\)[^]#$%>
]*#?[]#$%>] *\(\[[[:digit:];]*[[:alpha:]] *\)*\)\'" from remote shell
16:54:50.801106 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:50.801252 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:50.801435 tramp-process-one-action (5) # Looking for regexp "\(\(Are you 
sure you want to continue connecting 
(yes/no\(?:\(?:/\[fingerprint]\)?)\?\)\)\s-*\)\'" from remote shell
16:54:50.801604 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:50.801862 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:50.802223 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
16:54:50.802427 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:50.802825 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:50.803037 tramp-process-one-action (5) # Looking for regexp "\(\(TERM = 
(.*)\|Terminal type\? \[.*\]\)\s-*\)\'" from remote shell
16:54:50.803210 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:50.803358 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:50.803558 tramp-process-one-action (5) # Looking for regexp "\(Access 
granted\. Press Return to begin session\. \)\'" from remote shell
16:54:50.803752 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:50.803895 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:50.804067 tramp-process-one-action (5) # Looking for regexp "\(^*Confirm 
user presence for key .*[
]*\)\'" from remote shell
16:54:50.804229 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:50.804375 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:50.804541 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from 
remote shell
16:54:50.804781 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:50.804949 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:50.805216 tramp-process-one-action (5) # Call tramp-action-process-alive
16:54:50.805386 tramp-get-connection-property (7) # locked nil; cache used: nil
16:54:50.805557 tramp-set-connection-property (7) # locked t
16:54:50.805779 tramp-accept-process-output (10) # *tramp/plinkx Prod* 0 run nil

16:54:50.805949 tramp-flush-connection-property (7) # locked
16:54:50.849587 tramp-process-one-action (5) # Looking for regexp 
"\(.*\(user\|login\)\( .*\)?: *\)\'" from remote shell
16:54:50.849835 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:50.850002 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:50.850244 tramp-process-one-action (5) # Looking for regexp 
"\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|\)a\)\|geslo\|h\(?:\(?:as\|esl\)o\)\|iphasiwedi\|jelsz\|l\(?:ozinka\|senord\)\|m\(?:ot
 de passe\|t khu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: 
phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptaodis\)\|wachtwoord\|¾¸º\|°¾Œ\|¡”\|„©
 „±\|ऍऍ\|०à¤\|঍঍\|ও঍\|ਵà\|વàª\|ବà 
୕à\|஁ஊà\|ఇమ\|಍à²\|ാകàµ\|්à¶\|ធធឋ\|ー\|[ç]\|í\)\).*:? 
*\)\'" from remote shell
16:54:50.850490 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:50.850662 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:50.850854 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 
[[:digit:]]+\).*\)\'" from remote shell
16:54:50.851030 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:50.851168 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:50.851333 tramp-process-one-action (5) # Looking for regexp "\(^[^#$%>
]*[#$%>] *\)\'" from remote shell
16:54:50.851582 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:50.851728 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:50.851894 tramp-process-one-action (5) # Looking for regexp 
"\(\(?:^\|\)[^]#$%>
]*#?[]#$%>] *\(\[[[:digit:];]*[[:alpha:]] *\)*\)\'" from remote shell
16:54:50.852284 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:50.852436 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:50.852712 tramp-process-one-action (5) # Looking for regexp "\(\(Are you 
sure you want to continue connecting 
(yes/no\(?:\(?:/\[fingerprint]\)?)\?\)\)\s-*\)\'" from remote shell
16:54:50.852895 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:50.853047 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:50.853216 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
16:54:50.853375 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:50.853530 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:50.853696 tramp-process-one-action (5) # Looking for regexp "\(\(TERM = 
(.*)\|Terminal type\? \[.*\]\)\s-*\)\'" from remote shell
16:54:50.853851 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:50.853989 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:50.854146 tramp-process-one-action (5) # Looking for regexp "\(Access 
granted\. Press Return to begin session\. \)\'" from remote shell
16:54:50.854297 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:50.854434 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:50.854607 tramp-process-one-action (5) # Looking for regexp "\(^*Confirm 
user presence for key .*[
]*\)\'" from remote shell
16:54:50.854756 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:50.854907 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:50.855065 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from 
remote shell
16:54:50.855209 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:50.855346 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:50.855517 tramp-process-one-action (5) # Call tramp-action-process-alive
16:54:50.855674 tramp-get-connection-property (7) # locked nil; cache used: nil
16:54:50.855816 tramp-set-connection-property (7) # locked t
16:54:50.856058 tramp-accept-process-output (10) # *tramp/plinkx Prod* 0 run nil

16:54:50.856219 tramp-flush-connection-property (7) # locked
16:54:50.856382 tramp-process-one-action (5) # Looking for regexp 
"\(.*\(user\|login\)\( .*\)?: *\)\'" from remote shell
16:54:50.856556 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:50.856698 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:50.856915 tramp-process-one-action (5) # Looking for regexp 
"\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|\)a\)\|geslo\|h\(?:\(?:as\|esl\)o\)\|iphasiwedi\|jelsz\|l\(?:ozinka\|senord\)\|m\(?:ot
 de passe\|t khu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: 
phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptaodis\)\|wachtwoord\|¾¸º\|°¾Œ\|¡”\|„©
 „±\|ऍऍ\|०à¤\|঍঍\|ও঍\|ਵà\|વàª\|ବà 
୕à\|஁ஊà\|ఇమ\|಍à²\|ാകàµ\|්à¶\|ធធឋ\|ー\|[ç]\|í\)\).*:? 
*\)\'" from remote shell
16:54:50.857131 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:50.857272 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:50.857453 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 
[[:digit:]]+\).*\)\'" from remote shell
16:54:50.857636 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:50.857774 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:50.857936 tramp-process-one-action (5) # Looking for regexp "\(^[^#$%>
]*[#$%>] *\)\'" from remote shell
16:54:50.858084 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:50.858222 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:50.858381 tramp-process-one-action (5) # Looking for regexp 
"\(\(?:^\|\)[^]#$%>
]*#?[]#$%>] *\(\[[[:digit:];]*[[:alpha:]] *\)*\)\'" from remote shell
16:54:50.858548 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:50.858691 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:50.858855 tramp-process-one-action (5) # Looking for regexp "\(\(Are you 
sure you want to continue connecting 
(yes/no\(?:\(?:/\[fingerprint]\)?)\?\)\)\s-*\)\'" from remote shell
16:54:50.859011 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:50.859149 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:50.859314 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
16:54:50.859471 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:50.859625 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:50.859789 tramp-process-one-action (5) # Looking for regexp "\(\(TERM = 
(.*)\|Terminal type\? \[.*\]\)\s-*\)\'" from remote shell
16:54:50.859942 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:50.860084 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:50.860242 tramp-process-one-action (5) # Looking for regexp "\(Access 
granted\. Press Return to begin session\. \)\'" from remote shell
16:54:50.860392 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:50.860546 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:50.860705 tramp-process-one-action (5) # Looking for regexp "\(^*Confirm 
user presence for key .*[
]*\)\'" from remote shell
16:54:50.860850 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:50.860985 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:50.861141 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from 
remote shell
16:54:50.861291 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:50.861428 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:50.861603 tramp-process-one-action (5) # Call tramp-action-process-alive
16:54:50.861761 tramp-get-connection-property (7) # locked nil; cache used: nil
16:54:50.861905 tramp-set-connection-property (7) # locked t
16:54:50.862076 tramp-accept-process-output (10) # *tramp/plinkx Prod* 0 run nil

16:54:50.862231 tramp-flush-connection-property (7) # locked
16:54:50.862395 tramp-process-one-action (5) # Looking for regexp 
"\(.*\(user\|login\)\( .*\)?: *\)\'" from remote shell
16:54:50.862569 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:50.862714 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:50.862930 tramp-process-one-action (5) # Looking for regexp 
"\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|\)a\)\|geslo\|h\(?:\(?:as\|esl\)o\)\|iphasiwedi\|jelsz\|l\(?:ozinka\|senord\)\|m\(?:ot
 de passe\|t khu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: 
phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptaodis\)\|wachtwoord\|¾¸º\|°¾Œ\|¡”\|„©
 „±\|ऍऍ\|०à¤\|঍঍\|ও঍\|ਵà\|વàª\|ବà 
୕à\|஁ஊà\|ఇమ\|಍à²\|ാകàµ\|්à¶\|ធធឋ\|ー\|[ç]\|í\)\).*:? 
*\)\'" from remote shell
16:54:50.863223 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:50.863367 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:50.863681 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 
[[:digit:]]+\).*\)\'" from remote shell
16:54:50.863895 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:50.864040 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:50.864212 tramp-process-one-action (5) # Looking for regexp "\(^[^#$%>
]*[#$%>] *\)\'" from remote shell
16:54:50.864535 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:50.864744 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:50.864965 tramp-process-one-action (5) # Looking for regexp 
"\(\(?:^\|\)[^]#$%>
]*#?[]#$%>] *\(\[[[:digit:];]*[[:alpha:]] *\)*\)\'" from remote shell
16:54:50.865175 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:50.865374 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:50.865603 tramp-process-one-action (5) # Looking for regexp "\(\(Are you 
sure you want to continue connecting 
(yes/no\(?:\(?:/\[fingerprint]\)?)\?\)\)\s-*\)\'" from remote shell
16:54:50.865767 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:50.865909 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:50.866076 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
16:54:50.866236 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:50.866372 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:50.866551 tramp-process-one-action (5) # Looking for regexp "\(\(TERM = 
(.*)\|Terminal type\? \[.*\]\)\s-*\)\'" from remote shell
16:54:50.866736 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:50.866879 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:50.867052 tramp-process-one-action (5) # Looking for regexp "\(Access 
granted\. Press Return to begin session\. \)\'" from remote shell
16:54:50.867206 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:50.867343 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:50.867532 tramp-process-one-action (5) # Looking for regexp "\(^*Confirm 
user presence for key .*[
]*\)\'" from remote shell
16:54:50.867740 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:50.867935 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:50.868150 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from 
remote shell
16:54:50.868353 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:50.868549 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:50.868719 tramp-process-one-action (5) # Call tramp-action-process-alive
16:54:50.868877 tramp-get-connection-property (7) # locked nil; cache used: nil
16:54:50.869019 tramp-set-connection-property (7) # locked t
16:54:50.869191 tramp-accept-process-output (10) # *tramp/plinkx Prod* 0 run nil

16:54:50.869355 tramp-flush-connection-property (7) # locked
16:54:50.869533 tramp-process-one-action (5) # Looking for regexp 
"\(.*\(user\|login\)\( .*\)?: *\)\'" from remote shell
16:54:50.869695 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:50.869840 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:50.870055 tramp-process-one-action (5) # Looking for regexp 
"\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|\)a\)\|geslo\|h\(?:\(?:as\|esl\)o\)\|iphasiwedi\|jelsz\|l\(?:ozinka\|senord\)\|m\(?:ot
 de passe\|t khu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: 
phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptaodis\)\|wachtwoord\|¾¸º\|°¾Œ\|¡”\|„©
 „±\|ऍऍ\|०à¤\|঍঍\|ও঍\|ਵà\|વàª\|ବà 
୕à\|஁ஊà\|ఇమ\|಍à²\|ാകàµ\|්à¶\|ធធឋ\|ー\|[ç]\|í\)\).*:? 
*\)\'" from remote shell
16:54:50.870270 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:50.870415 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:50.870636 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 
[[:digit:]]+\).*\)\'" from remote shell
16:54:50.870812 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:50.870956 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:50.871123 tramp-process-one-action (5) # Looking for regexp "\(^[^#$%>
]*[#$%>] *\)\'" from remote shell
16:54:50.871272 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:50.871412 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:50.871589 tramp-process-one-action (5) # Looking for regexp 
"\(\(?:^\|\)[^]#$%>
]*#?[]#$%>] *\(\[[[:digit:];]*[[:alpha:]] *\)*\)\'" from remote shell
16:54:50.871741 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:50.871880 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:50.872043 tramp-process-one-action (5) # Looking for regexp "\(\(Are you 
sure you want to continue connecting 
(yes/no\(?:\(?:/\[fingerprint]\)?)\?\)\)\s-*\)\'" from remote shell
16:54:50.872197 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:50.872337 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:50.872533 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
16:54:50.872692 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:50.872829 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:50.872994 tramp-process-one-action (5) # Looking for regexp "\(\(TERM = 
(.*)\|Terminal type\? \[.*\]\)\s-*\)\'" from remote shell
16:54:50.873152 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:50.873290 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:50.873463 tramp-process-one-action (5) # Looking for regexp "\(Access 
granted\. Press Return to begin session\. \)\'" from remote shell
16:54:50.873628 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:50.873768 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:50.873960 tramp-process-one-action (5) # Looking for regexp "\(^*Confirm 
user presence for key .*[
]*\)\'" from remote shell
16:54:50.874151 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:50.874299 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:50.874531 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from 
remote shell
16:54:50.874731 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:50.874884 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:50.875052 tramp-process-one-action (5) # Call tramp-action-process-alive
16:54:50.875208 tramp-get-connection-property (7) # locked nil; cache used: nil
16:54:50.875361 tramp-set-connection-property (7) # locked t
16:54:50.875548 tramp-accept-process-output (10) # *tramp/plinkx Prod* 0 run nil

16:54:50.875704 tramp-flush-connection-property (7) # locked
16:54:50.875872 tramp-process-one-action (5) # Looking for regexp 
"\(.*\(user\|login\)\( .*\)?: *\)\'" from remote shell
16:54:50.876027 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:50.876173 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:50.876395 tramp-process-one-action (5) # Looking for regexp 
"\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|\)a\)\|geslo\|h\(?:\(?:as\|esl\)o\)\|iphasiwedi\|jelsz\|l\(?:ozinka\|senord\)\|m\(?:ot
 de passe\|t khu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: 
phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptaodis\)\|wachtwoord\|¾¸º\|°¾Œ\|¡”\|„©
 „±\|ऍऍ\|०à¤\|঍঍\|ও঍\|ਵà\|વàª\|ବà 
୕à\|஁ஊà\|ఇమ\|಍à²\|ാകàµ\|්à¶\|ធធឋ\|ー\|[ç]\|í\)\).*:? 
*\)\'" from remote shell
16:54:50.876713 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:50.876854 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:50.877042 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 
[[:digit:]]+\).*\)\'" from remote shell
16:54:50.877221 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:50.877359 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:50.877537 tramp-process-one-action (5) # Looking for regexp "\(^[^#$%>
]*[#$%>] *\)\'" from remote shell
16:54:50.877692 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:50.877831 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:50.877991 tramp-process-one-action (5) # Looking for regexp 
"\(\(?:^\|\)[^]#$%>
]*#?[]#$%>] *\(\[[[:digit:];]*[[:alpha:]] *\)*\)\'" from remote shell
16:54:50.878144 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:50.878285 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:50.878462 tramp-process-one-action (5) # Looking for regexp "\(\(Are you 
sure you want to continue connecting 
(yes/no\(?:\(?:/\[fingerprint]\)?)\?\)\)\s-*\)\'" from remote shell
16:54:50.878621 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:50.878759 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:50.878928 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
16:54:50.879091 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:50.879233 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:50.879631 tramp-process-one-action (5) # Looking for regexp "\(\(TERM = 
(.*)\|Terminal type\? \[.*\]\)\s-*\)\'" from remote shell
16:54:50.879968 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:50.880347 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:50.880579 tramp-process-one-action (5) # Looking for regexp "\(Access 
granted\. Press Return to begin session\. \)\'" from remote shell
16:54:50.880747 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:50.880891 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:50.881057 tramp-process-one-action (5) # Looking for regexp "\(^*Confirm 
user presence for key .*[
]*\)\'" from remote shell
16:54:50.881213 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:50.881354 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:50.881530 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from 
remote shell
16:54:50.881676 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:50.881823 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:50.881987 tramp-process-one-action (5) # Call tramp-action-process-alive
16:54:50.882143 tramp-get-connection-property (7) # locked nil; cache used: nil
16:54:50.882286 tramp-set-connection-property (7) # locked t
16:54:50.882462 tramp-accept-process-output (10) # *tramp/plinkx Prod* 0 run nil

16:54:50.882624 tramp-flush-connection-property (7) # locked
16:54:50.882789 tramp-process-one-action (5) # Looking for regexp 
"\(.*\(user\|login\)\( .*\)?: *\)\'" from remote shell
16:54:50.882947 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:50.883121 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:50.883393 tramp-process-one-action (5) # Looking for regexp 
"\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|\)a\)\|geslo\|h\(?:\(?:as\|esl\)o\)\|iphasiwedi\|jelsz\|l\(?:ozinka\|senord\)\|m\(?:ot
 de passe\|t khu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: 
phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptaodis\)\|wachtwoord\|¾¸º\|°¾Œ\|¡”\|„©
 „±\|ऍऍ\|०à¤\|঍঍\|ও঍\|ਵà\|વàª\|ବà 
୕à\|஁ஊà\|ఇమ\|಍à²\|ാകàµ\|්à¶\|ធធឋ\|ー\|[ç]\|í\)\).*:? 
*\)\'" from remote shell
16:54:50.883651 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:50.883799 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:50.883984 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 
[[:digit:]]+\).*\)\'" from remote shell
16:54:50.884156 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:50.884292 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:50.884485 tramp-process-one-action (5) # Looking for regexp "\(^[^#$%>
]*[#$%>] *\)\'" from remote shell
16:54:50.884732 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:50.884884 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:50.885058 tramp-process-one-action (5) # Looking for regexp 
"\(\(?:^\|\)[^]#$%>
]*#?[]#$%>] *\(\[[[:digit:];]*[[:alpha:]] *\)*\)\'" from remote shell
16:54:50.885214 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:50.885354 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:50.885640 tramp-process-one-action (5) # Looking for regexp "\(\(Are you 
sure you want to continue connecting 
(yes/no\(?:\(?:/\[fingerprint]\)?)\?\)\)\s-*\)\'" from remote shell
16:54:50.885824 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:50.885970 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:50.886143 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
16:54:50.886302 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:50.886463 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:50.886633 tramp-process-one-action (5) # Looking for regexp "\(\(TERM = 
(.*)\|Terminal type\? \[.*\]\)\s-*\)\'" from remote shell
16:54:50.886793 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:50.886936 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:50.887095 tramp-process-one-action (5) # Looking for regexp "\(Access 
granted\. Press Return to begin session\. \)\'" from remote shell
16:54:50.887246 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:50.887391 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:50.887567 tramp-process-one-action (5) # Looking for regexp "\(^*Confirm 
user presence for key .*[
]*\)\'" from remote shell
16:54:50.887738 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:50.887878 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:50.888033 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from 
remote shell
16:54:50.888181 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:50.888323 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:50.888500 tramp-process-one-action (5) # Call tramp-action-process-alive
16:54:50.888654 tramp-get-connection-property (7) # locked nil; cache used: nil
16:54:50.888873 tramp-set-connection-property (7) # locked t
16:54:50.889042 tramp-accept-process-output (10) # *tramp/plinkx Prod* 0 run nil

16:54:50.889200 tramp-flush-connection-property (7) # locked
16:54:50.889368 tramp-process-one-action (5) # Looking for regexp 
"\(.*\(user\|login\)\( .*\)?: *\)\'" from remote shell
16:54:50.889539 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:50.889682 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:50.889894 tramp-process-one-action (5) # Looking for regexp 
"\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|\)a\)\|geslo\|h\(?:\(?:as\|esl\)o\)\|iphasiwedi\|jelsz\|l\(?:ozinka\|senord\)\|m\(?:ot
 de passe\|t khu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: 
phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptaodis\)\|wachtwoord\|¾¸º\|°¾Œ\|¡”\|„©
 „±\|ऍऍ\|०à¤\|঍঍\|ও঍\|ਵà\|વàª\|ବà 
୕à\|஁ஊà\|ఇమ\|಍à²\|ാകàµ\|්à¶\|ធធឋ\|ー\|[ç]\|í\)\).*:? 
*\)\'" from remote shell
16:54:50.890118 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:50.890260 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:50.890467 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 
[[:digit:]]+\).*\)\'" from remote shell
16:54:50.890644 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:50.890782 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:50.890946 tramp-process-one-action (5) # Looking for regexp "\(^[^#$%>
]*[#$%>] *\)\'" from remote shell
16:54:50.891099 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:50.891236 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:50.891408 tramp-process-one-action (5) # Looking for regexp 
"\(\(?:^\|\)[^]#$%>
]*#?[]#$%>] *\(\[[[:digit:];]*[[:alpha:]] *\)*\)\'" from remote shell
16:54:50.891562 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:50.891701 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:50.891873 tramp-process-one-action (5) # Looking for regexp "\(\(Are you 
sure you want to continue connecting 
(yes/no\(?:\(?:/\[fingerprint]\)?)\?\)\)\s-*\)\'" from remote shell
16:54:50.892033 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:50.892175 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:50.892344 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
16:54:50.892596 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:50.892761 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:50.892939 tramp-process-one-action (5) # Looking for regexp "\(\(TERM = 
(.*)\|Terminal type\? \[.*\]\)\s-*\)\'" from remote shell
16:54:50.893361 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:50.893551 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:50.893993 tramp-process-one-action (5) # Looking for regexp "\(Access 
granted\. Press Return to begin session\. \)\'" from remote shell
16:54:50.894171 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:50.894324 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:50.894577 tramp-process-one-action (5) # Looking for regexp "\(^*Confirm 
user presence for key .*[
]*\)\'" from remote shell
16:54:50.894757 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:50.894902 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:50.895065 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from 
remote shell
16:54:50.895230 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:50.895376 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:50.895557 tramp-process-one-action (5) # Call tramp-action-process-alive
16:54:50.895952 tramp-get-connection-property (7) # locked nil; cache used: nil
16:54:50.896269 tramp-set-connection-property (7) # locked t
16:54:50.896669 tramp-accept-process-output (10) # *tramp/plinkx Prod* 0 run nil

16:54:50.896872 tramp-flush-connection-property (7) # locked
16:54:50.897047 tramp-process-one-action (5) # Looking for regexp 
"\(.*\(user\|login\)\( .*\)?: *\)\'" from remote shell
16:54:50.897209 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:50.897445 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:50.897691 tramp-process-one-action (5) # Looking for regexp 
"\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|\)a\)\|geslo\|h\(?:\(?:as\|esl\)o\)\|iphasiwedi\|jelsz\|l\(?:ozinka\|senord\)\|m\(?:ot
 de passe\|t khu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: 
phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptaodis\)\|wachtwoord\|¾¸º\|°¾Œ\|¡”\|„©
 „±\|ऍऍ\|०à¤\|঍঍\|ও঍\|ਵà\|વàª\|ବà 
୕à\|஁ஊà\|ఇమ\|಍à²\|ാകàµ\|්à¶\|ធធឋ\|ー\|[ç]\|í\)\).*:? 
*\)\'" from remote shell
16:54:50.897926 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:50.898077 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:50.898263 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 
[[:digit:]]+\).*\)\'" from remote shell
16:54:50.898504 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:50.898700 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:50.898927 tramp-process-one-action (5) # Looking for regexp "\(^[^#$%>
]*[#$%>] *\)\'" from remote shell
16:54:50.899136 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:50.899332 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:50.899541 tramp-process-one-action (5) # Looking for regexp 
"\(\(?:^\|\)[^]#$%>
]*#?[]#$%>] *\(\[[[:digit:];]*[[:alpha:]] *\)*\)\'" from remote shell
16:54:50.899704 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:50.899846 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:50.900024 tramp-process-one-action (5) # Looking for regexp "\(\(Are you 
sure you want to continue connecting 
(yes/no\(?:\(?:/\[fingerprint]\)?)\?\)\)\s-*\)\'" from remote shell
16:54:50.900186 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:50.900327 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:50.900508 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
16:54:50.900677 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:50.900818 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:50.901029 tramp-process-one-action (5) # Looking for regexp "\(\(TERM = 
(.*)\|Terminal type\? \[.*\]\)\s-*\)\'" from remote shell
16:54:50.901207 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:50.901352 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:50.901533 tramp-process-one-action (5) # Looking for regexp "\(Access 
granted\. Press Return to begin session\. \)\'" from remote shell
16:54:50.901688 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:50.901838 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:50.902004 tramp-process-one-action (5) # Looking for regexp "\(^*Confirm 
user presence for key .*[
]*\)\'" from remote shell
16:54:50.902155 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:50.902389 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:50.902554 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from 
remote shell
16:54:50.902706 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:50.902849 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:50.903011 tramp-process-one-action (5) # Call tramp-action-process-alive
16:54:50.903167 tramp-get-connection-property (7) # locked nil; cache used: nil
16:54:50.903309 tramp-set-connection-property (7) # locked t
16:54:50.903569 tramp-accept-process-output (10) # *tramp/plinkx Prod* 0 run nil

16:54:50.903746 tramp-flush-connection-property (7) # locked
16:54:50.903921 tramp-process-one-action (5) # Looking for regexp 
"\(.*\(user\|login\)\( .*\)?: *\)\'" from remote shell
16:54:50.904082 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:50.904238 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:50.904498 tramp-process-one-action (5) # Looking for regexp 
"\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|\)a\)\|geslo\|h\(?:\(?:as\|esl\)o\)\|iphasiwedi\|jelsz\|l\(?:ozinka\|senord\)\|m\(?:ot
 de passe\|t khu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: 
phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptaodis\)\|wachtwoord\|¾¸º\|°¾Œ\|¡”\|„©
 „±\|ऍऍ\|०à¤\|঍঍\|ও঍\|ਵà\|વàª\|ବà 
୕à\|஁ஊà\|ఇమ\|಍à²\|ാകàµ\|්à¶\|ធធឋ\|ー\|[ç]\|í\)\).*:? 
*\)\'" from remote shell
16:54:50.904728 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:50.904874 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:50.905059 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 
[[:digit:]]+\).*\)\'" from remote shell
16:54:50.905237 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:50.905401 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:50.905571 tramp-process-one-action (5) # Looking for regexp "\(^[^#$%>
]*[#$%>] *\)\'" from remote shell
16:54:50.905752 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:50.905899 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:50.906061 tramp-process-one-action (5) # Looking for regexp 
"\(\(?:^\|\)[^]#$%>
]*#?[]#$%>] *\(\[[[:digit:];]*[[:alpha:]] *\)*\)\'" from remote shell
16:54:50.906214 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:50.906365 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:50.906683 tramp-process-one-action (5) # Looking for regexp "\(\(Are you 
sure you want to continue connecting 
(yes/no\(?:\(?:/\[fingerprint]\)?)\?\)\)\s-*\)\'" from remote shell
16:54:50.906870 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:50.907022 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:50.907195 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
16:54:50.907365 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:50.907513 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:50.907695 tramp-process-one-action (5) # Looking for regexp "\(\(TERM = 
(.*)\|Terminal type\? \[.*\]\)\s-*\)\'" from remote shell
16:54:50.949387 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:50.949600 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:50.949797 tramp-process-one-action (5) # Looking for regexp "\(Access 
granted\. Press Return to begin session\. \)\'" from remote shell
16:54:50.949963 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:50.950106 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:50.950289 tramp-process-one-action (5) # Looking for regexp "\(^*Confirm 
user presence for key .*[
]*\)\'" from remote shell
16:54:50.950442 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:50.950584 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:50.950749 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from 
remote shell
16:54:50.950895 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:50.951034 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:50.951214 tramp-process-one-action (5) # Call tramp-action-process-alive
16:54:50.951474 tramp-get-connection-property (7) # locked nil; cache used: nil
16:54:50.951634 tramp-set-connection-property (7) # locked t
16:54:50.951872 tramp-accept-process-output (10) # *tramp/plinkx Prod* 0 run nil

16:54:50.952038 tramp-flush-connection-property (7) # locked
16:54:50.952204 tramp-process-one-action (5) # Looking for regexp 
"\(.*\(user\|login\)\( .*\)?: *\)\'" from remote shell
16:54:50.952381 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:50.952523 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:50.952744 tramp-process-one-action (5) # Looking for regexp 
"\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|\)a\)\|geslo\|h\(?:\(?:as\|esl\)o\)\|iphasiwedi\|jelsz\|l\(?:ozinka\|senord\)\|m\(?:ot
 de passe\|t khu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: 
phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptaodis\)\|wachtwoord\|¾¸º\|°¾Œ\|¡”\|„©
 „±\|ऍऍ\|०à¤\|঍঍\|ও঍\|ਵà\|વàª\|ବà 
୕à\|஁ஊà\|ఇమ\|಍à²\|ാകàµ\|්à¶\|ធធឋ\|ー\|[ç]\|í\)\).*:? 
*\)\'" from remote shell
16:54:50.953046 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:50.953190 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:50.953389 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 
[[:digit:]]+\).*\)\'" from remote shell
16:54:50.953569 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:50.953708 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:50.953873 tramp-process-one-action (5) # Looking for regexp "\(^[^#$%>
]*[#$%>] *\)\'" from remote shell
16:54:50.954023 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:50.954159 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:50.954336 tramp-process-one-action (5) # Looking for regexp 
"\(\(?:^\|\)[^]#$%>
]*#?[]#$%>] *\(\[[[:digit:];]*[[:alpha:]] *\)*\)\'" from remote shell
16:54:50.954490 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:50.954629 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:50.954793 tramp-process-one-action (5) # Looking for regexp "\(\(Are you 
sure you want to continue connecting 
(yes/no\(?:\(?:/\[fingerprint]\)?)\?\)\)\s-*\)\'" from remote shell
16:54:50.954949 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:50.955085 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:50.955269 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
16:54:50.955428 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:50.955568 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:50.955732 tramp-process-one-action (5) # Looking for regexp "\(\(TERM = 
(.*)\|Terminal type\? \[.*\]\)\s-*\)\'" from remote shell
16:54:50.955885 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:50.956022 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:50.956181 tramp-process-one-action (5) # Looking for regexp "\(Access 
granted\. Press Return to begin session\. \)\'" from remote shell
16:54:50.956347 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:50.956486 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:50.956643 tramp-process-one-action (5) # Looking for regexp "\(^*Confirm 
user presence for key .*[
]*\)\'" from remote shell
16:54:50.956789 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:50.956924 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:50.957078 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from 
remote shell
16:54:50.957233 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:50.957371 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:50.957529 tramp-process-one-action (5) # Call tramp-action-process-alive
16:54:50.957683 tramp-get-connection-property (7) # locked nil; cache used: nil
16:54:50.957825 tramp-set-connection-property (7) # locked t
16:54:50.957987 tramp-accept-process-output (10) # *tramp/plinkx Prod* 0 run nil

16:54:50.958136 tramp-flush-connection-property (7) # locked
16:54:50.958415 tramp-process-one-action (5) # Looking for regexp 
"\(.*\(user\|login\)\( .*\)?: *\)\'" from remote shell
16:54:50.958598 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:50.958744 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:50.958977 tramp-process-one-action (5) # Looking for regexp 
"\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|\)a\)\|geslo\|h\(?:\(?:as\|esl\)o\)\|iphasiwedi\|jelsz\|l\(?:ozinka\|senord\)\|m\(?:ot
 de passe\|t khu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: 
phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptaodis\)\|wachtwoord\|¾¸º\|°¾Œ\|¡”\|„©
 „±\|ऍऍ\|०à¤\|঍঍\|ও঍\|ਵà\|વàª\|ବà 
୕à\|஁ஊà\|ఇమ\|಍à²\|ാകàµ\|්à¶\|ធធឋ\|ー\|[ç]\|í\)\).*:? 
*\)\'" from remote shell
16:54:50.959193 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:50.959348 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:50.959531 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 
[[:digit:]]+\).*\)\'" from remote shell
16:54:50.959709 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:50.959848 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:50.960013 tramp-process-one-action (5) # Looking for regexp "\(^[^#$%>
]*[#$%>] *\)\'" from remote shell
16:54:50.960161 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:50.960314 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:50.960473 tramp-process-one-action (5) # Looking for regexp 
"\(\(?:^\|\)[^]#$%>
]*#?[]#$%>] *\(\[[[:digit:];]*[[:alpha:]] *\)*\)\'" from remote shell
16:54:50.960627 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:50.960768 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:50.960937 tramp-process-one-action (5) # Looking for regexp "\(\(Are you 
sure you want to continue connecting 
(yes/no\(?:\(?:/\[fingerprint]\)?)\?\)\)\s-*\)\'" from remote shell
16:54:50.961094 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:50.961246 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:50.961417 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
16:54:50.961577 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:50.961713 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:50.961876 tramp-process-one-action (5) # Looking for regexp "\(\(TERM = 
(.*)\|Terminal type\? \[.*\]\)\s-*\)\'" from remote shell
16:54:50.962033 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:50.962173 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:50.962442 tramp-process-one-action (5) # Looking for regexp "\(Access 
granted\. Press Return to begin session\. \)\'" from remote shell
16:54:50.962620 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:50.962765 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:50.962956 tramp-process-one-action (5) # Looking for regexp "\(^*Confirm 
user presence for key .*[
]*\)\'" from remote shell
16:54:50.963110 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:50.963271 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:50.963428 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from 
remote shell
16:54:50.963574 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:50.963711 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:50.963866 tramp-process-one-action (5) # Call tramp-action-process-alive
16:54:50.964022 tramp-get-connection-property (7) # locked nil; cache used: nil
16:54:50.964162 tramp-set-connection-property (7) # locked t
16:54:50.964344 tramp-accept-process-output (10) # *tramp/plinkx Prod* 0 run nil

16:54:50.964502 tramp-flush-connection-property (7) # locked
16:54:50.964664 tramp-process-one-action (5) # Looking for regexp 
"\(.*\(user\|login\)\( .*\)?: *\)\'" from remote shell
16:54:50.964816 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:50.964955 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:50.965265 tramp-process-one-action (5) # Looking for regexp 
"\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|\)a\)\|geslo\|h\(?:\(?:as\|esl\)o\)\|iphasiwedi\|jelsz\|l\(?:ozinka\|senord\)\|m\(?:ot
 de passe\|t khu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: 
phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptaodis\)\|wachtwoord\|¾¸º\|°¾Œ\|¡”\|„©
 „±\|ऍऍ\|०à¤\|঍঍\|ও঍\|ਵà\|વàª\|ବà 
୕à\|஁ஊà\|ఇమ\|಍à²\|ാകàµ\|්à¶\|ធធឋ\|ー\|[ç]\|í\)\).*:? 
*\)\'" from remote shell
16:54:50.965485 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:50.965623 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:50.965801 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 
[[:digit:]]+\).*\)\'" from remote shell
16:54:50.965971 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:50.966112 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:50.966290 tramp-process-one-action (5) # Looking for regexp "\(^[^#$%>
]*[#$%>] *\)\'" from remote shell
16:54:50.966437 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:50.966573 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:50.966731 tramp-process-one-action (5) # Looking for regexp 
"\(\(?:^\|\)[^]#$%>
]*#?[]#$%>] *\(\[[[:digit:];]*[[:alpha:]] *\)*\)\'" from remote shell
16:54:50.966881 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:50.967022 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:50.967194 tramp-process-one-action (5) # Looking for regexp "\(\(Are you 
sure you want to continue connecting 
(yes/no\(?:\(?:/\[fingerprint]\)?)\?\)\)\s-*\)\'" from remote shell
16:54:50.967353 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:50.967490 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:50.967654 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
16:54:50.967807 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:50.967945 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:50.968109 tramp-process-one-action (5) # Looking for regexp "\(\(TERM = 
(.*)\|Terminal type\? \[.*\]\)\s-*\)\'" from remote shell
16:54:50.968276 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:50.968429 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:50.968590 tramp-process-one-action (5) # Looking for regexp "\(Access 
granted\. Press Return to begin session\. \)\'" from remote shell
16:54:50.968740 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:50.968878 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:50.969035 tramp-process-one-action (5) # Looking for regexp "\(^*Confirm 
user presence for key .*[
]*\)\'" from remote shell
16:54:50.969189 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:50.969333 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:50.969489 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from 
remote shell
16:54:50.969630 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:50.969764 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:50.969920 tramp-process-one-action (5) # Call tramp-action-process-alive
16:54:50.970069 tramp-get-connection-property (7) # locked nil; cache used: nil
16:54:50.970222 tramp-set-connection-property (7) # locked t
16:54:50.970384 tramp-accept-process-output (10) # *tramp/plinkx Prod* 0 run nil

16:54:50.970533 tramp-flush-connection-property (7) # locked
16:54:50.970699 tramp-process-one-action (5) # Looking for regexp 
"\(.*\(user\|login\)\( .*\)?: *\)\'" from remote shell
16:54:50.970856 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:50.970996 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:50.971219 tramp-process-one-action (5) # Looking for regexp 
"\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|\)a\)\|geslo\|h\(?:\(?:as\|esl\)o\)\|iphasiwedi\|jelsz\|l\(?:ozinka\|senord\)\|m\(?:ot
 de passe\|t khu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: 
phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptaodis\)\|wachtwoord\|¾¸º\|°¾Œ\|¡”\|„©
 „±\|ऍऍ\|०à¤\|঍঍\|ও঍\|ਵà\|વàª\|ବà 
୕à\|஁ஊà\|ఇమ\|಍à²\|ാകàµ\|්à¶\|ធធឋ\|ー\|[ç]\|í\)\).*:? 
*\)\'" from remote shell
16:54:50.971452 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:50.971596 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:50.971792 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 
[[:digit:]]+\).*\)\'" from remote shell
16:54:50.971980 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:50.972118 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:50.972296 tramp-process-one-action (5) # Looking for regexp "\(^[^#$%>
]*[#$%>] *\)\'" from remote shell
16:54:50.972445 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:50.972579 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:50.972739 tramp-process-one-action (5) # Looking for regexp 
"\(\(?:^\|\)[^]#$%>
]*#?[]#$%>] *\(\[[[:digit:];]*[[:alpha:]] *\)*\)\'" from remote shell
16:54:50.972889 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:50.973026 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:50.973207 tramp-process-one-action (5) # Looking for regexp "\(\(Are you 
sure you want to continue connecting 
(yes/no\(?:\(?:/\[fingerprint]\)?)\?\)\)\s-*\)\'" from remote shell
16:54:50.973383 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:50.973519 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:50.973683 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
16:54:50.973835 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:50.973975 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:50.974136 tramp-process-one-action (5) # Looking for regexp "\(\(TERM = 
(.*)\|Terminal type\? \[.*\]\)\s-*\)\'" from remote shell
16:54:50.974304 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:50.974441 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:50.974600 tramp-process-one-action (5) # Looking for regexp "\(Access 
granted\. Press Return to begin session\. \)\'" from remote shell
16:54:50.974753 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:50.974889 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:50.975043 tramp-process-one-action (5) # Looking for regexp "\(^*Confirm 
user presence for key .*[
]*\)\'" from remote shell
16:54:50.975208 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:50.975346 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:50.975499 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from 
remote shell
16:54:50.975639 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:50.975781 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:50.975935 tramp-process-one-action (5) # Call tramp-action-process-alive
16:54:50.976084 tramp-get-connection-property (7) # locked nil; cache used: nil
16:54:50.976239 tramp-set-connection-property (7) # locked t
16:54:50.976402 tramp-accept-process-output (10) # *tramp/plinkx Prod* 0 run nil

16:54:50.976551 tramp-flush-connection-property (7) # locked
16:54:50.976712 tramp-process-one-action (5) # Looking for regexp 
"\(.*\(user\|login\)\( .*\)?: *\)\'" from remote shell
16:54:50.976864 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:50.977076 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:50.977308 tramp-process-one-action (5) # Looking for regexp 
"\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|\)a\)\|geslo\|h\(?:\(?:as\|esl\)o\)\|iphasiwedi\|jelsz\|l\(?:ozinka\|senord\)\|m\(?:ot
 de passe\|t khu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: 
phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptaodis\)\|wachtwoord\|¾¸º\|°¾Œ\|¡”\|„©
 „±\|ऍऍ\|०à¤\|঍঍\|ও঍\|ਵà\|વàª\|ବà 
୕à\|஁ஊà\|ఇమ\|಍à²\|ാകàµ\|්à¶\|ធធឋ\|ー\|[ç]\|í\)\).*:? 
*\)\'" from remote shell
16:54:50.977529 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:50.977667 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:50.977848 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 
[[:digit:]]+\).*\)\'" from remote shell
16:54:50.978021 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:50.978171 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:50.978490 tramp-process-one-action (5) # Looking for regexp "\(^[^#$%>
]*[#$%>] *\)\'" from remote shell
16:54:50.978862 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:50.979264 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:50.979515 tramp-process-one-action (5) # Looking for regexp 
"\(\(?:^\|\)[^]#$%>
]*#?[]#$%>] *\(\[[[:digit:];]*[[:alpha:]] *\)*\)\'" from remote shell
16:54:50.979733 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:50.979933 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:50.980166 tramp-process-one-action (5) # Looking for regexp "\(\(Are you 
sure you want to continue connecting 
(yes/no\(?:\(?:/\[fingerprint]\)?)\?\)\)\s-*\)\'" from remote shell
16:54:50.980348 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:50.980495 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:50.980666 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
16:54:50.980825 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:50.980966 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:50.981136 tramp-process-one-action (5) # Looking for regexp "\(\(TERM = 
(.*)\|Terminal type\? \[.*\]\)\s-*\)\'" from remote shell
16:54:50.981309 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:50.981453 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:50.981615 tramp-process-one-action (5) # Looking for regexp "\(Access 
granted\. Press Return to begin session\. \)\'" from remote shell
16:54:50.981766 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:50.981913 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:50.982078 tramp-process-one-action (5) # Looking for regexp "\(^*Confirm 
user presence for key .*[
]*\)\'" from remote shell
16:54:50.982265 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:50.982404 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:50.982561 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from 
remote shell
16:54:50.982711 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:50.982850 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:50.983010 tramp-process-one-action (5) # Call tramp-action-process-alive
16:54:50.983180 tramp-get-connection-property (7) # locked nil; cache used: nil
16:54:50.983326 tramp-set-connection-property (7) # locked t
16:54:50.983493 tramp-accept-process-output (10) # *tramp/plinkx Prod* 0 run nil

16:54:50.983652 tramp-flush-connection-property (7) # locked
16:54:50.983824 tramp-process-one-action (5) # Looking for regexp 
"\(.*\(user\|login\)\( .*\)?: *\)\'" from remote shell
16:54:50.983980 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:50.984120 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:50.984555 tramp-process-one-action (5) # Looking for regexp 
"\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|\)a\)\|geslo\|h\(?:\(?:as\|esl\)o\)\|iphasiwedi\|jelsz\|l\(?:ozinka\|senord\)\|m\(?:ot
 de passe\|t khu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: 
phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptaodis\)\|wachtwoord\|¾¸º\|°¾Œ\|¡”\|„©
 „±\|ऍऍ\|०à¤\|঍঍\|ও঍\|ਵà\|વàª\|ବà 
୕à\|஁ஊà\|ఇమ\|಍à²\|ാകàµ\|්à¶\|ធធឋ\|ー\|[ç]\|í\)\).*:? 
*\)\'" from remote shell
16:54:50.984805 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:50.984960 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:50.985167 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 
[[:digit:]]+\).*\)\'" from remote shell
16:54:50.985347 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:50.985486 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:50.985653 tramp-process-one-action (5) # Looking for regexp "\(^[^#$%>
]*[#$%>] *\)\'" from remote shell
16:54:50.985807 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:50.985950 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:50.986114 tramp-process-one-action (5) # Looking for regexp 
"\(\(?:^\|\)[^]#$%>
]*#?[]#$%>] *\(\[[[:digit:];]*[[:alpha:]] *\)*\)\'" from remote shell
16:54:50.986283 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:50.986423 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:50.986595 tramp-process-one-action (5) # Looking for regexp "\(\(Are you 
sure you want to continue connecting 
(yes/no\(?:\(?:/\[fingerprint]\)?)\?\)\)\s-*\)\'" from remote shell
16:54:50.986756 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:50.986896 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:50.987062 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
16:54:50.987234 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:50.987377 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:50.987547 tramp-process-one-action (5) # Looking for regexp "\(\(TERM = 
(.*)\|Terminal type\? \[.*\]\)\s-*\)\'" from remote shell
16:54:50.987709 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:50.987850 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:50.988010 tramp-process-one-action (5) # Looking for regexp "\(Access 
granted\. Press Return to begin session\. \)\'" from remote shell
16:54:50.988189 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:50.988361 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:50.988525 tramp-process-one-action (5) # Looking for regexp "\(^*Confirm 
user presence for key .*[
]*\)\'" from remote shell
16:54:50.988680 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:50.988822 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:50.988976 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from 
remote shell
16:54:50.989126 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:50.989283 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:50.989445 tramp-process-one-action (5) # Call tramp-action-process-alive
16:54:50.989605 tramp-get-connection-property (7) # locked nil; cache used: nil
16:54:50.989748 tramp-set-connection-property (7) # locked t
16:54:50.989916 tramp-accept-process-output (10) # *tramp/plinkx Prod* 0 run nil

16:54:50.990263 tramp-flush-connection-property (7) # locked
16:54:50.990533 tramp-process-one-action (5) # Looking for regexp 
"\(.*\(user\|login\)\( .*\)?: *\)\'" from remote shell
16:54:50.990705 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:50.990934 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:50.991216 tramp-process-one-action (5) # Looking for regexp 
"\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|\)a\)\|geslo\|h\(?:\(?:as\|esl\)o\)\|iphasiwedi\|jelsz\|l\(?:ozinka\|senord\)\|m\(?:ot
 de passe\|t khu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: 
phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptaodis\)\|wachtwoord\|¾¸º\|°¾Œ\|¡”\|„©
 „±\|ऍऍ\|०à¤\|঍঍\|ও঍\|ਵà\|વàª\|ବà 
୕à\|஁ஊà\|ఇమ\|಍à²\|ാകàµ\|්à¶\|ធធឋ\|ー\|[ç]\|í\)\).*:? 
*\)\'" from remote shell
16:54:50.991496 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:50.991660 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:50.991854 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 
[[:digit:]]+\).*\)\'" from remote shell
16:54:50.992032 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:50.992186 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:50.992357 tramp-process-one-action (5) # Looking for regexp "\(^[^#$%>
]*[#$%>] *\)\'" from remote shell
16:54:50.992514 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:50.992655 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:50.992819 tramp-process-one-action (5) # Looking for regexp 
"\(\(?:^\|\)[^]#$%>
]*#?[]#$%>] *\(\[[[:digit:];]*[[:alpha:]] *\)*\)\'" from remote shell
16:54:50.992971 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:50.993109 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:50.993316 tramp-process-one-action (5) # Looking for regexp "\(\(Are you 
sure you want to continue connecting 
(yes/no\(?:\(?:/\[fingerprint]\)?)\?\)\)\s-*\)\'" from remote shell
16:54:50.993480 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:50.993625 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:50.993792 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
16:54:50.993953 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:50.994099 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:50.994339 tramp-process-one-action (5) # Looking for regexp "\(\(TERM = 
(.*)\|Terminal type\? \[.*\]\)\s-*\)\'" from remote shell
16:54:50.994557 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:50.994758 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:50.994978 tramp-process-one-action (5) # Looking for regexp "\(Access 
granted\. Press Return to begin session\. \)\'" from remote shell
16:54:50.995198 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:50.995408 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:50.995728 tramp-process-one-action (5) # Looking for regexp "\(^*Confirm 
user presence for key .*[
]*\)\'" from remote shell
16:54:50.995913 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:50.996060 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:50.996244 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from 
remote shell
16:54:50.996403 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:50.996556 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:50.996719 tramp-process-one-action (5) # Call tramp-action-process-alive
16:54:50.996898 tramp-get-connection-property (7) # locked nil; cache used: nil
16:54:50.997045 tramp-set-connection-property (7) # locked t
16:54:50.997235 tramp-accept-process-output (10) # *tramp/plinkx Prod* 0 run nil

16:54:50.997522 tramp-flush-connection-property (7) # locked
16:54:50.997937 tramp-process-one-action (5) # Looking for regexp 
"\(.*\(user\|login\)\( .*\)?: *\)\'" from remote shell
16:54:50.998161 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:50.998320 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:50.998550 tramp-process-one-action (5) # Looking for regexp 
"\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|\)a\)\|geslo\|h\(?:\(?:as\|esl\)o\)\|iphasiwedi\|jelsz\|l\(?:ozinka\|senord\)\|m\(?:ot
 de passe\|t khu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: 
phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptaodis\)\|wachtwoord\|¾¸º\|°¾Œ\|¡”\|„©
 „±\|ऍऍ\|०à¤\|঍঍\|ও঍\|ਵà\|વàª\|ବà 
୕à\|஁ஊà\|ఇమ\|಍à²\|ാകàµ\|්à¶\|ធធឋ\|ー\|[ç]\|í\)\).*:? 
*\)\'" from remote shell
16:54:50.998802 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:50.998953 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:50.999156 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 
[[:digit:]]+\).*\)\'" from remote shell
16:54:50.999519 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:50.999895 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:51.000289 tramp-process-one-action (5) # Looking for regexp "\(^[^#$%>
]*[#$%>] *\)\'" from remote shell
16:54:51.000603 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:51.000762 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:51.000941 tramp-process-one-action (5) # Looking for regexp 
"\(\(?:^\|\)[^]#$%>
]*#?[]#$%>] *\(\[[[:digit:];]*[[:alpha:]] *\)*\)\'" from remote shell
16:54:51.001254 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:51.001508 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:51.001908 tramp-process-one-action (5) # Looking for regexp "\(\(Are you 
sure you want to continue connecting 
(yes/no\(?:\(?:/\[fingerprint]\)?)\?\)\)\s-*\)\'" from remote shell
16:54:51.002168 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:51.002381 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:51.002567 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
16:54:51.002733 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:51.002884 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:51.003055 tramp-process-one-action (5) # Looking for regexp "\(\(TERM = 
(.*)\|Terminal type\? \[.*\]\)\s-*\)\'" from remote shell
16:54:51.003272 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:51.003592 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:51.003761 tramp-process-one-action (5) # Looking for regexp "\(Access 
granted\. Press Return to begin session\. \)\'" from remote shell
16:54:51.003916 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:51.004076 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:51.004585 tramp-process-one-action (5) # Looking for regexp "\(^*Confirm 
user presence for key .*[
]*\)\'" from remote shell
16:54:51.004909 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:51.005223 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:51.005551 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from 
remote shell
16:54:51.005903 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:51.006143 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:51.006393 tramp-process-one-action (5) # Call tramp-action-process-alive
16:54:51.006572 tramp-get-connection-property (7) # locked nil; cache used: nil
16:54:51.006725 tramp-set-connection-property (7) # locked t
16:54:51.006906 tramp-accept-process-output (10) # *tramp/plinkx Prod* 0 run nil

16:54:51.007072 tramp-flush-connection-property (7) # locked
16:54:51.007262 tramp-process-one-action (5) # Looking for regexp 
"\(.*\(user\|login\)\( .*\)?: *\)\'" from remote shell
16:54:51.007427 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:51.007574 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:51.007824 tramp-process-one-action (5) # Looking for regexp 
"\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|\)a\)\|geslo\|h\(?:\(?:as\|esl\)o\)\|iphasiwedi\|jelsz\|l\(?:ozinka\|senord\)\|m\(?:ot
 de passe\|t khu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: 
phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptaodis\)\|wachtwoord\|¾¸º\|°¾Œ\|¡”\|„©
 „±\|ऍऍ\|०à¤\|঍঍\|ও঍\|ਵà\|વàª\|ବà 
୕à\|஁ஊà\|ఇమ\|಍à²\|ാകàµ\|්à¶\|ធធឋ\|ー\|[ç]\|í\)\).*:? 
*\)\'" from remote shell
16:54:51.008146 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:51.008296 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:51.056767 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 
[[:digit:]]+\).*\)\'" from remote shell
16:54:51.057239 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:51.057480 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:51.057733 tramp-process-one-action (5) # Looking for regexp "\(^[^#$%>
]*[#$%>] *\)\'" from remote shell
16:54:51.057960 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:51.058134 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:51.058313 tramp-process-one-action (5) # Looking for regexp 
"\(\(?:^\|\)[^]#$%>
]*#?[]#$%>] *\(\[[[:digit:];]*[[:alpha:]] *\)*\)\'" from remote shell
16:54:51.058476 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:51.058630 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:51.058805 tramp-process-one-action (5) # Looking for regexp "\(\(Are you 
sure you want to continue connecting 
(yes/no\(?:\(?:/\[fingerprint]\)?)\?\)\)\s-*\)\'" from remote shell
16:54:51.058981 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:51.059131 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:51.059318 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
16:54:51.059480 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:51.059624 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:51.059791 tramp-process-one-action (5) # Looking for regexp "\(\(TERM = 
(.*)\|Terminal type\? \[.*\]\)\s-*\)\'" from remote shell
16:54:51.060153 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:51.060360 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:51.060586 tramp-process-one-action (5) # Looking for regexp "\(Access 
granted\. Press Return to begin session\. \)\'" from remote shell
16:54:51.060800 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:51.061069 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:51.061530 tramp-process-one-action (5) # Looking for regexp "\(^*Confirm 
user presence for key .*[
]*\)\'" from remote shell
16:54:51.061893 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:51.062217 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:51.062564 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from 
remote shell
16:54:51.062918 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:51.063262 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:51.063446 tramp-process-one-action (5) # Call tramp-action-process-alive
16:54:51.063610 tramp-get-connection-property (7) # locked nil; cache used: nil
16:54:51.063783 tramp-set-connection-property (7) # locked t
16:54:51.064336 tramp-accept-process-output (10) # *tramp/plinkx Prod* 0 run nil

16:54:51.064564 tramp-flush-connection-property (7) # locked
16:54:51.064789 tramp-process-one-action (5) # Looking for regexp 
"\(.*\(user\|login\)\( .*\)?: *\)\'" from remote shell
16:54:51.065112 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:51.065346 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:51.065615 tramp-process-one-action (5) # Looking for regexp 
"\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|\)a\)\|geslo\|h\(?:\(?:as\|esl\)o\)\|iphasiwedi\|jelsz\|l\(?:ozinka\|senord\)\|m\(?:ot
 de passe\|t khu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: 
phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptaodis\)\|wachtwoord\|¾¸º\|°¾Œ\|¡”\|„©
 „±\|ऍऍ\|०à¤\|঍঍\|ও঍\|ਵà\|વàª\|ବà 
୕à\|஁ஊà\|ఇమ\|಍à²\|ാകàµ\|්à¶\|ធធឋ\|ー\|[ç]\|í\)\).*:? 
*\)\'" from remote shell
16:54:51.065983 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:51.066142 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:51.066334 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 
[[:digit:]]+\).*\)\'" from remote shell
16:54:51.066512 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:51.066651 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:51.066816 tramp-process-one-action (5) # Looking for regexp "\(^[^#$%>
]*[#$%>] *\)\'" from remote shell
16:54:51.067051 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:51.067251 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:51.067470 tramp-process-one-action (5) # Looking for regexp 
"\(\(?:^\|\)[^]#$%>
]*#?[]#$%>] *\(\[[[:digit:];]*[[:alpha:]] *\)*\)\'" from remote shell
16:54:51.067689 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:51.067888 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:51.068168 tramp-process-one-action (5) # Looking for regexp "\(\(Are you 
sure you want to continue connecting 
(yes/no\(?:\(?:/\[fingerprint]\)?)\?\)\)\s-*\)\'" from remote shell
16:54:51.068348 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:51.068536 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:51.068798 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
16:54:51.068984 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:51.069128 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:51.069298 tramp-process-one-action (5) # Looking for regexp "\(\(TERM = 
(.*)\|Terminal type\? \[.*\]\)\s-*\)\'" from remote shell
16:54:51.069458 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:51.069616 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:51.069781 tramp-process-one-action (5) # Looking for regexp "\(Access 
granted\. Press Return to begin session\. \)\'" from remote shell
16:54:51.069949 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:51.070097 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:51.070259 tramp-process-one-action (5) # Looking for regexp "\(^*Confirm 
user presence for key .*[
]*\)\'" from remote shell
16:54:51.070410 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:51.070554 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:51.070713 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from 
remote shell
16:54:51.070859 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:51.071014 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:51.071192 tramp-process-one-action (5) # Call tramp-action-process-alive
16:54:51.071438 tramp-get-connection-property (7) # locked nil; cache used: nil
16:54:51.071593 tramp-set-connection-property (7) # locked t
16:54:51.071768 tramp-accept-process-output (10) # *tramp/plinkx Prod* 0 run nil

16:54:51.071976 tramp-flush-connection-property (7) # locked
16:54:51.072393 tramp-process-one-action (5) # Looking for regexp 
"\(.*\(user\|login\)\( .*\)?: *\)\'" from remote shell
16:54:51.072778 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:51.073173 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:51.073729 tramp-process-one-action (5) # Looking for regexp 
"\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|\)a\)\|geslo\|h\(?:\(?:as\|esl\)o\)\|iphasiwedi\|jelsz\|l\(?:ozinka\|senord\)\|m\(?:ot
 de passe\|t khu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: 
phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptaodis\)\|wachtwoord\|¾¸º\|°¾Œ\|¡”\|„©
 „±\|ऍऍ\|०à¤\|঍঍\|ও঍\|ਵà\|વàª\|ବà 
୕à\|஁ஊà\|ఇమ\|಍à²\|ാകàµ\|්à¶\|ធធឋ\|ー\|[ç]\|í\)\).*:? 
*\)\'" from remote shell
16:54:51.074141 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:51.074313 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:51.074515 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 
[[:digit:]]+\).*\)\'" from remote shell
16:54:51.074694 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:51.074838 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:51.075027 tramp-process-one-action (5) # Looking for regexp "\(^[^#$%>
]*[#$%>] *\)\'" from remote shell
16:54:51.075180 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:51.075319 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:51.075484 tramp-process-one-action (5) # Looking for regexp 
"\(\(?:^\|\)[^]#$%>
]*#?[]#$%>] *\(\[[[:digit:];]*[[:alpha:]] *\)*\)\'" from remote shell
16:54:51.075651 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:51.075792 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:51.075976 tramp-process-one-action (5) # Looking for regexp "\(\(Are you 
sure you want to continue connecting 
(yes/no\(?:\(?:/\[fingerprint]\)?)\?\)\)\s-*\)\'" from remote shell
16:54:51.076139 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:51.076280 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:51.076535 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
16:54:51.076710 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:51.076852 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:51.077082 tramp-process-one-action (5) # Looking for regexp "\(\(TERM = 
(.*)\|Terminal type\? \[.*\]\)\s-*\)\'" from remote shell
16:54:51.077248 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:51.077392 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:51.077554 tramp-process-one-action (5) # Looking for regexp "\(Access 
granted\. Press Return to begin session\. \)\'" from remote shell
16:54:51.078096 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:51.078398 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:51.078751 tramp-process-one-action (5) # Looking for regexp "\(^*Confirm 
user presence for key .*[
]*\)\'" from remote shell
16:54:51.079101 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:51.079429 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:51.079670 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from 
remote shell
16:54:51.079880 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:51.080210 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:51.080552 tramp-process-one-action (5) # Call tramp-action-process-alive
16:54:51.080839 tramp-get-connection-property (7) # locked nil; cache used: nil
16:54:51.081030 tramp-set-connection-property (7) # locked t
16:54:51.081213 tramp-accept-process-output (10) # *tramp/plinkx Prod* 0 run nil

16:54:51.081379 tramp-flush-connection-property (7) # locked
16:54:51.081551 tramp-process-one-action (5) # Looking for regexp 
"\(.*\(user\|login\)\( .*\)?: *\)\'" from remote shell
16:54:51.081711 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:51.081859 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:51.082200 tramp-process-one-action (5) # Looking for regexp 
"\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|\)a\)\|geslo\|h\(?:\(?:as\|esl\)o\)\|iphasiwedi\|jelsz\|l\(?:ozinka\|senord\)\|m\(?:ot
 de passe\|t khu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: 
phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptaodis\)\|wachtwoord\|¾¸º\|°¾Œ\|¡”\|„©
 „±\|ऍऍ\|०à¤\|঍঍\|ও঍\|ਵà\|વàª\|ବà 
୕à\|஁ஊà\|ఇమ\|಍à²\|ാകàµ\|්à¶\|ធធឋ\|ー\|[ç]\|í\)\).*:? 
*\)\'" from remote shell
16:54:51.082513 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:51.082771 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:51.083130 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 
[[:digit:]]+\).*\)\'" from remote shell
16:54:51.083372 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:51.083569 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:51.083791 tramp-process-one-action (5) # Looking for regexp "\(^[^#$%>
]*[#$%>] *\)\'" from remote shell
16:54:51.083993 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:51.084305 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:51.084473 tramp-process-one-action (5) # Looking for regexp 
"\(\(?:^\|\)[^]#$%>
]*#?[]#$%>] *\(\[[[:digit:];]*[[:alpha:]] *\)*\)\'" from remote shell
16:54:51.084636 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:51.084782 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:51.084992 tramp-process-one-action (5) # Looking for regexp "\(\(Are you 
sure you want to continue connecting 
(yes/no\(?:\(?:/\[fingerprint]\)?)\?\)\)\s-*\)\'" from remote shell
16:54:51.085161 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:51.085306 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:51.085478 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
16:54:51.085639 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:51.085784 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:51.085968 tramp-process-one-action (5) # Looking for regexp "\(\(TERM = 
(.*)\|Terminal type\? \[.*\]\)\s-*\)\'" from remote shell
16:54:51.086125 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:51.086270 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:51.086434 tramp-process-one-action (5) # Looking for regexp "\(Access 
granted\. Press Return to begin session\. \)\'" from remote shell
16:54:51.086590 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:51.086730 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:51.086906 tramp-process-one-action (5) # Looking for regexp "\(^*Confirm 
user presence for key .*[
]*\)\'" from remote shell
16:54:51.087069 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:51.087211 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:51.087620 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from 
remote shell
16:54:51.087778 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:51.087953 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:51.088124 tramp-process-one-action (5) # Call tramp-action-process-alive
16:54:51.088281 tramp-get-connection-property (7) # locked nil; cache used: nil
16:54:51.088432 tramp-set-connection-property (7) # locked t
16:54:51.088597 tramp-accept-process-output (10) # *tramp/plinkx Prod* 0 run nil

16:54:51.088753 tramp-flush-connection-property (7) # locked
16:54:51.088939 tramp-process-one-action (5) # Looking for regexp 
"\(.*\(user\|login\)\( .*\)?: *\)\'" from remote shell
16:54:51.089101 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:51.089246 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:51.089475 tramp-process-one-action (5) # Looking for regexp 
"\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|\)a\)\|geslo\|h\(?:\(?:as\|esl\)o\)\|iphasiwedi\|jelsz\|l\(?:ozinka\|senord\)\|m\(?:ot
 de passe\|t khu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: 
phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptaodis\)\|wachtwoord\|¾¸º\|°¾Œ\|¡”\|„©
 „±\|ऍऍ\|०à¤\|঍঍\|ও঍\|ਵà\|વàª\|ବà 
୕à\|஁ஊà\|ఇమ\|಍à²\|ാകàµ\|්à¶\|ធធឋ\|ー\|[ç]\|í\)\).*:? 
*\)\'" from remote shell
16:54:51.089694 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:51.089837 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:51.090089 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 
[[:digit:]]+\).*\)\'" from remote shell
16:54:51.090318 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:51.090515 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:51.090737 tramp-process-one-action (5) # Looking for regexp "\(^[^#$%>
]*[#$%>] *\)\'" from remote shell
16:54:51.090947 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:51.091097 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:51.091266 tramp-process-one-action (5) # Looking for regexp 
"\(\(?:^\|\)[^]#$%>
]*#?[]#$%>] *\(\[[[:digit:];]*[[:alpha:]] *\)*\)\'" from remote shell
16:54:51.091436 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:51.091582 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:51.091750 tramp-process-one-action (5) # Looking for regexp "\(\(Are you 
sure you want to continue connecting 
(yes/no\(?:\(?:/\[fingerprint]\)?)\?\)\)\s-*\)\'" from remote shell
16:54:51.091928 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:51.092073 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:51.092243 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
16:54:51.092402 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:51.092544 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:51.092713 tramp-process-one-action (5) # Looking for regexp "\(\(TERM = 
(.*)\|Terminal type\? \[.*\]\)\s-*\)\'" from remote shell
16:54:51.092935 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:51.093091 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:51.093258 tramp-process-one-action (5) # Looking for regexp "\(Access 
granted\. Press Return to begin session\. \)\'" from remote shell
16:54:51.093428 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:51.093573 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:51.093733 tramp-process-one-action (5) # Looking for regexp "\(^*Confirm 
user presence for key .*[
]*\)\'" from remote shell
16:54:51.093948 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:51.094130 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:51.094647 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from 
remote shell
16:54:51.095010 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:51.095322 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:51.095553 tramp-process-one-action (5) # Call tramp-action-process-alive
16:54:51.095770 tramp-get-connection-property (7) # locked nil; cache used: nil
16:54:51.096026 tramp-set-connection-property (7) # locked t
16:54:51.096311 tramp-accept-process-output (10) # *tramp/plinkx Prod* 0 run nil

16:54:51.096522 tramp-flush-connection-property (7) # locked
16:54:51.096740 tramp-process-one-action (5) # Looking for regexp 
"\(.*\(user\|login\)\( .*\)?: *\)\'" from remote shell
16:54:51.096955 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:51.097108 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:51.097331 tramp-process-one-action (5) # Looking for regexp 
"\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|\)a\)\|geslo\|h\(?:\(?:as\|esl\)o\)\|iphasiwedi\|jelsz\|l\(?:ozinka\|senord\)\|m\(?:ot
 de passe\|t khu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: 
phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptaodis\)\|wachtwoord\|¾¸º\|°¾Œ\|¡”\|„©
 „±\|ऍऍ\|०à¤\|঍঍\|ও঍\|ਵà\|વàª\|ବà 
୕à\|஁ஊà\|ఇమ\|಍à²\|ാകàµ\|්à¶\|ធធឋ\|ー\|[ç]\|í\)\).*:? 
*\)\'" from remote shell
16:54:51.097549 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:51.097694 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:51.097896 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 
[[:digit:]]+\).*\)\'" from remote shell
16:54:51.098072 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:51.098222 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:51.098399 tramp-process-one-action (5) # Looking for regexp "\(^[^#$%>
]*[#$%>] *\)\'" from remote shell
16:54:51.098555 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:51.098700 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:51.098892 tramp-process-one-action (5) # Looking for regexp 
"\(\(?:^\|\)[^]#$%>
]*#?[]#$%>] *\(\[[[:digit:];]*[[:alpha:]] *\)*\)\'" from remote shell
16:54:51.099148 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:51.099299 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:51.099473 tramp-process-one-action (5) # Looking for regexp "\(\(Are you 
sure you want to continue connecting 
(yes/no\(?:\(?:/\[fingerprint]\)?)\?\)\)\s-*\)\'" from remote shell
16:54:51.099637 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:51.099782 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:51.099980 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
16:54:51.100142 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:51.100281 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:51.100454 tramp-process-one-action (5) # Looking for regexp "\(\(TERM = 
(.*)\|Terminal type\? \[.*\]\)\s-*\)\'" from remote shell
16:54:51.100614 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:51.100756 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:51.100932 tramp-process-one-action (5) # Looking for regexp "\(Access 
granted\. Press Return to begin session\. \)\'" from remote shell
16:54:51.101088 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:51.101229 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:51.101390 tramp-process-one-action (5) # Looking for regexp "\(^*Confirm 
user presence for key .*[
]*\)\'" from remote shell
16:54:51.101544 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:51.101698 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:51.101976 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from 
remote shell
16:54:51.102184 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:51.102382 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:51.102600 tramp-process-one-action (5) # Call tramp-action-process-alive
16:54:51.102813 tramp-get-connection-property (7) # locked nil; cache used: nil
16:54:51.102980 tramp-set-connection-property (7) # locked t
16:54:51.103153 tramp-accept-process-output (10) # *tramp/plinkx Prod* 0 run nil

16:54:51.103311 tramp-flush-connection-property (7) # locked
16:54:51.103481 tramp-process-one-action (5) # Looking for regexp 
"\(.*\(user\|login\)\( .*\)?: *\)\'" from remote shell
16:54:51.103640 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:51.103782 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:51.104012 tramp-process-one-action (5) # Looking for regexp 
"\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|\)a\)\|geslo\|h\(?:\(?:as\|esl\)o\)\|iphasiwedi\|jelsz\|l\(?:ozinka\|senord\)\|m\(?:ot
 de passe\|t khu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: 
phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptaodis\)\|wachtwoord\|¾¸º\|°¾Œ\|¡”\|„©
 „±\|ऍऍ\|०à¤\|঍঍\|ও঍\|ਵà\|વàª\|ବà 
୕à\|஁ஊà\|ఇమ\|಍à²\|ാകàµ\|්à¶\|ធធឋ\|ー\|[ç]\|í\)\).*:? 
*\)\'" from remote shell
16:54:51.104231 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:51.104377 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:51.104653 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 
[[:digit:]]+\).*\)\'" from remote shell
16:54:51.104910 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:51.105111 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:51.105287 tramp-process-one-action (5) # Looking for regexp "\(^[^#$%>
]*[#$%>] *\)\'" from remote shell
16:54:51.105448 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:51.105589 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:51.105752 tramp-process-one-action (5) # Looking for regexp 
"\(\(?:^\|\)[^]#$%>
]*#?[]#$%>] *\(\[[[:digit:];]*[[:alpha:]] *\)*\)\'" from remote shell
16:54:51.105926 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:51.106067 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:51.106232 tramp-process-one-action (5) # Looking for regexp "\(\(Are you 
sure you want to continue connecting 
(yes/no\(?:\(?:/\[fingerprint]\)?)\?\)\)\s-*\)\'" from remote shell
16:54:51.106396 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:51.106536 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:51.106702 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
16:54:51.106871 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:51.107011 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:51.107181 tramp-process-one-action (5) # Looking for regexp "\(\(TERM = 
(.*)\|Terminal type\? \[.*\]\)\s-*\)\'" from remote shell
16:54:51.107422 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:51.107605 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:51.107772 tramp-process-one-action (5) # Looking for regexp "\(Access 
granted\. Press Return to begin session\. \)\'" from remote shell
16:54:51.107979 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:51.108126 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:51.108293 tramp-process-one-action (5) # Looking for regexp "\(^*Confirm 
user presence for key .*[
]*\)\'" from remote shell
16:54:51.108446 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:51.108585 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:51.108743 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from 
remote shell
16:54:51.108910 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:51.109054 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:51.109219 tramp-process-one-action (5) # Call tramp-action-process-alive
16:54:51.109376 tramp-get-connection-property (7) # locked nil; cache used: nil
16:54:51.109516 tramp-set-connection-property (7) # locked t
16:54:51.109681 tramp-accept-process-output (10) # *tramp/plinkx Prod* 0 run nil

16:54:51.109861 tramp-flush-connection-property (7) # locked
16:54:51.110122 tramp-process-one-action (5) # Looking for regexp 
"\(.*\(user\|login\)\( .*\)?: *\)\'" from remote shell
16:54:51.110292 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:51.110436 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:51.110654 tramp-process-one-action (5) # Looking for regexp 
"\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|\)a\)\|geslo\|h\(?:\(?:as\|esl\)o\)\|iphasiwedi\|jelsz\|l\(?:ozinka\|senord\)\|m\(?:ot
 de passe\|t khu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: 
phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptaodis\)\|wachtwoord\|¾¸º\|°¾Œ\|¡”\|„©
 „±\|ऍऍ\|०à¤\|঍঍\|ও঍\|ਵà\|વàª\|ବà 
୕à\|஁ஊà\|ఇమ\|಍à²\|ാകàµ\|්à¶\|ធធឋ\|ー\|[ç]\|í\)\).*:? 
*\)\'" from remote shell
16:54:51.111185 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:51.111544 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:51.111950 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 
[[:digit:]]+\).*\)\'" from remote shell
16:54:51.112159 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:51.112308 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:51.112477 tramp-process-one-action (5) # Looking for regexp "\(^[^#$%>
]*[#$%>] *\)\'" from remote shell
16:54:51.112634 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:51.112778 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:51.113007 tramp-process-one-action (5) # Looking for regexp 
"\(\(?:^\|\)[^]#$%>
]*#?[]#$%>] *\(\[[[:digit:];]*[[:alpha:]] *\)*\)\'" from remote shell
16:54:51.113169 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:51.113316 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:51.113488 tramp-process-one-action (5) # Looking for regexp "\(\(Are you 
sure you want to continue connecting 
(yes/no\(?:\(?:/\[fingerprint]\)?)\?\)\)\s-*\)\'" from remote shell
16:54:51.113655 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:51.113810 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:51.114019 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
16:54:51.114179 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:51.114317 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:51.114490 tramp-process-one-action (5) # Looking for regexp "\(\(TERM = 
(.*)\|Terminal type\? \[.*\]\)\s-*\)\'" from remote shell
16:54:51.114649 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:51.114806 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:51.115105 tramp-process-one-action (5) # Looking for regexp "\(Access 
granted\. Press Return to begin session\. \)\'" from remote shell
16:54:51.115292 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:51.115454 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:51.115966 tramp-process-one-action (5) # Looking for regexp "\(^*Confirm 
user presence for key .*[
]*\)\'" from remote shell
16:54:51.116178 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:51.116328 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:51.116502 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from 
remote shell
16:54:51.116650 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:51.116809 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:51.116979 tramp-process-one-action (5) # Call tramp-action-process-alive
16:54:51.117137 tramp-get-connection-property (7) # locked nil; cache used: nil
16:54:51.117281 tramp-set-connection-property (7) # locked t
16:54:51.117473 tramp-accept-process-output (10) # *tramp/plinkx Prod* 0 run nil

16:54:51.117635 tramp-flush-connection-property (7) # locked
16:54:51.117818 tramp-process-one-action (5) # Looking for regexp 
"\(.*\(user\|login\)\( .*\)?: *\)\'" from remote shell
16:54:51.117981 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:51.118126 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:51.118346 tramp-process-one-action (5) # Looking for regexp 
"\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|\)a\)\|geslo\|h\(?:\(?:as\|esl\)o\)\|iphasiwedi\|jelsz\|l\(?:ozinka\|senord\)\|m\(?:ot
 de passe\|t khu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: 
phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptaodis\)\|wachtwoord\|¾¸º\|°¾Œ\|¡”\|„©
 „±\|ऍऍ\|०à¤\|঍঍\|ও঍\|ਵà\|વàª\|ବà 
୕à\|஁ஊà\|ఇమ\|಍à²\|ാകàµ\|්à¶\|ធធឋ\|ー\|[ç]\|í\)\).*:? 
*\)\'" from remote shell
16:54:51.118569 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:51.118720 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:51.118924 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 
[[:digit:]]+\).*\)\'" from remote shell
16:54:51.119097 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:51.119235 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:51.119409 tramp-process-one-action (5) # Looking for regexp "\(^[^#$%>
]*[#$%>] *\)\'" from remote shell
16:54:51.119565 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:51.119706 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:51.119882 tramp-process-one-action (5) # Looking for regexp 
"\(\(?:^\|\)[^]#$%>
]*#?[]#$%>] *\(\[[[:digit:];]*[[:alpha:]] *\)*\)\'" from remote shell
16:54:51.120039 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:51.120180 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:51.120343 tramp-process-one-action (5) # Looking for regexp "\(\(Are you 
sure you want to continue connecting 
(yes/no\(?:\(?:/\[fingerprint]\)?)\?\)\)\s-*\)\'" from remote shell
16:54:51.120529 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:51.120671 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:51.120916 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
16:54:51.121109 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:51.121258 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:51.121441 tramp-process-one-action (5) # Looking for regexp "\(\(TERM = 
(.*)\|Terminal type\? \[.*\]\)\s-*\)\'" from remote shell
16:54:51.121602 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:51.121748 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:51.121926 tramp-process-one-action (5) # Looking for regexp "\(Access 
granted\. Press Return to begin session\. \)\'" from remote shell
16:54:51.122081 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:51.122227 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:51.122394 tramp-process-one-action (5) # Looking for regexp "\(^*Confirm 
user presence for key .*[
]*\)\'" from remote shell
16:54:51.122549 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:51.168448 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:51.168714 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from 
remote shell
16:54:51.168931 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:51.169175 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:51.169373 tramp-process-one-action (5) # Call tramp-action-process-alive
16:54:51.169537 tramp-get-connection-property (7) # locked nil; cache used: nil
16:54:51.169701 tramp-set-connection-property (7) # locked t
16:54:51.170098 tramp-accept-process-output (10) # *tramp/plinkx Prod* 0 run nil

16:54:51.170280 tramp-flush-connection-property (7) # locked
16:54:51.170453 tramp-process-one-action (5) # Looking for regexp 
"\(.*\(user\|login\)\( .*\)?: *\)\'" from remote shell
16:54:51.170614 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:51.170858 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:51.171097 tramp-process-one-action (5) # Looking for regexp 
"\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|\)a\)\|geslo\|h\(?:\(?:as\|esl\)o\)\|iphasiwedi\|jelsz\|l\(?:ozinka\|senord\)\|m\(?:ot
 de passe\|t khu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: 
phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptaodis\)\|wachtwoord\|¾¸º\|°¾Œ\|¡”\|„©
 „±\|ऍऍ\|०à¤\|঍঍\|ও঍\|ਵà\|વàª\|ବà 
୕à\|஁ஊà\|ఇమ\|಍à²\|ാകàµ\|්à¶\|ធធឋ\|ー\|[ç]\|í\)\).*:? 
*\)\'" from remote shell
16:54:51.171402 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:51.171547 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:51.171751 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 
[[:digit:]]+\).*\)\'" from remote shell
16:54:51.171965 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:51.172110 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:51.172279 tramp-process-one-action (5) # Looking for regexp "\(^[^#$%>
]*[#$%>] *\)\'" from remote shell
16:54:51.172435 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:51.172575 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:51.172751 tramp-process-one-action (5) # Looking for regexp 
"\(\(?:^\|\)[^]#$%>
]*#?[]#$%>] *\(\[[[:digit:];]*[[:alpha:]] *\)*\)\'" from remote shell
16:54:51.172904 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:51.173044 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:51.173208 tramp-process-one-action (5) # Looking for regexp "\(\(Are you 
sure you want to continue connecting 
(yes/no\(?:\(?:/\[fingerprint]\)?)\?\)\)\s-*\)\'" from remote shell
16:54:51.173363 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:51.173502 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:51.173690 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
16:54:51.173851 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:51.173989 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:51.174153 tramp-process-one-action (5) # Looking for regexp "\(\(TERM = 
(.*)\|Terminal type\? \[.*\]\)\s-*\)\'" from remote shell
16:54:51.174306 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:51.174445 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:51.174607 tramp-process-one-action (5) # Looking for regexp "\(Access 
granted\. Press Return to begin session\. \)\'" from remote shell
16:54:51.174777 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:51.174926 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:51.175087 tramp-process-one-action (5) # Looking for regexp "\(^*Confirm 
user presence for key .*[
]*\)\'" from remote shell
16:54:51.175235 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:51.175372 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:51.175528 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from 
remote shell
16:54:51.175685 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:51.175824 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:51.175982 tramp-process-one-action (5) # Call tramp-action-process-alive
16:54:51.176133 tramp-get-connection-property (7) # locked nil; cache used: nil
16:54:51.176274 tramp-set-connection-property (7) # locked t
16:54:51.176441 tramp-accept-process-output (10) # *tramp/plinkx Prod* 0 run nil

16:54:51.176597 tramp-flush-connection-property (7) # locked
16:54:51.176906 tramp-process-one-action (5) # Looking for regexp 
"\(.*\(user\|login\)\( .*\)?: *\)\'" from remote shell
16:54:51.177433 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:51.177734 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:51.178309 tramp-process-one-action (5) # Looking for regexp 
"\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|\)a\)\|geslo\|h\(?:\(?:as\|esl\)o\)\|iphasiwedi\|jelsz\|l\(?:ozinka\|senord\)\|m\(?:ot
 de passe\|t khu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: 
phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptaodis\)\|wachtwoord\|¾¸º\|°¾Œ\|¡”\|„©
 „±\|ऍऍ\|०à¤\|঍঍\|ও঍\|ਵà\|વàª\|ବà 
୕à\|஁ஊà\|ఇమ\|಍à²\|ാകàµ\|්à¶\|ធធឋ\|ー\|[ç]\|í\)\).*:? 
*\)\'" from remote shell
16:54:51.178641 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:51.178858 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:51.179104 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 
[[:digit:]]+\).*\)\'" from remote shell
16:54:51.179332 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:51.179529 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:51.179775 tramp-process-one-action (5) # Looking for regexp "\(^[^#$%>
]*[#$%>] *\)\'" from remote shell
16:54:51.179933 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:51.180072 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:51.180253 tramp-process-one-action (5) # Looking for regexp 
"\(\(?:^\|\)[^]#$%>
]*#?[]#$%>] *\(\[[[:digit:];]*[[:alpha:]] *\)*\)\'" from remote shell
16:54:51.180412 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:51.180554 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:51.180734 tramp-process-one-action (5) # Looking for regexp "\(\(Are you 
sure you want to continue connecting 
(yes/no\(?:\(?:/\[fingerprint]\)?)\?\)\)\s-*\)\'" from remote shell
16:54:51.180894 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:51.181033 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:51.181205 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
16:54:51.181361 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:51.181499 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:51.181747 tramp-process-one-action (5) # Looking for regexp "\(\(TERM = 
(.*)\|Terminal type\? \[.*\]\)\s-*\)\'" from remote shell
16:54:51.181941 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:51.182104 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:51.182274 tramp-process-one-action (5) # Looking for regexp "\(Access 
granted\. Press Return to begin session\. \)\'" from remote shell
16:54:51.182428 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:51.182570 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:51.182800 tramp-process-one-action (5) # Looking for regexp "\(^*Confirm 
user presence for key .*[
]*\)\'" from remote shell
16:54:51.182954 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:51.183092 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:51.183249 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from 
remote shell
16:54:51.183395 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:51.183532 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:51.183733 tramp-process-one-action (5) # Call tramp-action-process-alive
16:54:51.183895 tramp-get-connection-property (7) # locked nil; cache used: nil
16:54:51.184038 tramp-set-connection-property (7) # locked t
16:54:51.184207 tramp-accept-process-output (10) # *tramp/plinkx Prod* 0 run nil

16:54:51.184365 tramp-flush-connection-property (7) # locked
16:54:51.184527 tramp-process-one-action (5) # Looking for regexp 
"\(.*\(user\|login\)\( .*\)?: *\)\'" from remote shell
16:54:51.184701 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:51.184841 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:51.185058 tramp-process-one-action (5) # Looking for regexp 
"\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|\)a\)\|geslo\|h\(?:\(?:as\|esl\)o\)\|iphasiwedi\|jelsz\|l\(?:ozinka\|senord\)\|m\(?:ot
 de passe\|t khu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: 
phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptaodis\)\|wachtwoord\|¾¸º\|°¾Œ\|¡”\|„©
 „±\|ऍऍ\|०à¤\|঍঍\|ও঍\|ਵà\|વàª\|ବà 
୕à\|஁ஊà\|ఇమ\|಍à²\|ാകàµ\|්à¶\|ធធឋ\|ー\|[ç]\|í\)\).*:? 
*\)\'" from remote shell
16:54:51.185272 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:51.185412 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:51.185591 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 
[[:digit:]]+\).*\)\'" from remote shell
16:54:51.185777 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:51.186008 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:51.186174 tramp-process-one-action (5) # Looking for regexp "\(^[^#$%>
]*[#$%>] *\)\'" from remote shell
16:54:51.186322 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:51.186458 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:51.186650 tramp-process-one-action (5) # Looking for regexp 
"\(\(?:^\|\)[^]#$%>
]*#?[]#$%>] *\(\[[[:digit:];]*[[:alpha:]] *\)*\)\'" from remote shell
16:54:51.186809 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:51.186950 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:51.187113 tramp-process-one-action (5) # Looking for regexp "\(\(Are you 
sure you want to continue connecting 
(yes/no\(?:\(?:/\[fingerprint]\)?)\?\)\)\s-*\)\'" from remote shell
16:54:51.187270 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:51.187407 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:51.187576 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
16:54:51.187754 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:51.187894 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:51.188061 tramp-process-one-action (5) # Looking for regexp "\(\(TERM = 
(.*)\|Terminal type\? \[.*\]\)\s-*\)\'" from remote shell
16:54:51.188213 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:51.188352 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:51.188512 tramp-process-one-action (5) # Looking for regexp "\(Access 
granted\. Press Return to begin session\. \)\'" from remote shell
16:54:51.188752 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:51.188918 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:51.189089 tramp-process-one-action (5) # Looking for regexp "\(^*Confirm 
user presence for key .*[
]*\)\'" from remote shell
16:54:51.189243 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:51.189382 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:51.189541 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from 
remote shell
16:54:51.189706 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:51.189842 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:51.190003 tramp-process-one-action (5) # Call tramp-action-process-alive
16:54:51.190154 tramp-get-connection-property (7) # locked nil; cache used: nil
16:54:51.190293 tramp-set-connection-property (7) # locked t
16:54:51.190460 tramp-accept-process-output (10) # *tramp/plinkx Prod* 0 run nil

16:54:51.190625 tramp-flush-connection-property (7) # locked
16:54:51.190786 tramp-process-one-action (5) # Looking for regexp 
"\(.*\(user\|login\)\( .*\)?: *\)\'" from remote shell
16:54:51.190941 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:51.191085 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:51.191299 tramp-process-one-action (5) # Looking for regexp 
"\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|\)a\)\|geslo\|h\(?:\(?:as\|esl\)o\)\|iphasiwedi\|jelsz\|l\(?:ozinka\|senord\)\|m\(?:ot
 de passe\|t khu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: 
phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptaodis\)\|wachtwoord\|¾¸º\|°¾Œ\|¡”\|„©
 „±\|ऍऍ\|०à¤\|঍঍\|ও঍\|ਵà\|વàª\|ବà 
୕à\|஁ஊà\|ఇమ\|಍à²\|ാകàµ\|්à¶\|ធធឋ\|ー\|[ç]\|í\)\).*:? 
*\)\'" from remote shell
16:54:51.191513 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:51.191708 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:51.192087 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 
[[:digit:]]+\).*\)\'" from remote shell
16:54:51.192295 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:51.192444 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:51.192702 tramp-process-one-action (5) # Looking for regexp "\(^[^#$%>
]*[#$%>] *\)\'" from remote shell
16:54:51.192893 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:51.193037 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:51.193209 tramp-process-one-action (5) # Looking for regexp 
"\(\(?:^\|\)[^]#$%>
]*#?[]#$%>] *\(\[[[:digit:];]*[[:alpha:]] *\)*\)\'" from remote shell
16:54:51.193367 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:51.193508 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:51.193699 tramp-process-one-action (5) # Looking for regexp "\(\(Are you 
sure you want to continue connecting 
(yes/no\(?:\(?:/\[fingerprint]\)?)\?\)\)\s-*\)\'" from remote shell
16:54:51.193862 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:51.194003 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:51.194177 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
16:54:51.194509 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:51.194765 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:51.194950 tramp-process-one-action (5) # Looking for regexp "\(\(TERM = 
(.*)\|Terminal type\? \[.*\]\)\s-*\)\'" from remote shell
16:54:51.195114 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:51.195262 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:51.195428 tramp-process-one-action (5) # Looking for regexp "\(Access 
granted\. Press Return to begin session\. \)\'" from remote shell
16:54:51.195599 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:51.195744 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:51.195908 tramp-process-one-action (5) # Looking for regexp "\(^*Confirm 
user presence for key .*[
]*\)\'" from remote shell
16:54:51.196063 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:51.196203 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:51.196359 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from 
remote shell
16:54:51.196509 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:51.196764 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:51.196951 tramp-process-one-action (5) # Call tramp-action-process-alive
16:54:51.197111 tramp-get-connection-property (7) # locked nil; cache used: nil
16:54:51.197262 tramp-set-connection-property (7) # locked t
16:54:51.197432 tramp-accept-process-output (10) # *tramp/plinkx Prod* 0 run nil

16:54:51.197626 tramp-flush-connection-property (7) # locked
16:54:51.197853 tramp-process-one-action (5) # Looking for regexp 
"\(.*\(user\|login\)\( .*\)?: *\)\'" from remote shell
16:54:51.198070 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:51.198269 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:51.198543 tramp-process-one-action (5) # Looking for regexp 
"\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|\)a\)\|geslo\|h\(?:\(?:as\|esl\)o\)\|iphasiwedi\|jelsz\|l\(?:ozinka\|senord\)\|m\(?:ot
 de passe\|t khu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: 
phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptaodis\)\|wachtwoord\|¾¸º\|°¾Œ\|¡”\|„©
 „±\|ऍऍ\|०à¤\|঍঍\|ও঍\|ਵà\|વàª\|ବà 
୕à\|஁ஊà\|ఇమ\|಍à²\|ാകàµ\|්à¶\|ធធឋ\|ー\|[ç]\|í\)\).*:? 
*\)\'" from remote shell
16:54:51.198808 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:51.198974 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:51.199465 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 
[[:digit:]]+\).*\)\'" from remote shell
16:54:51.199702 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:51.199850 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:51.200025 tramp-process-one-action (5) # Looking for regexp "\(^[^#$%>
]*[#$%>] *\)\'" from remote shell
16:54:51.200184 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:51.200325 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:51.200488 tramp-process-one-action (5) # Looking for regexp 
"\(\(?:^\|\)[^]#$%>
]*#?[]#$%>] *\(\[[[:digit:];]*[[:alpha:]] *\)*\)\'" from remote shell
16:54:51.200659 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:51.200810 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:51.200985 tramp-process-one-action (5) # Looking for regexp "\(\(Are you 
sure you want to continue connecting 
(yes/no\(?:\(?:/\[fingerprint]\)?)\?\)\)\s-*\)\'" from remote shell
16:54:51.201143 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:51.201284 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:51.201538 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
16:54:51.201763 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:51.201913 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:51.202079 tramp-process-one-action (5) # Looking for regexp "\(\(TERM = 
(.*)\|Terminal type\? \[.*\]\)\s-*\)\'" from remote shell
16:54:51.202232 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:51.202376 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:51.202543 tramp-process-one-action (5) # Looking for regexp "\(Access 
granted\. Press Return to begin session\. \)\'" from remote shell
16:54:51.202714 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:51.202855 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:51.203014 tramp-process-one-action (5) # Looking for regexp "\(^*Confirm 
user presence for key .*[
]*\)\'" from remote shell
16:54:51.203181 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:51.203324 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:51.203487 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from 
remote shell
16:54:51.203749 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:51.203908 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:51.204084 tramp-process-one-action (5) # Call tramp-action-process-alive
16:54:51.204282 tramp-get-connection-property (7) # locked nil; cache used: nil
16:54:51.204446 tramp-set-connection-property (7) # locked t
16:54:51.204870 tramp-accept-process-output (10) # *tramp/plinkx Prod* 0 run t

#$ 
16:54:51.205352 tramp-flush-connection-property (7) # locked
16:54:51.205710 tramp-get-connection-property (7) # locked nil; cache used: nil
16:54:51.205887 tramp-set-connection-property (7) # locked t
16:54:51.206065 tramp-accept-process-output (10) # *tramp/plinkx Prod* 0 run nil

#$ 
16:54:51.206243 tramp-flush-connection-property (7) # locked
16:54:51.206408 tramp-process-one-action (5) # Looking for regexp 
"\(.*\(user\|login\)\( .*\)?: *\)\'" from remote shell
16:54:51.206600 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:51.206758 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:51.206992 tramp-process-one-action (5) # Looking for regexp 
"\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|\)a\)\|geslo\|h\(?:\(?:as\|esl\)o\)\|iphasiwedi\|jelsz\|l\(?:ozinka\|senord\)\|m\(?:ot
 de passe\|t khu\)\|p\(?:a\(?:rola\|s\(?:ahitza\|s\(?: 
phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|in\)\|s\(?:alasana\|enha\|laptaodis\)\|wachtwoord\|¾¸º\|°¾Œ\|¡”\|„©
 „±\|ऍऍ\|०à¤\|঍঍\|ও঍\|ਵà\|વàª\|ବà 
୕à\|஁ஊà\|ఇమ\|಍à²\|ാകàµ\|්à¶\|ធធឋ\|ー\|[ç]\|í\)\).*:? 
*\)\'" from remote shell
16:54:51.207213 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:51.207358 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:51.207571 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 
[[:digit:]]+\).*\)\'" from remote shell
16:54:51.208024 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:51.208198 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:51.208384 tramp-process-one-action (5) # Looking for regexp "\(^[^#$%>
]*[#$%>] *\)\'" from remote shell
16:54:51.208549 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:51.208752 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:51.208984 tramp-process-one-action (5) # Looking for regexp 
"\(\(?:^\|\)[^]#$%>
]*#?[]#$%>] *\(\[[[:digit:];]*[[:alpha:]] *\)*\)\'" from remote shell
16:54:51.209201 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:51.209400 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:51.209635 tramp-process-one-action (5) # Call tramp-action-succeed
16:54:51.209844 tramp-get-connection-property (7) # process-buffer nil; cache 
used: t
16:54:51.210116 tramp-process-actions (6) # 
plink -load Prod -t " env 'TERM=dumb' 'PROMPT_COMMAND=' 'PS1=#$ ' /bin/sh  -i " 
&& exit || exit
uidg1626@10.116.36.89's password: 
#$ 
16:54:51.210602 tramp-get-connection-property (7) # process-buffer nil; cache 
used: t
16:54:51.211031 tramp-process-actions (3) # Waiting for prompts from remote 
shell...done
16:54:51.211262 tramp-maybe-open-connection (3) # Found remote shell prompt on 
Prod
16:54:51.211481 tramp-get-connection-property (7) # session-timeout nil; cache 
used: nil
16:54:51.211847 tramp-get-connection-property (7) # remote-shell undef; cache 
used: nil
16:54:51.212055 tramp-open-shell (5) # Opening remote shell /bin/sh...
16:54:51.212514 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:54:51.212770 tramp-get-connection-property (7) # remote-echo nil; cache 
used: nil
16:54:51.212947 tramp-send-command (6) # exec env TERM='dumb' 
INSIDE_EMACS='28.0.50,tramp:2.5.1.3' ENV='' HISTFILE=~/.tramp_history 
PROMPT_COMMAND='' PS1=\#\$\  PS2='' PS3='' /bin/sh  -i
16:54:51.213126 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:54:51.213294 tramp-get-connection-property (7) # chunksize nil; cache used: 
nil
16:54:51.213448 tramp-set-connection-property (7) # last-cmd-time (24933 41403 
213397 0)
16:54:51.213710 tramp-send-string (10) # exec env TERM='dumb' 
INSIDE_EMACS='28.0.50,tramp:2.5.1.3' ENV='' HISTFILE=~/.tramp_history 
PROMPT_COMMAND='' PS1=\#\$\  PS2='' PS3='' /bin/sh  -i
16:54:51.213914 tramp-get-connection-property (7) # process-buffer nil; cache 
used: t
16:54:51.214107 tramp-get-connection-property (7) # locked nil; cache used: nil
16:54:51.214258 tramp-set-connection-property (7) # locked t
16:54:51.214566 tramp-flush-connection-property (7) # locked
16:54:51.214826 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:51.214987 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:51.215172 tramp-get-connection-property (7) # locked nil; cache used: nil
16:54:51.215319 tramp-set-connection-property (7) # locked t
16:54:51.251534 tramp-accept-process-output (10) # *tramp/plinkx Prod* nil run t
exec env TERM='dumb' INSIDE_EMACS='28.0.50,tramp:2.5.1.3' ENV='' 
HISTFILE=<IDE_EMACS='28.0.50,tramp:2.5.1.3' ENV='' HISTFILE=~                   
      /.tramp_history PROMPT_CO<.5.1.3' ENV='' 
HISTFILE=~/.tramp_history PROMPT_COM                         
MAND='' PS1=\#\$\
16:54:51.251961 tramp-flush-connection-property (7) # locked
16:54:51.252259 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:51.252557 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:51.252829 tramp-get-connection-property (7) # locked nil; cache used: nil
16:54:51.253194 tramp-set-connection-property (7) # locked t
16:54:51.254222 tramp-accept-process-output (10) # *tramp/plinkx Prod* nil run t
exec env TERM='dumb' INSIDE_EMACS='28.0.50,tramp:2.5.1.3' ENV='' 
HISTFILE=<IDE_EMACS='28.0.50,tramp:2.5.1.3' ENV='' HISTFILE=~                   
      /.tramp_history PROMPT_CO<.5.1.3' ENV='' 
HISTFILE=~/.tramp_history PROMPT_COM                         
MAND='' PS1=\#\$\  PS2=''<.tramp_history 
PROMPT_COMMAND='' PS1=\#\$\  PS2=''                          
PS3='' /bin/sh  -i
16:54:51.254576 tramp-flush-connection-property (7) # locked
16:54:51.254936 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:51.255116 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:51.255444 tramp-get-connection-property (7) # locked nil; cache used: nil
16:54:51.255834 tramp-set-connection-property (7) # locked t
16:54:51.257419 tramp-accept-process-output (10) # *tramp/plinkx Prod* nil run t
exec env TERM='dumb' INSIDE_EMACS='28.0.50,tramp:2.5.1.3' ENV='' 
HISTFILE=<IDE_EMACS='28.0.50,tramp:2.5.1.3' ENV='' HISTFILE=~                   
      /.tramp_history PROMPT_CO<.5.1.3' ENV='' 
HISTFILE=~/.tramp_history PROMPT_COM                         
MAND='' PS1=\#\$\  PS2=''<.tramp_history 
PROMPT_COMMAND='' PS1=\#\$\  PS2=''                          
PS3='' /bin/sh  -i
#$ 
16:54:51.257813 tramp-flush-connection-property (7) # locked
16:54:51.258045 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:51.258259 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:51.258599 tramp-wait-for-regexp (6) # 
exec env TERM='dumb' INSIDE_EMACS='28.0.50,tramp:2.5.1.3' ENV='' 
HISTFILE=<IDE_EMACS='28.0.50,tramp:2.5.1.3' ENV='' HISTFILE=~                   
      /.tramp_history PROMPT_CO<.5.1.3' ENV='' 
HISTFILE=~/.tramp_history PROMPT_COM                         
MAND='' PS1=\#\$\  PS2=''<.tramp_history 
PROMPT_COMMAND='' PS1=\#\$\  PS2=''                          
PS3='' /bin/sh  -i
#$ 
16:54:51.259072 tramp-get-connection-property (7) # null-device undef; cache 
used: nil
16:54:51.259654 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:54:51.260003 tramp-get-connection-property (7) # mutex undef; cache used: nil
16:54:51.260301 tramp-set-connection-property (7) # mutex #<mutex *tramp/plinkx 
Prod*>
16:54:51.261000 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:54:51.261564 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:54:51.261914 tramp-get-connection-property (7) # mutex #<mutex *tramp/plinkx 
Prod*>; cache used: t
16:54:51.262665 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:54:51.263510 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:54:51.263841 tramp-get-connection-property (7) # mutex #<mutex *tramp/plinkx 
Prod*>; cache used: t
16:54:51.264595 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:54:51.265120 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:54:51.265320 tramp-get-connection-property (7) # mutex #<mutex *tramp/plinkx 
Prod*>; cache used: t
16:54:51.266233 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:54:51.267068 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:54:51.267364 tramp-get-connection-property (7) # mutex #<mutex *tramp/plinkx 
Prod*>; cache used: t
16:54:51.268032 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:54:51.268867 tramp-set-connection-property (7) # null-device /dev/null
16:54:51.269156 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:54:51.269428 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:54:51.270079 tramp-get-connection-property (7) # process-buffer nil; cache 
used: t
16:54:51.270564 tramp-get-connection-property (7) # last-cmd-time (24933 41403 
213397 0); cache used: t
16:54:51.271189 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:54:51.271805 tramp-get-connection-property (7) # remote-echo nil; cache 
used: nil
16:54:51.272323 tramp-send-command (6) # (cd ~/) 2>/dev/null; echo 
tramp_exit_status $?
16:54:51.272917 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:54:51.273164 tramp-get-connection-property (7) # chunksize nil; cache used: 
nil
16:54:51.273421 tramp-set-connection-property (7) # last-cmd-time (24933 41403 
273316 0)
16:54:51.273667 tramp-send-string (10) # (cd ~/) 2>/dev/null; echo 
tramp_exit_status $?
16:54:51.273940 tramp-get-connection-property (7) # process-buffer nil; cache 
used: t
16:54:51.274192 tramp-get-connection-property (7) # locked nil; cache used: nil
16:54:51.274413 tramp-set-connection-property (7) # locked t
16:54:51.274771 tramp-flush-connection-property (7) # locked
16:54:51.275189 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:51.275509 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:51.275765 tramp-get-connection-property (7) # locked nil; cache used: nil
16:54:51.275968 tramp-set-connection-property (7) # locked t
16:54:51.306768 tramp-accept-process-output (10) # *tramp/plinkx Prod* nil run t
(cd ~/) 2>/dev/null; echo tramp_exit_status $?
tramp_exit_status 0
#$ 
16:54:51.307073 tramp-flush-connection-property (7) # locked
16:54:51.307264 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:51.307587 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:51.307779 tramp-wait-for-regexp (6) # 
(cd ~/) 2>/dev/null; echo tramp_exit_status $?
tramp_exit_status 0
#$ 
16:54:51.308026 tramp-get-connection-property (7) # process-buffer nil; cache 
used: t
16:54:51.308254 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:54:51.308513 tramp-set-connection-property (7) # remote-shell /bin/sh
16:54:51.308735 tramp-open-shell (5) # Opening remote shell /bin/sh...done
16:54:51.308944 tramp-open-connection-setup-interactive-shell (5) # Setting up 
remote shell environment
16:54:51.309129 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:54:51.357826 tramp-get-connection-property (7) # remote-echo nil; cache 
used: nil
16:54:51.358126 tramp-send-command (6) # set +o vi +o emacs
16:54:51.358380 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:54:51.358618 tramp-get-connection-property (7) # chunksize nil; cache used: 
nil
16:54:51.358836 tramp-set-connection-property (7) # last-cmd-time (24933 41403 
358769 0)
16:54:51.359100 tramp-send-string (10) # set +o vi +o emacs
16:54:51.359430 tramp-get-connection-property (7) # process-buffer nil; cache 
used: t
16:54:51.359877 tramp-get-connection-property (7) # locked nil; cache used: nil
16:54:51.360091 tramp-set-connection-property (7) # locked t
16:54:51.360432 tramp-flush-connection-property (7) # locked
16:54:51.360634 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:51.360796 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:51.360998 tramp-get-connection-property (7) # locked nil; cache used: nil
16:54:51.361174 tramp-set-connection-property (7) # locked t
16:54:51.386033 tramp-accept-process-output (10) # *tramp/plinkx Prod* nil run t
set +o vi +o emacs
#$ 
16:54:51.386422 tramp-flush-connection-property (7) # locked
16:54:51.386654 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:51.386907 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:51.387154 tramp-wait-for-regexp (6) # 
set +o vi +o emacs
#$ 
16:54:51.387425 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:54:51.387658 tramp-get-connection-property (7) # remote-echo nil; cache 
used: nil
16:54:51.387870 tramp-send-command (6) # set -o
16:54:51.388102 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:54:51.388332 tramp-get-connection-property (7) # chunksize nil; cache used: 
nil
16:54:51.388545 tramp-set-connection-property (7) # last-cmd-time (24933 41403 
388478 0)
16:54:51.388768 tramp-send-string (10) # set -o
16:54:51.389082 tramp-get-connection-property (7) # process-buffer nil; cache 
used: t
16:54:51.389332 tramp-get-connection-property (7) # locked nil; cache used: nil
16:54:51.389545 tramp-set-connection-property (7) # locked t
16:54:51.389834 tramp-flush-connection-property (7) # locked
16:54:51.390231 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:51.390479 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:51.390694 tramp-get-connection-property (7) # locked nil; cache used: nil
16:54:51.390895 tramp-set-connection-property (7) # locked t
16:54:51.417813 tramp-accept-process-output (10) # *tramp/plinkx Prod* nil run t
set -o
16:54:51.418066 tramp-flush-connection-property (7) # locked
16:54:51.418361 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:51.418597 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:51.418874 tramp-get-connection-property (7) # locked nil; cache used: nil
16:54:51.419118 tramp-set-connection-property (7) # locked t
16:54:51.419504 tramp-accept-process-output (10) # *tramp/plinkx Prod* nil run t
set -o
allexport       off
braceexpand     on
emacs           off
errexit         off
errtrace        off
functrace       off
hashall         on
histexpand      on
history         on
ignoreeof       off
interactive-comments    on
keyword         off
monitor         on
noclobber       off
noexec          off
noglob          off
nolog           off
notify          off
nounset         off
onecmd          off
physical        off
pipefail        off
posix           on
privileged      off
verbose         off
vi              off
xtrace          off
#$ 
16:54:51.419770 tramp-flush-connection-property (7) # locked
16:54:51.419926 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:51.420120 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:51.420282 tramp-wait-for-regexp (6) # 
set -o
allexport       off
braceexpand     on
emacs           off
errexit         off
errtrace        off
functrace       off
hashall         on
histexpand      on
history         on
ignoreeof       off
interactive-comments    on
keyword         off
monitor         on
noclobber       off
noexec          off
noglob          off
nolog           off
notify          off
nounset         off
onecmd          off
physical        off
pipefail        off
posix           on
privileged      off
verbose         off
vi              off
xtrace          off
#$ 
16:54:51.420534 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:54:51.420700 tramp-get-connection-property (7) # remote-echo nil; cache 
used: nil
16:54:51.420855 tramp-send-command (6) # stty -inlcr -onlcr -echo kill '^U' 
erase '^H'
16:54:51.421039 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:54:51.421261 tramp-get-connection-property (7) # chunksize nil; cache used: 
nil
16:54:51.421473 tramp-set-connection-property (7) # last-cmd-time (24933 41403 
421406 0)
16:54:51.421694 tramp-send-string (10) # stty -inlcr -onlcr -echo kill '^U' 
erase '^H'
16:54:51.421914 tramp-get-connection-property (7) # process-buffer nil; cache 
used: t
16:54:51.422317 tramp-get-connection-property (7) # locked nil; cache used: nil
16:54:51.422530 tramp-set-connection-property (7) # locked t
16:54:51.422835 tramp-flush-connection-property (7) # locked
16:54:51.423176 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:51.423412 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:51.423621 tramp-get-connection-property (7) # locked nil; cache used: nil
16:54:51.423820 tramp-set-connection-property (7) # locked t
16:54:51.448193 tramp-accept-process-output (10) # *tramp/plinkx Prod* nil run t
stty -inlcr -onlcr -echo kill '^U' erase '^H'
16:54:51.448430 tramp-flush-connection-property (7) # locked
16:54:51.448623 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:51.448800 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:51.449186 tramp-get-connection-property (7) # locked nil; cache used: nil
16:54:51.449370 tramp-set-connection-property (7) # locked t
16:54:51.449674 tramp-accept-process-output (10) # *tramp/plinkx Prod* nil run t
stty -inlcr -onlcr -echo kill '^U' erase '^H'
#$ 
16:54:51.449861 tramp-flush-connection-property (7) # locked
16:54:51.450030 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:51.450182 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:51.450341 tramp-wait-for-regexp (6) # 
stty -inlcr -onlcr -echo kill '^U' erase '^H'
#$ 
16:54:51.450559 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:54:51.450734 tramp-get-connection-property (7) # remote-echo nil; cache 
used: nil
16:54:51.450889 tramp-send-command (6) # echo foo
16:54:51.451064 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:54:51.451232 tramp-get-connection-property (7) # chunksize nil; cache used: 
nil
16:54:51.451386 tramp-set-connection-property (7) # last-cmd-time (24933 41403 
451334 0)
16:54:51.451559 tramp-send-string (10) # echo foo
16:54:51.451721 tramp-get-connection-property (7) # process-buffer nil; cache 
used: t
16:54:51.451920 tramp-get-connection-property (7) # locked nil; cache used: nil
16:54:51.452099 tramp-set-connection-property (7) # locked t
16:54:51.452307 tramp-flush-connection-property (7) # locked
16:54:51.452487 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:51.452636 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:51.452786 tramp-get-connection-property (7) # locked nil; cache used: nil
16:54:51.453012 tramp-set-connection-property (7) # locked t
16:54:51.480227 tramp-accept-process-output (10) # *tramp/plinkx Prod* nil run t
foo
#$ 
16:54:51.480601 tramp-flush-connection-property (7) # locked
16:54:51.480787 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:51.481018 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:51.481191 tramp-wait-for-regexp (6) # 
foo
#$ 
16:54:51.481415 tramp-open-connection-setup-interactive-shell (5) # Setting 
shell prompt
16:54:51.481820 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:54:51.482012 tramp-get-connection-property (7) # remote-echo nil; cache 
used: nil
16:54:51.482175 tramp-send-command (6) # 
PS1=///28623118589a3061b5ad9ef7029ee620\#\$ PS2='' PS3='' PROMPT_COMMAND=''
16:54:51.482344 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:54:51.482509 tramp-get-connection-property (7) # chunksize nil; cache used: 
nil
16:54:51.482671 tramp-set-connection-property (7) # last-cmd-time (24933 41403 
482617 0)
16:54:51.482886 tramp-send-string (10) # 
PS1=///28623118589a3061b5ad9ef7029ee620\#\$ PS2='' PS3='' PROMPT_COMMAND=''
16:54:51.483060 tramp-get-connection-property (7) # process-buffer nil; cache 
used: t
16:54:51.483347 tramp-get-connection-property (7) # locked nil; cache used: nil
16:54:51.483501 tramp-set-connection-property (7) # locked t
16:54:51.483711 tramp-flush-connection-property (7) # locked
16:54:51.484024 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:51.484251 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:51.484434 tramp-get-connection-property (7) # locked nil; cache used: nil
16:54:51.484581 tramp-set-connection-property (7) # locked t
16:54:51.509049 tramp-accept-process-output (10) # *tramp/plinkx Prod* nil run t
///28623118589a3061b5ad9ef7029ee620#$
16:54:51.509296 tramp-flush-connection-property (7) # locked
16:54:51.509479 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:51.509645 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:51.509857 tramp-wait-for-regexp (6) # 
///28623118589a3061b5ad9ef7029ee620#$
16:54:51.510182 tramp-open-connection-setup-interactive-shell (5) # Checking 
system information
16:54:51.510365 tramp-get-connection-property (7) # uname nil; cache used: nil
16:54:51.510540 tramp-get-connection-property (7) # null-device /dev/null; 
cache used: t
16:54:51.510728 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:54:51.510956 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:54:51.511138 tramp-get-connection-property (7) # process-buffer nil; cache 
used: t
16:54:51.511317 tramp-get-connection-property (7) # last-cmd-time (24933 41403 
482617 0); cache used: t
16:54:51.511535 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:54:51.511697 tramp-get-connection-property (7) # remote-echo nil; cache 
used: nil
16:54:51.511865 tramp-send-command (6) # echo \"`uname -sr`\" 2>/dev/null; echo 
tramp_exit_status $?
16:54:51.512033 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:54:51.512194 tramp-get-connection-property (7) # chunksize nil; cache used: 
nil
16:54:51.512349 tramp-set-connection-property (7) # last-cmd-time (24933 41403 
512298 0)
16:54:51.512522 tramp-send-string (10) # echo \"`uname -sr`\" 2>/dev/null; echo 
tramp_exit_status $?
16:54:51.512690 tramp-get-connection-property (7) # process-buffer nil; cache 
used: t
16:54:51.512926 tramp-get-connection-property (7) # locked nil; cache used: nil
16:54:51.513078 tramp-set-connection-property (7) # locked t
16:54:51.513291 tramp-flush-connection-property (7) # locked
16:54:51.513468 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:51.513616 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:51.513784 tramp-get-connection-property (7) # locked nil; cache used: nil
16:54:51.513931 tramp-set-connection-property (7) # locked t
16:54:51.540300 tramp-accept-process-output (10) # *tramp/plinkx Prod* nil run t
"Linux 3.10.0-1160.36.2.el7.x86_64"
tramp_exit_status 0
///28623118589a3061b5ad9ef7029ee620#$
16:54:51.540535 tramp-flush-connection-property (7) # locked
16:54:51.540981 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:51.541174 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:51.541369 tramp-wait-for-regexp (6) # 
"Linux 3.10.0-1160.36.2.el7.x86_64"
tramp_exit_status 0
///28623118589a3061b5ad9ef7029ee620#$
16:54:51.541819 tramp-get-connection-property (7) # process-buffer nil; cache 
used: t
16:54:51.542066 tramp-get-connection-property (7) # process-buffer nil; cache 
used: t
16:54:51.542274 tramp-set-connection-property (7) # uname Linux 
3.10.0-1160.36.2.el7.x86_64
16:54:51.542431 tramp-open-connection-setup-interactive-shell (5) # Determining 
coding system
16:54:51.543636 tramp-get-connection-property (7) # locale undef; cache used: 
nil
16:54:51.543975 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:54:51.544195 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:54:51.544401 tramp-get-connection-property (7) # process-buffer nil; cache 
used: t
16:54:51.544614 tramp-get-connection-property (7) # last-cmd-time (24933 41403 
512298 0); cache used: t
16:54:51.544965 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:54:51.545217 tramp-get-connection-property (7) # remote-echo nil; cache 
used: nil
16:54:51.545361 tramp-send-command (6) # locale -a
16:54:51.545508 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:54:51.545677 tramp-get-connection-property (7) # chunksize nil; cache used: 
nil
16:54:51.545831 tramp-set-connection-property (7) # last-cmd-time (24933 41403 
545784 0)
16:54:51.545986 tramp-send-string (10) # locale -a
16:54:51.546134 tramp-get-connection-property (7) # process-buffer nil; cache 
used: t
16:54:51.546422 tramp-get-connection-property (7) # locked nil; cache used: nil
16:54:51.546574 tramp-set-connection-property (7) # locked t
16:54:51.546832 tramp-flush-connection-property (7) # locked
16:54:51.547010 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:51.547158 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:51.547350 tramp-get-connection-property (7) # locked nil; cache used: nil
16:54:51.547494 tramp-set-connection-property (7) # locked t
16:54:51.579223 tramp-accept-process-output (10) # *tramp/plinkx Prod* nil run t
aa_DJ
aa_DJ.iso88591
aa_DJ.utf8
aa_ER
aa_ER@saaho
aa_ER.utf8
aa_ER.utf8@saaho
aa_ET
aa_ET.utf8
af_ZA
af_ZA.iso88591
af_ZA.utf8
am_ET
am_ET.utf8
an_ES
an_ES.iso885915
an_ES.utf8
ar_AE
ar_AE.iso88596
ar_AE.utf8
ar_BH
ar_BH.iso88596
ar_BH.utf8
ar_DZ
ar_DZ.iso88596
ar_DZ.utf8
ar_EG
ar_EG.iso88596
ar_EG.utf8
ar_IN
ar_IN.utf8
ar_IQ
ar_IQ.iso88596
ar_IQ.utf8
ar_JO
ar_JO.iso88596
ar_JO.utf8
ar_KW
ar_KW.iso88596
ar_KW.utf8
ar_LB
ar_LB.iso88596
ar_LB.utf8
ar_LY
ar_LY.iso88596
ar_LY.utf8
ar_MA
ar_MA.iso88596
ar_MA.utf8
ar_OM
ar_OM.iso88596
ar_OM.utf8
ar_QA
ar_QA.iso88596
ar_QA.utf8
ar_SA
ar_SA.iso88596
ar_SA.utf8
ar_SD
ar_SD.iso88596
ar_SD.utf8
ar_SY
ar_SY.iso88596
ar_SY.utf8
ar_TN
ar_TN.iso88596
ar_TN.utf8
ar_YE
ar_YE.iso88596
ar_YE.utf8
as_IN
as_IN.utf8
ast_ES
ast_ES.iso885915
ast_ES.utf8
ayc_PE
ayc_PE.utf8
az_AZ
az_AZ.utf8
be_BY
be_BY.cp1251
be_BY@latin
be_BY.utf8
be_BY.utf8@latin
bem_ZM
bem_ZM.utf8
ber_DZ
ber_DZ.utf8
ber_MA
ber_MA.utf8
bg_BG
bg_BG.cp1251
bg_BG.utf8
bho_IN
bho_IN.utf8
bn_BD
bn_BD.utf8
bn_IN
bn_IN.utf8
bo_CN
bo_CN.utf8
bo_IN
bo_IN.utf8
bokmal
bokml
br_FR
br_FR@euro
br_FR.iso88591
br_FR.iso885915@euro
br_FR.utf8
brx_IN
brx_IN.utf8
bs_BA
bs_BA.iso88592
bs_BA.utf8
byn_ER
byn_ER.utf8
C
ca_AD
ca_AD.iso885915
ca_AD.utf8
ca_ES
ca_ES@euro
ca_ES.iso88591
ca_ES.iso885915@euro
ca_ES.utf8
ca_FR
ca_FR.iso885915
ca_FR.utf8
ca_IT
ca_IT.iso885915
ca_IT.utf8
catalan
crh_UA
crh_UA.utf8
croatian
csb_PL
csb_PL.utf8
cs_CZ
cs_CZ.iso88592
cs_CZ.utf8
cv_RU
cv_RU.utf8
cy_GB
cy_GB.iso885914
cy_GB.utf8
czech
da_DK
da_DK.iso88591
da_DK.iso885915
da_DK.utf8
danish
dansk
de_AT
de_AT@euro
de_AT.iso88591
de_AT.iso885915@euro
de_AT.utf8
de_BE
de_BE@euro
de_BE.iso88591
de_BE.iso885915@euro
de_BE.utf8
de_CH
de_CH.iso88591
de_CH.utf8
de_DE
de_DE@euro
de_DE.iso88591
de_DE.iso885915@euro
de_DE.utf8
de_LU
de_LU@euro
de_LU.iso88591
de_LU.iso885915@euro
de_LU.utf8
deutsch
doi_IN
doi_IN.utf8
dutch
dv_MV
dv_MV.utf8
dz_BT
dz_BT.utf8
eesti
el_CY
el_CY.iso88597
el_CY.utf8
el_GR
el_GR@euro
el_GR.iso88597
el_GR.iso88597@euro
el_GR.utf8
en_AG
en_AG.utf8
en_AU
en_AU.iso88591
en_AU.utf8
en_BW
en_BW.iso88591
en_BW.utf8
en_CA
en_CA.iso88591
en_CA.utf8
en_DK
en_DK.iso88591
en_DK.utf8
en_GB
en_GB.iso88591
en_GB.iso885915
en_GB.utf8
en_HK
en_HK.iso88591
en_HK.utf8
en_IE
en_IE@euro
en_IE.iso88591
en_IE.iso885915@euro
en_IE.utf8
en_IN
en_IN.utf8
en_NG
en_NG.utf8
en_NZ
en_NZ.iso88591
en_NZ.utf8
en_PH
en_PH.iso88591
en_PH.utf8
en_SG
en_SG.iso88591
en_SG.utf8
en_US
en_US.iso88591
en_US.iso885915
en_US.utf8
en_ZA
en_ZA.iso88591
en_ZA.utf8
en_ZM
en_ZM.utf8
en_ZW
en_ZW.iso88591
en_ZW.utf8
es_AR
es_AR.iso88591
es_AR.utf8
es_BO
es_BO.iso88591
es_BO.utf8
es_CL
es_CL.iso88591
es_CL.utf8
es_CO
es_CO.iso88591
es_CO.utf8
es_CR
es_CR.iso88591
es_CR.utf8
es_CU
es_CU.utf8
es_DO
es_DO.iso88591
es_DO.utf8
es_EC
es_EC.iso88591
es_EC.utf8
es_ES
es_ES@euro
es_ES.iso88591
es_ES.iso885915@euro
es_ES.utf8
es_GT
es_GT.iso88591
es_GT.utf8
es_HN
es_HN.iso88591
es_HN.utf8
es_MX
es_MX.iso88591
es_MX.utf8
es_NI
es_NI.iso88591
es_NI.utf8
es_PA
es_PA.iso88591
es_PA.utf8
es_PE
es_PE.iso88591
es_PE.utf8
es_PR
es_PR.iso88591
es_PR.utf8
es_PY
es_PY.iso88591
es_PY.utf8
es_SV
es_SV.iso88591
es_SV.utf8
estonian
es_US
es_US.iso88591
es_US.utf8
es_UY
es_UY.iso88591
es_UY.utf8
es_VE
es_VE.iso88591
es_VE.utf8
et_EE
et_EE.iso88591
et_EE.iso885915
et_EE.utf8
eu_ES
eu_ES@euro
eu_ES.iso88591
eu_ES.iso885915@euro
eu_ES.utf8
fa_IR
fa_IR.utf8
ff_SN
ff_SN.utf8
fi_FI
fi_FI@euro
fi_FI.iso88591
fi_FI.iso885915@euro
fi_FI.utf8
fil_PH
fil_PH.utf8
finnish
fo_FO
fo_FO.iso88591
fo_FO.utf8
franais
fr_BE
fr_BE@euro
fr_BE.iso88591
fr_BE.iso885915@euro
fr_BE.utf8
fr_CA
fr_CA.iso88591
fr_CA.utf8
fr_CH
fr_CH.iso88591
fr_CH.utf8
french
fr_FR
fr_FR@euro
fr_FR.iso88591
fr_FR.iso885915@euro
fr_FR.utf8
fr_LU
fr_LU@euro
fr_LU.iso88591
fr_LU.iso885915@euro
fr_LU.utf8
fur_IT
fur_IT.utf8
fy_DE
fy_DE.utf8
fy_NL
fy_NL.utf8
ga_IE
ga_IE@euro
ga_IE.iso88591
ga_IE.iso885915@euro
ga_IE.utf8
galego
galician
gd_GB
gd_GB.iso885915
gd_GB.utf8
german
gez_ER
gez_ER@abegede
gez_ER.utf8
gez_ER.utf8@abegede
gez_ET
gez_ET@abegede
gez_ET.utf8
gez_ET.utf8@ab
16:54:51.580147 tramp-flush-connection-property (7) # locked
16:54:51.580322 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:51.580478 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:51.580760 tramp-get-connection-property (7) # locked nil; cache used: nil
16:54:51.580913 tramp-set-connection-property (7) # locked t
16:54:51.581475 tramp-accept-process-output (10) # *tramp/plinkx Prod* nil run t
aa_DJ
aa_DJ.iso88591
aa_DJ.utf8
aa_ER
aa_ER@saaho
aa_ER.utf8
aa_ER.utf8@saaho
aa_ET
aa_ET.utf8
af_ZA
af_ZA.iso88591
af_ZA.utf8
am_ET
am_ET.utf8
an_ES
an_ES.iso885915
an_ES.utf8
ar_AE
ar_AE.iso88596
ar_AE.utf8
ar_BH
ar_BH.iso88596
ar_BH.utf8
ar_DZ
ar_DZ.iso88596
ar_DZ.utf8
ar_EG
ar_EG.iso88596
ar_EG.utf8
ar_IN
ar_IN.utf8
ar_IQ
ar_IQ.iso88596
ar_IQ.utf8
ar_JO
ar_JO.iso88596
ar_JO.utf8
ar_KW
ar_KW.iso88596
ar_KW.utf8
ar_LB
ar_LB.iso88596
ar_LB.utf8
ar_LY
ar_LY.iso88596
ar_LY.utf8
ar_MA
ar_MA.iso88596
ar_MA.utf8
ar_OM
ar_OM.iso88596
ar_OM.utf8
ar_QA
ar_QA.iso88596
ar_QA.utf8
ar_SA
ar_SA.iso88596
ar_SA.utf8
ar_SD
ar_SD.iso88596
ar_SD.utf8
ar_SY
ar_SY.iso88596
ar_SY.utf8
ar_TN
ar_TN.iso88596
ar_TN.utf8
ar_YE
ar_YE.iso88596
ar_YE.utf8
as_IN
as_IN.utf8
ast_ES
ast_ES.iso885915
ast_ES.utf8
ayc_PE
ayc_PE.utf8
az_AZ
az_AZ.utf8
be_BY
be_BY.cp1251
be_BY@latin
be_BY.utf8
be_BY.utf8@latin
bem_ZM
bem_ZM.utf8
ber_DZ
ber_DZ.utf8
ber_MA
ber_MA.utf8
bg_BG
bg_BG.cp1251
bg_BG.utf8
bho_IN
bho_IN.utf8
bn_BD
bn_BD.utf8
bn_IN
bn_IN.utf8
bo_CN
bo_CN.utf8
bo_IN
bo_IN.utf8
bokmal
bokml
br_FR
br_FR@euro
br_FR.iso88591
br_FR.iso885915@euro
br_FR.utf8
brx_IN
brx_IN.utf8
bs_BA
bs_BA.iso88592
bs_BA.utf8
byn_ER
byn_ER.utf8
C
ca_AD
ca_AD.iso885915
ca_AD.utf8
ca_ES
ca_ES@euro
ca_ES.iso88591
ca_ES.iso885915@euro
ca_ES.utf8
ca_FR
ca_FR.iso885915
ca_FR.utf8
ca_IT
ca_IT.iso885915
ca_IT.utf8
catalan
crh_UA
crh_UA.utf8
croatian
csb_PL
csb_PL.utf8
cs_CZ
cs_CZ.iso88592
cs_CZ.utf8
cv_RU
cv_RU.utf8
cy_GB
cy_GB.iso885914
cy_GB.utf8
czech
da_DK
da_DK.iso88591
da_DK.iso885915
da_DK.utf8
danish
dansk
de_AT
de_AT@euro
de_AT.iso88591
de_AT.iso885915@euro
de_AT.utf8
de_BE
de_BE@euro
de_BE.iso88591
de_BE.iso885915@euro
de_BE.utf8
de_CH
de_CH.iso88591
de_CH.utf8
de_DE
de_DE@euro
de_DE.iso88591
de_DE.iso885915@euro
de_DE.utf8
de_LU
de_LU@euro
de_LU.iso88591
de_LU.iso885915@euro
de_LU.utf8
deutsch
doi_IN
doi_IN.utf8
dutch
dv_MV
dv_MV.utf8
dz_BT
dz_BT.utf8
eesti
el_CY
el_CY.iso88597
el_CY.utf8
el_GR
el_GR@euro
el_GR.iso88597
el_GR.iso88597@euro
el_GR.utf8
en_AG
en_AG.utf8
en_AU
en_AU.iso88591
en_AU.utf8
en_BW
en_BW.iso88591
en_BW.utf8
en_CA
en_CA.iso88591
en_CA.utf8
en_DK
en_DK.iso88591
en_DK.utf8
en_GB
en_GB.iso88591
en_GB.iso885915
en_GB.utf8
en_HK
en_HK.iso88591
en_HK.utf8
en_IE
en_IE@euro
en_IE.iso88591
en_IE.iso885915@euro
en_IE.utf8
en_IN
en_IN.utf8
en_NG
en_NG.utf8
en_NZ
en_NZ.iso88591
en_NZ.utf8
en_PH
en_PH.iso88591
en_PH.utf8
en_SG
en_SG.iso88591
en_SG.utf8
en_US
en_US.iso88591
en_US.iso885915
en_US.utf8
en_ZA
en_ZA.iso88591
en_ZA.utf8
en_ZM
en_ZM.utf8
en_ZW
en_ZW.iso88591
en_ZW.utf8
es_AR
es_AR.iso88591
es_AR.utf8
es_BO
es_BO.iso88591
es_BO.utf8
es_CL
es_CL.iso88591
es_CL.utf8
es_CO
es_CO.iso88591
es_CO.utf8
es_CR
es_CR.iso88591
es_CR.utf8
es_CU
es_CU.utf8
es_DO
es_DO.iso88591
es_DO.utf8
es_EC
es_EC.iso88591
es_EC.utf8
es_ES
es_ES@euro
es_ES.iso88591
es_ES.iso885915@euro
es_ES.utf8
es_GT
es_GT.iso88591
es_GT.utf8
es_HN
es_HN.iso88591
es_HN.utf8
es_MX
es_MX.iso88591
es_MX.utf8
es_NI
es_NI.iso88591
es_NI.utf8
es_PA
es_PA.iso88591
es_PA.utf8
es_PE
es_PE.iso88591
es_PE.utf8
es_PR
es_PR.iso88591
es_PR.utf8
es_PY
es_PY.iso88591
es_PY.utf8
es_SV
es_SV.iso88591
es_SV.utf8
estonian
es_US
es_US.iso88591
es_US.utf8
es_UY
es_UY.iso88591
es_UY.utf8
es_VE
es_VE.iso88591
es_VE.utf8
et_EE
et_EE.iso88591
et_EE.iso885915
et_EE.utf8
eu_ES
eu_ES@euro
eu_ES.iso88591
eu_ES.iso885915@euro
eu_ES.utf8
fa_IR
fa_IR.utf8
ff_SN
ff_SN.utf8
fi_FI
fi_FI@euro
fi_FI.iso88591
fi_FI.iso885915@euro
fi_FI.utf8
fil_PH
fil_PH.utf8
finnish
fo_FO
fo_FO.iso88591
fo_FO.utf8
franais
fr_BE
fr_BE@euro
fr_BE.iso88591
fr_BE.iso885915@euro
fr_BE.utf8
fr_CA
fr_CA.iso88591
fr_CA.utf8
fr_CH
fr_CH.iso88591
fr_CH.utf8
french
fr_FR
fr_FR@euro
fr_FR.iso88591
fr_FR.iso885915@euro
fr_FR.utf8
fr_LU
fr_LU@euro
fr_LU.iso88591
fr_LU.iso885915@euro
fr_LU.utf8
fur_IT
fur_IT.utf8
fy_DE
fy_DE.utf8
fy_NL
fy_NL.utf8
ga_IE
ga_IE@euro
ga_IE.iso88591
ga_IE.iso885915@euro
ga_IE.utf8
galego
galician
gd_GB
gd_GB.iso885915
gd_GB.utf8
german
gez_ER
gez_ER@abegede
gez_ER.utf8
gez_ER.utf8@abegede
gez_ET
gez_ET@abegede
gez_ET.utf8
gez_ET.utf8@abegede
gl_ES
gl_ES@euro
gl_ES.iso88591
gl_ES.iso885915@euro
gl_ES.utf8
greek
gu_IN
gu_IN.utf8
gv_GB
gv_GB.iso88591
gv_GB.utf8
ha_NG
ha_NG.utf8
hebrew
he_IL
he_IL.iso88598
he_IL.utf8
hi_IN
hi_IN.utf8
hne_IN
hne_IN.utf8
hr_HR
hr_HR.iso88592
hr_HR.utf8
hrvatski
hsb_DE
hsb_DE.iso88592
hsb_DE.utf8
ht_HT
ht_HT.utf8
hu_HU
hu_HU.iso88592
hu_HU.utf8
hungarian
hy_AM
hy_AM.armscii8
hy_AM.utf8
ia_FR
ia_FR.utf8
icelandic
id_ID
id_ID.iso88591
id_ID.utf8
ig_NG
ig_NG.utf8
ik_CA
ik_CA.utf8
is_IS
is_IS.iso88591
is_IS.utf8
italian
it_CH
it_CH.iso88591
it_CH.utf8
it_IT
it_IT@euro
it_IT.iso88591
it_IT.iso885915@euro
it_IT.utf8
iu_CA
iu_CA.utf8
iw_IL
iw_IL.iso88598
iw_IL.utf8
ja_JP
ja_JP.eucjp
ja_JP.ujis
ja_JP.utf8
japanese
japanese.euc
ka_GE
ka_GE.georgianps
ka_GE.utf8
kk_KZ
kk_KZ.pt154
kk_KZ.utf8
kl_GL
kl_GL.iso88591
kl_GL.utf8
km_KH
km_KH.utf8
kn_IN
kn_IN.utf8
kok_IN
kok_IN.utf8
ko_KR
ko_KR.euckr
ko_KR.utf8
korean
korean.euc
ks_IN
ks_IN@devanagari
ks_IN.utf8
ks_IN.utf8@devanagari
ku_TR
ku_TR.iso88599
ku_TR.utf8
kw_GB
kw_GB.iso88591
kw_GB.utf8
ky_KG
ky_KG.utf8
lb_LU
lb_LU.utf8
lg_UG
lg_UG.iso885910
lg_UG.utf8
li_BE
li_BE.utf8
lij_IT
lij_IT.utf8
li_NL
li_NL.utf8
lithuanian
lo_LA
lo_LA.utf8
lt_LT
lt_LT.iso885913
lt_LT.utf8
lv_LV
lv_LV.iso885913
lv_LV.utf8
mag_IN
mag_IN.utf8
mai_IN
mai_IN.utf8
mg_MG
mg_MG.iso885915
mg_MG.utf8
mhr_RU
mhr_RU.utf8
mi_NZ
mi_NZ.iso885913
mi_NZ.utf8
mk_MK
mk_MK.iso88595
mk_MK.utf8
ml_IN
ml_IN.utf8
mni_IN
mni_IN.utf8
mn_MN
mn_MN.utf8
mr_IN
mr_IN.utf8
ms_MY
ms_MY.iso88591
ms_MY.utf8
mt_MT
mt_MT.iso88593
mt_MT.utf8
my_MM
my_MM.utf8
nan_TW@latin
nan_TW.utf8@latin
nb_NO
nb_NO.iso88591
nb_NO.utf8
nds_DE
nds_DE.utf8
nds_NL
nds_NL.utf8
ne_NP
ne_NP.utf8
nhn_MX
nhn_MX.utf8
niu_NU
niu_NU.utf8
niu_NZ
niu_NZ.utf8
nl_AW
nl_AW.utf8
nl_BE
nl_BE@euro
nl_BE.iso88591
nl_BE.iso885915@euro
nl_BE.utf8
nl_NL
nl_NL@euro
nl_NL.iso88591
nl_NL.iso885915@euro
nl_NL.utf8
nn_NO
nn_NO.iso88591
nn_NO.utf8
no_NO
no_NO.ISO-8859-1
norwegian
nr_ZA
nr_ZA.utf8
nso_ZA
nso_ZA.utf8
nynorsk
oc_FR
oc_FR.iso88591
oc_FR.utf8
om_ET
om_ET.utf8
om_KE
om_KE.iso88591
om_KE.utf8
or_IN
or_IN.utf8
os_RU
os_RU.utf8
pa_IN
pa_IN.utf8
pap_AN
pap_AN.utf8
pa_PK
pa_PK.utf8
pl_PL
pl_PL.iso88592
pl_PL.utf8
polish
portuguese
POSIX
ps_AF
ps_AF.utf8
pt_BR
pt_BR.iso88591
pt_BR.utf8
pt_PT
pt_PT@euro
pt_PT.iso88591
pt_PT.iso885915@euro
pt_PT.utf8
romanian
ro_RO
ro_RO.iso88592
ro_RO.utf8
ru_RU
ru_RU.iso88595
ru_RU.koi8r
ru_RU.utf8
russian
ru_UA
ru_UA.koi8u
ru_UA.utf8
rw_RW
rw_RW.utf8
sa_IN
sa_IN.utf8
sat_IN
sat_IN.utf8
sc_IT
sc_IT.utf8
sd_IN
sd_IN@devanagari
sd_IN.utf8
sd_IN.utf8@devanagari
se_NO
se_NO.utf8
shs_CA
shs_CA.utf8
sid_ET
sid_ET.utf8
si_LK
si_LK.utf8
sk_SK
sk_SK.iso88592
sk_SK.utf8
slovak
slovene
slovenian
sl_SI
sl_SI.iso88592
sl_SI.utf8
so_DJ
so_DJ.iso88591
so_DJ.utf8
so_ET
so_ET.utf8
so_KE
so_KE.iso88591
so_KE.utf8
so_SO
so_SO.iso88591
so_SO.utf8
spanish
sq_AL
sq_AL.iso88591
sq_AL.utf8
sq_MK
sq_MK.utf8
sr_ME
sr_ME.utf8
sr_RS
sr_RS@latin
sr_RS.utf8
sr_RS.utf8@latin
ss_ZA
ss_ZA.utf8
st_ZA
st_ZA.iso88591
st_ZA.utf8
sv_FI
sv_FI@euro
sv_FI.iso88591
sv_FI.iso885915@euro
sv_FI.utf8
sv_SE
sv_SE.iso88591
sv_SE.iso885915
sv_SE.utf8
swedish
sw_KE
sw_KE.utf8
sw_TZ
sw_TZ.utf8
szl_PL
szl_PL.utf8
ta_IN
ta_IN.utf8
ta_LK
ta_LK.utf8
te_IN
te_IN.utf8
tg_TJ
tg_TJ.koi8t
tg_TJ.utf8
thai
th_TH
th_TH.tis620
th_TH.utf8
ti_ER
ti_ER.utf8
ti_ET
ti_ET.utf8
tig_ER
tig_ER.utf8
tk_TM
tk_TM.utf8
tl_PH
tl_PH.iso88591
tl_PH.utf8
tn_ZA
tn_ZA.utf8
tr_CY
tr_CY.iso88599
tr_CY.utf8
tr_TR
tr_TR.iso88599
tr_TR.utf8
ts_ZA
ts_ZA.utf8
tt_RU
tt_RU@iqtelif
tt_RU.utf8
tt_RU.utf8@iqtelif
turkish
ug_CN
ug_CN.utf8
uk_UA
uk_UA.koi8u
uk_UA.utf8
unm_US
unm_US.utf8
ur_IN
ur_IN.utf8
ur_PK
ur_PK.utf8
uz_UZ
uz_UZ@cyrillic
uz_UZ.iso88591
uz_UZ.utf8@cyrillic
ve_ZA
ve_ZA.utf8
vi_VN
vi_VN.utf8
wa_BE
wa_BE@euro
wa_BE.iso88591
wa_BE.iso885915@euro
wa_BE.utf8
wae_CH
wae_CH.utf8
wal_ET
wal_ET.utf8
wo_SN
wo_SN.utf8
xh_ZA
xh_ZA.iso88591
xh_ZA.utf8
yi_US
yi_US.cp1255
yi_US.utf8
yo_NG
yo_NG.utf8
yue_HK
yue_HK.utf8
zh_CN
zh_CN.gb18030
zh_CN.gb2312
zh_CN.gbk
zh_CN.utf8
zh_HK
zh_HK.big5hkscs
zh_HK.utf8
zh_SG
zh_SG.gb2312
zh_SG.gbk
zh_SG.utf8
z
16:54:51.582987 tramp-flush-connection-property (7) # locked
16:54:51.583148 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:51.583299 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:51.583568 tramp-get-connection-property (7) # locked nil; cache used: nil
16:54:51.583768 tramp-set-connection-property (7) # locked t
16:54:51.584125 tramp-accept-process-output (10) # *tramp/plinkx Prod* nil run t
aa_DJ
aa_DJ.iso88591
aa_DJ.utf8
aa_ER
aa_ER@saaho
aa_ER.utf8
aa_ER.utf8@saaho
aa_ET
aa_ET.utf8
af_ZA
af_ZA.iso88591
af_ZA.utf8
am_ET
am_ET.utf8
an_ES
an_ES.iso885915
an_ES.utf8
ar_AE
ar_AE.iso88596
ar_AE.utf8
ar_BH
ar_BH.iso88596
ar_BH.utf8
ar_DZ
ar_DZ.iso88596
ar_DZ.utf8
ar_EG
ar_EG.iso88596
ar_EG.utf8
ar_IN
ar_IN.utf8
ar_IQ
ar_IQ.iso88596
ar_IQ.utf8
ar_JO
ar_JO.iso88596
ar_JO.utf8
ar_KW
ar_KW.iso88596
ar_KW.utf8
ar_LB
ar_LB.iso88596
ar_LB.utf8
ar_LY
ar_LY.iso88596
ar_LY.utf8
ar_MA
ar_MA.iso88596
ar_MA.utf8
ar_OM
ar_OM.iso88596
ar_OM.utf8
ar_QA
ar_QA.iso88596
ar_QA.utf8
ar_SA
ar_SA.iso88596
ar_SA.utf8
ar_SD
ar_SD.iso88596
ar_SD.utf8
ar_SY
ar_SY.iso88596
ar_SY.utf8
ar_TN
ar_TN.iso88596
ar_TN.utf8
ar_YE
ar_YE.iso88596
ar_YE.utf8
as_IN
as_IN.utf8
ast_ES
ast_ES.iso885915
ast_ES.utf8
ayc_PE
ayc_PE.utf8
az_AZ
az_AZ.utf8
be_BY
be_BY.cp1251
be_BY@latin
be_BY.utf8
be_BY.utf8@latin
bem_ZM
bem_ZM.utf8
ber_DZ
ber_DZ.utf8
ber_MA
ber_MA.utf8
bg_BG
bg_BG.cp1251
bg_BG.utf8
bho_IN
bho_IN.utf8
bn_BD
bn_BD.utf8
bn_IN
bn_IN.utf8
bo_CN
bo_CN.utf8
bo_IN
bo_IN.utf8
bokmal
bokml
br_FR
br_FR@euro
br_FR.iso88591
br_FR.iso885915@euro
br_FR.utf8
brx_IN
brx_IN.utf8
bs_BA
bs_BA.iso88592
bs_BA.utf8
byn_ER
byn_ER.utf8
C
ca_AD
ca_AD.iso885915
ca_AD.utf8
ca_ES
ca_ES@euro
ca_ES.iso88591
ca_ES.iso885915@euro
ca_ES.utf8
ca_FR
ca_FR.iso885915
ca_FR.utf8
ca_IT
ca_IT.iso885915
ca_IT.utf8
catalan
crh_UA
crh_UA.utf8
croatian
csb_PL
csb_PL.utf8
cs_CZ
cs_CZ.iso88592
cs_CZ.utf8
cv_RU
cv_RU.utf8
cy_GB
cy_GB.iso885914
cy_GB.utf8
czech
da_DK
da_DK.iso88591
da_DK.iso885915
da_DK.utf8
danish
dansk
de_AT
de_AT@euro
de_AT.iso88591
de_AT.iso885915@euro
de_AT.utf8
de_BE
de_BE@euro
de_BE.iso88591
de_BE.iso885915@euro
de_BE.utf8
de_CH
de_CH.iso88591
de_CH.utf8
de_DE
de_DE@euro
de_DE.iso88591
de_DE.iso885915@euro
de_DE.utf8
de_LU
de_LU@euro
de_LU.iso88591
de_LU.iso885915@euro
de_LU.utf8
deutsch
doi_IN
doi_IN.utf8
dutch
dv_MV
dv_MV.utf8
dz_BT
dz_BT.utf8
eesti
el_CY
el_CY.iso88597
el_CY.utf8
el_GR
el_GR@euro
el_GR.iso88597
el_GR.iso88597@euro
el_GR.utf8
en_AG
en_AG.utf8
en_AU
en_AU.iso88591
en_AU.utf8
en_BW
en_BW.iso88591
en_BW.utf8
en_CA
en_CA.iso88591
en_CA.utf8
en_DK
en_DK.iso88591
en_DK.utf8
en_GB
en_GB.iso88591
en_GB.iso885915
en_GB.utf8
en_HK
en_HK.iso88591
en_HK.utf8
en_IE
en_IE@euro
en_IE.iso88591
en_IE.iso885915@euro
en_IE.utf8
en_IN
en_IN.utf8
en_NG
en_NG.utf8
en_NZ
en_NZ.iso88591
en_NZ.utf8
en_PH
en_PH.iso88591
en_PH.utf8
en_SG
en_SG.iso88591
en_SG.utf8
en_US
en_US.iso88591
en_US.iso885915
en_US.utf8
en_ZA
en_ZA.iso88591
en_ZA.utf8
en_ZM
en_ZM.utf8
en_ZW
en_ZW.iso88591
en_ZW.utf8
es_AR
es_AR.iso88591
es_AR.utf8
es_BO
es_BO.iso88591
es_BO.utf8
es_CL
es_CL.iso88591
es_CL.utf8
es_CO
es_CO.iso88591
es_CO.utf8
es_CR
es_CR.iso88591
es_CR.utf8
es_CU
es_CU.utf8
es_DO
es_DO.iso88591
es_DO.utf8
es_EC
es_EC.iso88591
es_EC.utf8
es_ES
es_ES@euro
es_ES.iso88591
es_ES.iso885915@euro
es_ES.utf8
es_GT
es_GT.iso88591
es_GT.utf8
es_HN
es_HN.iso88591
es_HN.utf8
es_MX
es_MX.iso88591
es_MX.utf8
es_NI
es_NI.iso88591
es_NI.utf8
es_PA
es_PA.iso88591
es_PA.utf8
es_PE
es_PE.iso88591
es_PE.utf8
es_PR
es_PR.iso88591
es_PR.utf8
es_PY
es_PY.iso88591
es_PY.utf8
es_SV
es_SV.iso88591
es_SV.utf8
estonian
es_US
es_US.iso88591
es_US.utf8
es_UY
es_UY.iso88591
es_UY.utf8
es_VE
es_VE.iso88591
es_VE.utf8
et_EE
et_EE.iso88591
et_EE.iso885915
et_EE.utf8
eu_ES
eu_ES@euro
eu_ES.iso88591
eu_ES.iso885915@euro
eu_ES.utf8
fa_IR
fa_IR.utf8
ff_SN
ff_SN.utf8
fi_FI
fi_FI@euro
fi_FI.iso88591
fi_FI.iso885915@euro
fi_FI.utf8
fil_PH
fil_PH.utf8
finnish
fo_FO
fo_FO.iso88591
fo_FO.utf8
franais
fr_BE
fr_BE@euro
fr_BE.iso88591
fr_BE.iso885915@euro
fr_BE.utf8
fr_CA
fr_CA.iso88591
fr_CA.utf8
fr_CH
fr_CH.iso88591
fr_CH.utf8
french
fr_FR
fr_FR@euro
fr_FR.iso88591
fr_FR.iso885915@euro
fr_FR.utf8
fr_LU
fr_LU@euro
fr_LU.iso88591
fr_LU.iso885915@euro
fr_LU.utf8
fur_IT
fur_IT.utf8
fy_DE
fy_DE.utf8
fy_NL
fy_NL.utf8
ga_IE
ga_IE@euro
ga_IE.iso88591
ga_IE.iso885915@euro
ga_IE.utf8
galego
galician
gd_GB
gd_GB.iso885915
gd_GB.utf8
german
gez_ER
gez_ER@abegede
gez_ER.utf8
gez_ER.utf8@abegede
gez_ET
gez_ET@abegede
gez_ET.utf8
gez_ET.utf8@abegede
gl_ES
gl_ES@euro
gl_ES.iso88591
gl_ES.iso885915@euro
gl_ES.utf8
greek
gu_IN
gu_IN.utf8
gv_GB
gv_GB.iso88591
gv_GB.utf8
ha_NG
ha_NG.utf8
hebrew
he_IL
he_IL.iso88598
he_IL.utf8
hi_IN
hi_IN.utf8
hne_IN
hne_IN.utf8
hr_HR
hr_HR.iso88592
hr_HR.utf8
hrvatski
hsb_DE
hsb_DE.iso88592
hsb_DE.utf8
ht_HT
ht_HT.utf8
hu_HU
hu_HU.iso88592
hu_HU.utf8
hungarian
hy_AM
hy_AM.armscii8
hy_AM.utf8
ia_FR
ia_FR.utf8
icelandic
id_ID
id_ID.iso88591
id_ID.utf8
ig_NG
ig_NG.utf8
ik_CA
ik_CA.utf8
is_IS
is_IS.iso88591
is_IS.utf8
italian
it_CH
it_CH.iso88591
it_CH.utf8
it_IT
it_IT@euro
it_IT.iso88591
it_IT.iso885915@euro
it_IT.utf8
iu_CA
iu_CA.utf8
iw_IL
iw_IL.iso88598
iw_IL.utf8
ja_JP
ja_JP.eucjp
ja_JP.ujis
ja_JP.utf8
japanese
japanese.euc
ka_GE
ka_GE.georgianps
ka_GE.utf8
kk_KZ
kk_KZ.pt154
kk_KZ.utf8
kl_GL
kl_GL.iso88591
kl_GL.utf8
km_KH
km_KH.utf8
kn_IN
kn_IN.utf8
kok_IN
kok_IN.utf8
ko_KR
ko_KR.euckr
ko_KR.utf8
korean
korean.euc
ks_IN
ks_IN@devanagari
ks_IN.utf8
ks_IN.utf8@devanagari
ku_TR
ku_TR.iso88599
ku_TR.utf8
kw_GB
kw_GB.iso88591
kw_GB.utf8
ky_KG
ky_KG.utf8
lb_LU
lb_LU.utf8
lg_UG
lg_UG.iso885910
lg_UG.utf8
li_BE
li_BE.utf8
lij_IT
lij_IT.utf8
li_NL
li_NL.utf8
lithuanian
lo_LA
lo_LA.utf8
lt_LT
lt_LT.iso885913
lt_LT.utf8
lv_LV
lv_LV.iso885913
lv_LV.utf8
mag_IN
mag_IN.utf8
mai_IN
mai_IN.utf8
mg_MG
mg_MG.iso885915
mg_MG.utf8
mhr_RU
mhr_RU.utf8
mi_NZ
mi_NZ.iso885913
mi_NZ.utf8
mk_MK
mk_MK.iso88595
mk_MK.utf8
ml_IN
ml_IN.utf8
mni_IN
mni_IN.utf8
mn_MN
mn_MN.utf8
mr_IN
mr_IN.utf8
ms_MY
ms_MY.iso88591
ms_MY.utf8
mt_MT
mt_MT.iso88593
mt_MT.utf8
my_MM
my_MM.utf8
nan_TW@latin
nan_TW.utf8@latin
nb_NO
nb_NO.iso88591
nb_NO.utf8
nds_DE
nds_DE.utf8
nds_NL
nds_NL.utf8
ne_NP
ne_NP.utf8
nhn_MX
nhn_MX.utf8
niu_NU
niu_NU.utf8
niu_NZ
niu_NZ.utf8
nl_AW
nl_AW.utf8
nl_BE
nl_BE@euro
nl_BE.iso88591
nl_BE.iso885915@euro
nl_BE.utf8
nl_NL
nl_NL@euro
nl_NL.iso88591
nl_NL.iso885915@euro
nl_NL.utf8
nn_NO
nn_NO.iso88591
nn_NO.utf8
no_NO
no_NO.ISO-8859-1
norwegian
nr_ZA
nr_ZA.utf8
nso_ZA
nso_ZA.utf8
nynorsk
oc_FR
oc_FR.iso88591
oc_FR.utf8
om_ET
om_ET.utf8
om_KE
om_KE.iso88591
om_KE.utf8
or_IN
or_IN.utf8
os_RU
os_RU.utf8
pa_IN
pa_IN.utf8
pap_AN
pap_AN.utf8
pa_PK
pa_PK.utf8
pl_PL
pl_PL.iso88592
pl_PL.utf8
polish
portuguese
POSIX
ps_AF
ps_AF.utf8
pt_BR
pt_BR.iso88591
pt_BR.utf8
pt_PT
pt_PT@euro
pt_PT.iso88591
pt_PT.iso885915@euro
pt_PT.utf8
romanian
ro_RO
ro_RO.iso88592
ro_RO.utf8
ru_RU
ru_RU.iso88595
ru_RU.koi8r
ru_RU.utf8
russian
ru_UA
ru_UA.koi8u
ru_UA.utf8
rw_RW
rw_RW.utf8
sa_IN
sa_IN.utf8
sat_IN
sat_IN.utf8
sc_IT
sc_IT.utf8
sd_IN
sd_IN@devanagari
sd_IN.utf8
sd_IN.utf8@devanagari
se_NO
se_NO.utf8
shs_CA
shs_CA.utf8
sid_ET
sid_ET.utf8
si_LK
si_LK.utf8
sk_SK
sk_SK.iso88592
sk_SK.utf8
slovak
slovene
slovenian
sl_SI
sl_SI.iso88592
sl_SI.utf8
so_DJ
so_DJ.iso88591
so_DJ.utf8
so_ET
so_ET.utf8
so_KE
so_KE.iso88591
so_KE.utf8
so_SO
so_SO.iso88591
so_SO.utf8
spanish
sq_AL
sq_AL.iso88591
sq_AL.utf8
sq_MK
sq_MK.utf8
sr_ME
sr_ME.utf8
sr_RS
sr_RS@latin
sr_RS.utf8
sr_RS.utf8@latin
ss_ZA
ss_ZA.utf8
st_ZA
st_ZA.iso88591
st_ZA.utf8
sv_FI
sv_FI@euro
sv_FI.iso88591
sv_FI.iso885915@euro
sv_FI.utf8
sv_SE
sv_SE.iso88591
sv_SE.iso885915
sv_SE.utf8
swedish
sw_KE
sw_KE.utf8
sw_TZ
sw_TZ.utf8
szl_PL
szl_PL.utf8
ta_IN
ta_IN.utf8
ta_LK
ta_LK.utf8
te_IN
te_IN.utf8
tg_TJ
tg_TJ.koi8t
tg_TJ.utf8
thai
th_TH
th_TH.tis620
th_TH.utf8
ti_ER
ti_ER.utf8
ti_ET
ti_ET.utf8
tig_ER
tig_ER.utf8
tk_TM
tk_TM.utf8
tl_PH
tl_PH.iso88591
tl_PH.utf8
tn_ZA
tn_ZA.utf8
tr_CY
tr_CY.iso88599
tr_CY.utf8
tr_TR
tr_TR.iso88599
tr_TR.utf8
ts_ZA
ts_ZA.utf8
tt_RU
tt_RU@iqtelif
tt_RU.utf8
tt_RU.utf8@iqtelif
turkish
ug_CN
ug_CN.utf8
uk_UA
uk_UA.koi8u
uk_UA.utf8
unm_US
unm_US.utf8
ur_IN
ur_IN.utf8
ur_PK
ur_PK.utf8
uz_UZ
uz_UZ@cyrillic
uz_UZ.iso88591
uz_UZ.utf8@cyrillic
ve_ZA
ve_ZA.utf8
vi_VN
vi_VN.utf8
wa_BE
wa_BE@euro
wa_BE.iso88591
wa_BE.iso885915@euro
wa_BE.utf8
wae_CH
wae_CH.utf8
wal_ET
wal_ET.utf8
wo_SN
wo_SN.utf8
xh_ZA
xh_ZA.iso88591
xh_ZA.utf8
yi_US
yi_US.cp1255
yi_US.utf8
yo_NG
yo_NG.utf8
yue_HK
yue_HK.utf8
zh_CN
zh_CN.gb18030
zh_CN.gb2312
zh_CN.gbk
zh_CN.utf8
zh_HK
zh_HK.big5hkscs
zh_HK.utf8
zh_SG
zh_SG.gb2312
zh_SG.gbk
zh_SG.utf8
zh_TW
zh_TW.big5
zh_TW.euctw
zh_TW.utf8
zu_ZA
zu_ZA.iso88591
zu_ZA.utf8
///28623118589a3061b5ad9ef7029ee620#$
16:54:51.585556 tramp-flush-connection-property (7) # locked
16:54:51.585765 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:51.585961 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:51.586209 tramp-wait-for-regexp (6) # 
aa_DJ
aa_DJ.iso88591
aa_DJ.utf8
aa_ER
aa_ER@saaho
aa_ER.utf8
aa_ER.utf8@saaho
aa_ET
aa_ET.utf8
af_ZA
af_ZA.iso88591
af_ZA.utf8
am_ET
am_ET.utf8
an_ES
an_ES.iso885915
an_ES.utf8
ar_AE
ar_AE.iso88596
ar_AE.utf8
ar_BH
ar_BH.iso88596
ar_BH.utf8
ar_DZ
ar_DZ.iso88596
ar_DZ.utf8
ar_EG
ar_EG.iso88596
ar_EG.utf8
ar_IN
ar_IN.utf8
ar_IQ
ar_IQ.iso88596
ar_IQ.utf8
ar_JO
ar_JO.iso88596
ar_JO.utf8
ar_KW
ar_KW.iso88596
ar_KW.utf8
ar_LB
ar_LB.iso88596
ar_LB.utf8
ar_LY
ar_LY.iso88596
ar_LY.utf8
ar_MA
ar_MA.iso88596
ar_MA.utf8
ar_OM
ar_OM.iso88596
ar_OM.utf8
ar_QA
ar_QA.iso88596
ar_QA.utf8
ar_SA
ar_SA.iso88596
ar_SA.utf8
ar_SD
ar_SD.iso88596
ar_SD.utf8
ar_SY
ar_SY.iso88596
ar_SY.utf8
ar_TN
ar_TN.iso88596
ar_TN.utf8
ar_YE
ar_YE.iso88596
ar_YE.utf8
as_IN
as_IN.utf8
ast_ES
ast_ES.iso885915
ast_ES.utf8
ayc_PE
ayc_PE.utf8
az_AZ
az_AZ.utf8
be_BY
be_BY.cp1251
be_BY@latin
be_BY.utf8
be_BY.utf8@latin
bem_ZM
bem_ZM.utf8
ber_DZ
ber_DZ.utf8
ber_MA
ber_MA.utf8
bg_BG
bg_BG.cp1251
bg_BG.utf8
bho_IN
bho_IN.utf8
bn_BD
bn_BD.utf8
bn_IN
bn_IN.utf8
bo_CN
bo_CN.utf8
bo_IN
bo_IN.utf8
bokmal
bokml
br_FR
br_FR@euro
br_FR.iso88591
br_FR.iso885915@euro
br_FR.utf8
brx_IN
brx_IN.utf8
bs_BA
bs_BA.iso88592
bs_BA.utf8
byn_ER
byn_ER.utf8
C
ca_AD
ca_AD.iso885915
ca_AD.utf8
ca_ES
ca_ES@euro
ca_ES.iso88591
ca_ES.iso885915@euro
ca_ES.utf8
ca_FR
ca_FR.iso885915
ca_FR.utf8
ca_IT
ca_IT.iso885915
ca_IT.utf8
catalan
crh_UA
crh_UA.utf8
croatian
csb_PL
csb_PL.utf8
cs_CZ
cs_CZ.iso88592
cs_CZ.utf8
cv_RU
cv_RU.utf8
cy_GB
cy_GB.iso885914
cy_GB.utf8
czech
da_DK
da_DK.iso88591
da_DK.iso885915
da_DK.utf8
danish
dansk
de_AT
de_AT@euro
de_AT.iso88591
de_AT.iso885915@euro
de_AT.utf8
de_BE
de_BE@euro
de_BE.iso88591
de_BE.iso885915@euro
de_BE.utf8
de_CH
de_CH.iso88591
de_CH.utf8
de_DE
de_DE@euro
de_DE.iso88591
de_DE.iso885915@euro
de_DE.utf8
de_LU
de_LU@euro
de_LU.iso88591
de_LU.iso885915@euro
de_LU.utf8
deutsch
doi_IN
doi_IN.utf8
dutch
dv_MV
dv_MV.utf8
dz_BT
dz_BT.utf8
eesti
el_CY
el_CY.iso88597
el_CY.utf8
el_GR
el_GR@euro
el_GR.iso88597
el_GR.iso88597@euro
el_GR.utf8
en_AG
en_AG.utf8
en_AU
en_AU.iso88591
en_AU.utf8
en_BW
en_BW.iso88591
en_BW.utf8
en_CA
en_CA.iso88591
en_CA.utf8
en_DK
en_DK.iso88591
en_DK.utf8
en_GB
en_GB.iso88591
en_GB.iso885915
en_GB.utf8
en_HK
en_HK.iso88591
en_HK.utf8
en_IE
en_IE@euro
en_IE.iso88591
en_IE.iso885915@euro
en_IE.utf8
en_IN
en_IN.utf8
en_NG
en_NG.utf8
en_NZ
en_NZ.iso88591
en_NZ.utf8
en_PH
en_PH.iso88591
en_PH.utf8
en_SG
en_SG.iso88591
en_SG.utf8
en_US
en_US.iso88591
en_US.iso885915
en_US.utf8
en_ZA
en_ZA.iso88591
en_ZA.utf8
en_ZM
en_ZM.utf8
en_ZW
en_ZW.iso88591
en_ZW.utf8
es_AR
es_AR.iso88591
es_AR.utf8
es_BO
es_BO.iso88591
es_BO.utf8
es_CL
es_CL.iso88591
es_CL.utf8
es_CO
es_CO.iso88591
es_CO.utf8
es_CR
es_CR.iso88591
es_CR.utf8
es_CU
es_CU.utf8
es_DO
es_DO.iso88591
es_DO.utf8
es_EC
es_EC.iso88591
es_EC.utf8
es_ES
es_ES@euro
es_ES.iso88591
es_ES.iso885915@euro
es_ES.utf8
es_GT
es_GT.iso88591
es_GT.utf8
es_HN
es_HN.iso88591
es_HN.utf8
es_MX
es_MX.iso88591
es_MX.utf8
es_NI
es_NI.iso88591
es_NI.utf8
es_PA
es_PA.iso88591
es_PA.utf8
es_PE
es_PE.iso88591
es_PE.utf8
es_PR
es_PR.iso88591
es_PR.utf8
es_PY
es_PY.iso88591
es_PY.utf8
es_SV
es_SV.iso88591
es_SV.utf8
estonian
es_US
es_US.iso88591
es_US.utf8
es_UY
es_UY.iso88591
es_UY.utf8
es_VE
es_VE.iso88591
es_VE.utf8
et_EE
et_EE.iso88591
et_EE.iso885915
et_EE.utf8
eu_ES
eu_ES@euro
eu_ES.iso88591
eu_ES.iso885915@euro
eu_ES.utf8
fa_IR
fa_IR.utf8
ff_SN
ff_SN.utf8
fi_FI
fi_FI@euro
fi_FI.iso88591
fi_FI.iso885915@euro
fi_FI.utf8
fil_PH
fil_PH.utf8
finnish
fo_FO
fo_FO.iso88591
fo_FO.utf8
franais
fr_BE
fr_BE@euro
fr_BE.iso88591
fr_BE.iso885915@euro
fr_BE.utf8
fr_CA
fr_CA.iso88591
fr_CA.utf8
fr_CH
fr_CH.iso88591
fr_CH.utf8
french
fr_FR
fr_FR@euro
fr_FR.iso88591
fr_FR.iso885915@euro
fr_FR.utf8
fr_LU
fr_LU@euro
fr_LU.iso88591
fr_LU.iso885915@euro
fr_LU.utf8
fur_IT
fur_IT.utf8
fy_DE
fy_DE.utf8
fy_NL
fy_NL.utf8
ga_IE
ga_IE@euro
ga_IE.iso88591
ga_IE.iso885915@euro
ga_IE.utf8
galego
galician
gd_GB
gd_GB.iso885915
gd_GB.utf8
german
gez_ER
gez_ER@abegede
gez_ER.utf8
gez_ER.utf8@abegede
gez_ET
gez_ET@abegede
gez_ET.utf8
gez_ET.utf8@abegede
gl_ES
gl_ES@euro
gl_ES.iso88591
gl_ES.iso885915@euro
gl_ES.utf8
greek
gu_IN
gu_IN.utf8
gv_GB
gv_GB.iso88591
gv_GB.utf8
ha_NG
ha_NG.utf8
hebrew
he_IL
he_IL.iso88598
he_IL.utf8
hi_IN
hi_IN.utf8
hne_IN
hne_IN.utf8
hr_HR
hr_HR.iso88592
hr_HR.utf8
hrvatski
hsb_DE
hsb_DE.iso88592
hsb_DE.utf8
ht_HT
ht_HT.utf8
hu_HU
hu_HU.iso88592
hu_HU.utf8
hungarian
hy_AM
hy_AM.armscii8
hy_AM.utf8
ia_FR
ia_FR.utf8
icelandic
id_ID
id_ID.iso88591
id_ID.utf8
ig_NG
ig_NG.utf8
ik_CA
ik_CA.utf8
is_IS
is_IS.iso88591
is_IS.utf8
italian
it_CH
it_CH.iso88591
it_CH.utf8
it_IT
it_IT@euro
it_IT.iso88591
it_IT.iso885915@euro
it_IT.utf8
iu_CA
iu_CA.utf8
iw_IL
iw_IL.iso88598
iw_IL.utf8
ja_JP
ja_JP.eucjp
ja_JP.ujis
ja_JP.utf8
japanese
japanese.euc
ka_GE
ka_GE.georgianps
ka_GE.utf8
kk_KZ
kk_KZ.pt154
kk_KZ.utf8
kl_GL
kl_GL.iso88591
kl_GL.utf8
km_KH
km_KH.utf8
kn_IN
kn_IN.utf8
kok_IN
kok_IN.utf8
ko_KR
ko_KR.euckr
ko_KR.utf8
korean
korean.euc
ks_IN
ks_IN@devanagari
ks_IN.utf8
ks_IN.utf8@devanagari
ku_TR
ku_TR.iso88599
ku_TR.utf8
kw_GB
kw_GB.iso88591
kw_GB.utf8
ky_KG
ky_KG.utf8
lb_LU
lb_LU.utf8
lg_UG
lg_UG.iso885910
lg_UG.utf8
li_BE
li_BE.utf8
lij_IT
lij_IT.utf8
li_NL
li_NL.utf8
lithuanian
lo_LA
lo_LA.utf8
lt_LT
lt_LT.iso885913
lt_LT.utf8
lv_LV
lv_LV.iso885913
lv_LV.utf8
mag_IN
mag_IN.utf8
mai_IN
mai_IN.utf8
mg_MG
mg_MG.iso885915
mg_MG.utf8
mhr_RU
mhr_RU.utf8
mi_NZ
mi_NZ.iso885913
mi_NZ.utf8
mk_MK
mk_MK.iso88595
mk_MK.utf8
ml_IN
ml_IN.utf8
mni_IN
mni_IN.utf8
mn_MN
mn_MN.utf8
mr_IN
mr_IN.utf8
ms_MY
ms_MY.iso88591
ms_MY.utf8
mt_MT
mt_MT.iso88593
mt_MT.utf8
my_MM
my_MM.utf8
nan_TW@latin
nan_TW.utf8@latin
nb_NO
nb_NO.iso88591
nb_NO.utf8
nds_DE
nds_DE.utf8
nds_NL
nds_NL.utf8
ne_NP
ne_NP.utf8
nhn_MX
nhn_MX.utf8
niu_NU
niu_NU.utf8
niu_NZ
niu_NZ.utf8
nl_AW
nl_AW.utf8
nl_BE
nl_BE@euro
nl_BE.iso88591
nl_BE.iso885915@euro
nl_BE.utf8
nl_NL
nl_NL@euro
nl_NL.iso88591
nl_NL.iso885915@euro
nl_NL.utf8
nn_NO
nn_NO.iso88591
nn_NO.utf8
no_NO
no_NO.ISO-8859-1
norwegian
nr_ZA
nr_ZA.utf8
nso_ZA
nso_ZA.utf8
nynorsk
oc_FR
oc_FR.iso88591
oc_FR.utf8
om_ET
om_ET.utf8
om_KE
om_KE.iso88591
om_KE.utf8
or_IN
or_IN.utf8
os_RU
os_RU.utf8
pa_IN
pa_IN.utf8
pap_AN
pap_AN.utf8
pa_PK
pa_PK.utf8
pl_PL
pl_PL.iso88592
pl_PL.utf8
polish
portuguese
POSIX
ps_AF
ps_AF.utf8
pt_BR
pt_BR.iso88591
pt_BR.utf8
pt_PT
pt_PT@euro
pt_PT.iso88591
pt_PT.iso885915@euro
pt_PT.utf8
romanian
ro_RO
ro_RO.iso88592
ro_RO.utf8
ru_RU
ru_RU.iso88595
ru_RU.koi8r
ru_RU.utf8
russian
ru_UA
ru_UA.koi8u
ru_UA.utf8
rw_RW
rw_RW.utf8
sa_IN
sa_IN.utf8
sat_IN
sat_IN.utf8
sc_IT
sc_IT.utf8
sd_IN
sd_IN@devanagari
sd_IN.utf8
sd_IN.utf8@devanagari
se_NO
se_NO.utf8
shs_CA
shs_CA.utf8
sid_ET
sid_ET.utf8
si_LK
si_LK.utf8
sk_SK
sk_SK.iso88592
sk_SK.utf8
slovak
slovene
slovenian
sl_SI
sl_SI.iso88592
sl_SI.utf8
so_DJ
so_DJ.iso88591
so_DJ.utf8
so_ET
so_ET.utf8
so_KE
so_KE.iso88591
so_KE.utf8
so_SO
so_SO.iso88591
so_SO.utf8
spanish
sq_AL
sq_AL.iso88591
sq_AL.utf8
sq_MK
sq_MK.utf8
sr_ME
sr_ME.utf8
sr_RS
sr_RS@latin
sr_RS.utf8
sr_RS.utf8@latin
ss_ZA
ss_ZA.utf8
st_ZA
st_ZA.iso88591
st_ZA.utf8
sv_FI
sv_FI@euro
sv_FI.iso88591
sv_FI.iso885915@euro
sv_FI.utf8
sv_SE
sv_SE.iso88591
sv_SE.iso885915
sv_SE.utf8
swedish
sw_KE
sw_KE.utf8
sw_TZ
sw_TZ.utf8
szl_PL
szl_PL.utf8
ta_IN
ta_IN.utf8
ta_LK
ta_LK.utf8
te_IN
te_IN.utf8
tg_TJ
tg_TJ.koi8t
tg_TJ.utf8
thai
th_TH
th_TH.tis620
th_TH.utf8
ti_ER
ti_ER.utf8
ti_ET
ti_ET.utf8
tig_ER
tig_ER.utf8
tk_TM
tk_TM.utf8
tl_PH
tl_PH.iso88591
tl_PH.utf8
tn_ZA
tn_ZA.utf8
tr_CY
tr_CY.iso88599
tr_CY.utf8
tr_TR
tr_TR.iso88599
tr_TR.utf8
ts_ZA
ts_ZA.utf8
tt_RU
tt_RU@iqtelif
tt_RU.utf8
tt_RU.utf8@iqtelif
turkish
ug_CN
ug_CN.utf8
uk_UA
uk_UA.koi8u
uk_UA.utf8
unm_US
unm_US.utf8
ur_IN
ur_IN.utf8
ur_PK
ur_PK.utf8
uz_UZ
uz_UZ@cyrillic
uz_UZ.iso88591
uz_UZ.utf8@cyrillic
ve_ZA
ve_ZA.utf8
vi_VN
vi_VN.utf8
wa_BE
wa_BE@euro
wa_BE.iso88591
wa_BE.iso885915@euro
wa_BE.utf8
wae_CH
wae_CH.utf8
wal_ET
wal_ET.utf8
wo_SN
wo_SN.utf8
xh_ZA
xh_ZA.iso88591
xh_ZA.utf8
yi_US
yi_US.cp1255
yi_US.utf8
yo_NG
yo_NG.utf8
yue_HK
yue_HK.utf8
zh_CN
zh_CN.gb18030
zh_CN.gb2312
zh_CN.gbk
zh_CN.utf8
zh_HK
zh_HK.big5hkscs
zh_HK.utf8
zh_SG
zh_SG.gb2312
zh_SG.gbk
zh_SG.utf8
zh_TW
zh_TW.big5
zh_TW.euctw
zh_TW.utf8
zu_ZA
zu_ZA.iso88591
zu_ZA.utf8
///28623118589a3061b5ad9ef7029ee620#$
16:54:51.588208 tramp-get-connection-property (7) # process-buffer nil; cache 
used: t
16:54:51.588544 tramp-set-connection-property (7) # locale LC_ALL=en_US.utf8
16:54:51.588737 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:54:51.588894 tramp-get-connection-property (7) # remote-echo nil; cache 
used: nil
16:54:51.589035 tramp-send-command (6) # (echo foo ; echo bar)
16:54:51.589189 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:54:51.589341 tramp-get-connection-property (7) # chunksize nil; cache used: 
nil
16:54:51.589484 tramp-set-connection-property (7) # last-cmd-time (24933 41403 
589441 0)
16:54:51.589660 tramp-send-string (10) # (echo foo ; echo bar)
16:54:51.589805 tramp-get-connection-property (7) # process-buffer nil; cache 
used: t
16:54:51.589982 tramp-get-connection-property (7) # locked nil; cache used: nil
16:54:51.590129 tramp-set-connection-property (7) # locked t
16:54:51.590341 tramp-flush-connection-property (7) # locked
16:54:51.590511 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:51.590703 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:51.590961 tramp-get-connection-property (7) # locked nil; cache used: nil
16:54:51.591119 tramp-set-connection-property (7) # locked t
16:54:51.616130 tramp-accept-process-output (10) # *tramp/plinkx Prod* nil run t
foo
bar
///28623118589a3061b5ad9ef7029ee620#$
16:54:51.616422 tramp-flush-connection-property (7) # locked
16:54:51.616611 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:51.616783 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:51.616971 tramp-wait-for-regexp (6) # 
foo
bar
///28623118589a3061b5ad9ef7029ee620#$
16:54:51.617268 tramp-open-connection-setup-interactive-shell (5) # Setting 
coding system to utf-8 and utf-8-unix
16:54:51.617474 tramp-get-connection-property (7) # chunksize undef; cache 
used: nil
16:54:51.617638 tramp-open-connection-setup-interactive-shell (5) # Checking 
remote host type for send-process-string bug
16:54:51.617824 tramp-set-connection-property (7) # chunksize 0
16:54:51.618016 tramp-get-connection-property (7) # process-buffer nil; cache 
used: t
16:54:51.618192 tramp-get-connection-property (7) # process-buffer nil; cache 
used: t
16:54:51.618517 tramp-get-connection-property (7) # remote-path undef; cache 
used: nil
16:54:51.618694 tramp-get-connection-property (7) # null-device /dev/null; 
cache used: t
16:54:51.618849 tramp-get-connection-property (7) # null-device /dev/null; 
cache used: t
16:54:51.619022 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:54:51.619174 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:54:51.619318 tramp-get-connection-property (7) # process-buffer nil; cache 
used: t
16:54:51.619487 tramp-get-connection-property (7) # last-cmd-time (24933 41403 
589441 0); cache used: t
16:54:51.619679 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:54:51.619834 tramp-get-connection-property (7) # remote-echo nil; cache 
used: nil
16:54:51.619975 tramp-send-command (6) # echo \"`getconf PATH 2>/dev/null`\" 
2>/dev/null; echo tramp_exit_status $?
16:54:51.620133 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:54:51.620281 tramp-get-connection-property (7) # chunksize 0; cache used: t
16:54:51.620433 tramp-set-connection-property (7) # last-cmd-time (24933 41403 
620390 0)
16:54:51.620696 tramp-send-string (10) # echo \"`getconf PATH 2>/dev/null`\" 
2>/dev/null; echo tramp_exit_status $?
16:54:51.620873 tramp-get-connection-property (7) # process-buffer nil; cache 
used: t
16:54:51.621145 tramp-get-connection-property (7) # locked nil; cache used: nil
16:54:51.621300 tramp-set-connection-property (7) # locked t
16:54:51.621527 tramp-flush-connection-property (7) # locked
16:54:51.621696 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:51.621851 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:51.622006 tramp-get-connection-property (7) # locked nil; cache used: nil
16:54:51.622153 tramp-set-connection-property (7) # locked t
16:54:51.648641 tramp-accept-process-output (10) # *tramp/plinkx Prod* nil run t
"/usr/bin"
tramp_exit_status 0
///28623118589a3061b5ad9ef7029ee620#$
16:54:51.648912 tramp-flush-connection-property (7) # locked
16:54:51.649102 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:51.649280 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:51.649537 tramp-wait-for-regexp (6) # 
"/usr/bin"
tramp_exit_status 0
///28623118589a3061b5ad9ef7029ee620#$
16:54:51.649856 tramp-get-connection-property (7) # process-buffer nil; cache 
used: t
16:54:51.650062 tramp-get-connection-property (7) # process-buffer nil; cache 
used: t
16:54:51.650850 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:54:51.651096 tramp-get-connection-property (7) # mutex #<mutex *tramp/plinkx 
Prod*>; cache used: t
16:54:51.651634 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:54:51.652255 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:54:51.652474 tramp-get-connection-property (7) # mutex #<mutex *tramp/plinkx 
Prod*>; cache used: t
16:54:51.652912 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:54:51.653216 tramp-get-file-property (8) # /usr/bin file-directory-p undef; 
inhibit: 10; cache used: nil; cached at: nil
16:54:51.653563 tramp-get-connection-property (7) # test undef; cache used: nil
16:54:51.653741 tramp-get-test-command (5) # Finding a suitable test command
16:54:51.653901 tramp-get-connection-property (7) # null-device /dev/null; 
cache used: t
16:54:51.654075 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:54:51.654229 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:54:51.654400 tramp-get-connection-property (7) # process-buffer nil; cache 
used: t
16:54:51.654564 tramp-get-connection-property (7) # last-cmd-time (24933 41403 
620390 0); cache used: t
16:54:51.654792 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:54:51.654950 tramp-get-connection-property (7) # remote-echo nil; cache 
used: nil
16:54:51.655087 tramp-send-command (6) # test 0 2>/dev/null; echo 
tramp_exit_status $?
16:54:51.655233 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:54:51.655405 tramp-get-connection-property (7) # chunksize 0; cache used: t
16:54:51.655565 tramp-set-connection-property (7) # last-cmd-time (24933 41403 
655521 0)
16:54:51.655722 tramp-send-string (10) # test 0 2>/dev/null; echo 
tramp_exit_status $?
16:54:51.655874 tramp-get-connection-property (7) # process-buffer nil; cache 
used: t
16:54:51.656048 tramp-get-connection-property (7) # locked nil; cache used: nil
16:54:51.656204 tramp-set-connection-property (7) # locked t
16:54:51.656437 tramp-flush-connection-property (7) # locked
16:54:51.656613 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:51.656850 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:51.657059 tramp-get-connection-property (7) # locked nil; cache used: nil
16:54:51.657217 tramp-set-connection-property (7) # locked t
16:54:51.681400 tramp-accept-process-output (10) # *tramp/plinkx Prod* nil run t
tramp_exit_status 0
///28623118589a3061b5ad9ef7029ee620#$
16:54:51.681661 tramp-flush-connection-property (7) # locked
16:54:51.681834 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:51.682035 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:51.682224 tramp-wait-for-regexp (6) # 
tramp_exit_status 0
///28623118589a3061b5ad9ef7029ee620#$
16:54:51.682632 tramp-get-connection-property (7) # process-buffer nil; cache 
used: t
16:54:51.682858 tramp-set-connection-property (7) # test test
16:54:51.683113 tramp-get-connection-property (7) # null-device /dev/null; 
cache used: t
16:54:51.727644 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:54:51.727895 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:54:51.728076 tramp-get-connection-property (7) # process-buffer nil; cache 
used: t
16:54:51.728260 tramp-get-connection-property (7) # last-cmd-time (24933 41403 
655521 0); cache used: t
16:54:51.728460 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:54:51.728611 tramp-get-connection-property (7) # remote-echo nil; cache 
used: nil
16:54:51.728746 tramp-send-command (6) # test -d /usr/bin 2>/dev/null; echo 
tramp_exit_status $?
16:54:51.728896 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:54:51.729047 tramp-get-connection-property (7) # chunksize 0; cache used: t
16:54:51.729221 tramp-set-connection-property (7) # last-cmd-time (24933 41403 
729173 0)
16:54:51.729378 tramp-send-string (10) # test -d /usr/bin 2>/dev/null; echo 
tramp_exit_status $?
16:54:51.729534 tramp-get-connection-property (7) # process-buffer nil; cache 
used: t
16:54:51.729703 tramp-get-connection-property (7) # locked nil; cache used: nil
16:54:51.729846 tramp-set-connection-property (7) # locked t
16:54:51.730076 tramp-flush-connection-property (7) # locked
16:54:51.730442 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:51.730704 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:51.730953 tramp-get-connection-property (7) # locked nil; cache used: nil
16:54:51.731186 tramp-set-connection-property (7) # locked t
16:54:51.767021 tramp-accept-process-output (10) # *tramp/plinkx Prod* nil run t
tramp_exit_status 0
///28623118589a3061b5ad9ef7029ee620#$
16:54:51.767274 tramp-flush-connection-property (7) # locked
16:54:51.767452 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:51.767618 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:51.767814 tramp-wait-for-regexp (6) # 
tramp_exit_status 0
///28623118589a3061b5ad9ef7029ee620#$
16:54:51.768251 tramp-get-connection-property (7) # process-buffer nil; cache 
used: t
16:54:51.768522 tramp-set-file-property (8) # /usr/bin file-directory-p t
16:54:51.768986 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:54:51.769215 tramp-get-connection-property (7) # mutex #<mutex *tramp/plinkx 
Prod*>; cache used: t
16:54:51.769871 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:54:51.770531 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:54:51.770714 tramp-get-connection-property (7) # mutex #<mutex *tramp/plinkx 
Prod*>; cache used: t
16:54:51.771155 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:54:51.771444 tramp-get-file-property (8) # /bin file-directory-p undef; 
inhibit: 10; cache used: nil; cached at: nil
16:54:51.771682 tramp-get-connection-property (7) # test test; cache used: t
16:54:51.771908 tramp-get-connection-property (7) # null-device /dev/null; 
cache used: t
16:54:51.772097 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:54:51.772253 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:54:51.772402 tramp-get-connection-property (7) # process-buffer nil; cache 
used: t
16:54:51.772556 tramp-get-connection-property (7) # last-cmd-time (24933 41403 
729173 0); cache used: t
16:54:51.772740 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:54:51.772890 tramp-get-connection-property (7) # remote-echo nil; cache 
used: nil
16:54:51.773029 tramp-send-command (6) # test -d /bin 2>/dev/null; echo 
tramp_exit_status $?
16:54:51.773419 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:54:51.773617 tramp-get-connection-property (7) # chunksize 0; cache used: t
16:54:51.773779 tramp-set-connection-property (7) # last-cmd-time (24933 41403 
773735 0)
16:54:51.773933 tramp-send-string (10) # test -d /bin 2>/dev/null; echo 
tramp_exit_status $?
16:54:51.774180 tramp-get-connection-property (7) # process-buffer nil; cache 
used: t
16:54:51.774379 tramp-get-connection-property (7) # locked nil; cache used: nil
16:54:51.774528 tramp-set-connection-property (7) # locked t
16:54:51.774750 tramp-flush-connection-property (7) # locked
16:54:51.774934 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:51.775097 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:51.775264 tramp-get-connection-property (7) # locked nil; cache used: nil
16:54:51.775407 tramp-set-connection-property (7) # locked t
16:54:51.801904 tramp-accept-process-output (10) # *tramp/plinkx Prod* nil run t
tramp_exit_status 0
///28623118589a3061b5ad9ef7029ee620#$
16:54:51.802265 tramp-flush-connection-property (7) # locked
16:54:51.802609 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:51.802959 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:51.803236 tramp-wait-for-regexp (6) # 
tramp_exit_status 0
///28623118589a3061b5ad9ef7029ee620#$
16:54:51.803561 tramp-get-connection-property (7) # process-buffer nil; cache 
used: t
16:54:51.803820 tramp-set-file-property (8) # /bin file-directory-p t
16:54:51.804290 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:54:51.804467 tramp-get-connection-property (7) # mutex #<mutex *tramp/plinkx 
Prod*>; cache used: t
16:54:51.804913 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:54:51.805462 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:54:51.805638 tramp-get-connection-property (7) # mutex #<mutex *tramp/plinkx 
Prod*>; cache used: t
16:54:51.806089 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:54:51.806538 tramp-get-file-property (8) # /sbin file-directory-p undef; 
inhibit: 10; cache used: nil; cached at: nil
16:54:51.806815 tramp-get-connection-property (7) # test test; cache used: t
16:54:51.807174 tramp-get-connection-property (7) # null-device /dev/null; 
cache used: t
16:54:51.807386 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:54:51.807548 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:54:51.807699 tramp-get-connection-property (7) # process-buffer nil; cache 
used: t
16:54:51.807851 tramp-get-connection-property (7) # last-cmd-time (24933 41403 
773735 0); cache used: t
16:54:51.808085 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:54:51.808241 tramp-get-connection-property (7) # remote-echo nil; cache 
used: nil
16:54:51.808378 tramp-send-command (6) # test -d /sbin 2>/dev/null; echo 
tramp_exit_status $?
16:54:51.808525 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:54:51.808673 tramp-get-connection-property (7) # chunksize 0; cache used: t
16:54:51.808825 tramp-set-connection-property (7) # last-cmd-time (24933 41403 
808783 0)
16:54:51.808990 tramp-send-string (10) # test -d /sbin 2>/dev/null; echo 
tramp_exit_status $?
16:54:51.809140 tramp-get-connection-property (7) # process-buffer nil; cache 
used: t
16:54:51.809306 tramp-get-connection-property (7) # locked nil; cache used: nil
16:54:51.809465 tramp-set-connection-property (7) # locked t
16:54:51.809692 tramp-flush-connection-property (7) # locked
16:54:51.809875 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:51.810150 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:51.810382 tramp-get-connection-property (7) # locked nil; cache used: nil
16:54:51.810579 tramp-set-connection-property (7) # locked t
16:54:51.835814 tramp-accept-process-output (10) # *tramp/plinkx Prod* nil run t
tramp_exit_status 0
///28623118589a3061b5ad9ef7029ee620#$
16:54:51.836129 tramp-flush-connection-property (7) # locked
16:54:51.836310 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:51.836475 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:51.836664 tramp-wait-for-regexp (6) # 
tramp_exit_status 0
///28623118589a3061b5ad9ef7029ee620#$
16:54:51.837057 tramp-get-connection-property (7) # process-buffer nil; cache 
used: t
16:54:51.837553 tramp-set-file-property (8) # /sbin file-directory-p t
16:54:51.838128 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:54:51.838407 tramp-get-connection-property (7) # mutex #<mutex *tramp/plinkx 
Prod*>; cache used: t
16:54:51.838948 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:54:51.839545 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:54:51.839732 tramp-get-connection-property (7) # mutex #<mutex *tramp/plinkx 
Prod*>; cache used: t
16:54:51.840249 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:54:51.840555 tramp-get-file-property (8) # /usr/sbin file-directory-p undef; 
inhibit: 10; cache used: nil; cached at: nil
16:54:51.840807 tramp-get-connection-property (7) # test test; cache used: t
16:54:51.841062 tramp-get-connection-property (7) # null-device /dev/null; 
cache used: t
16:54:51.841241 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:54:51.841396 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:54:51.841547 tramp-get-connection-property (7) # process-buffer nil; cache 
used: t
16:54:51.841700 tramp-get-connection-property (7) # last-cmd-time (24933 41403 
808783 0); cache used: t
16:54:51.841896 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:54:51.842048 tramp-get-connection-property (7) # remote-echo nil; cache 
used: nil
16:54:51.842189 tramp-send-command (6) # test -d /usr/sbin 2>/dev/null; echo 
tramp_exit_status $?
16:54:51.842335 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:54:51.842481 tramp-get-connection-property (7) # chunksize 0; cache used: t
16:54:51.842635 tramp-set-connection-property (7) # last-cmd-time (24933 41403 
842593 0)
16:54:51.842794 tramp-send-string (10) # test -d /usr/sbin 2>/dev/null; echo 
tramp_exit_status $?
16:54:51.842970 tramp-get-connection-property (7) # process-buffer nil; cache 
used: t
16:54:51.843135 tramp-get-connection-property (7) # locked nil; cache used: nil
16:54:51.843276 tramp-set-connection-property (7) # locked t
16:54:51.843494 tramp-flush-connection-property (7) # locked
16:54:51.843662 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:51.843812 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:51.843994 tramp-get-connection-property (7) # locked nil; cache used: nil
16:54:51.844138 tramp-set-connection-property (7) # locked t
16:54:51.868772 tramp-accept-process-output (10) # *tramp/plinkx Prod* nil run t
tramp_exit_status 0
///28623118589a3061b5ad9ef7029ee620#$
16:54:51.869170 tramp-flush-connection-property (7) # locked
16:54:51.869359 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:51.869521 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:51.869712 tramp-wait-for-regexp (6) # 
tramp_exit_status 0
///28623118589a3061b5ad9ef7029ee620#$
16:54:51.870220 tramp-get-connection-property (7) # process-buffer nil; cache 
used: t
16:54:51.870507 tramp-set-file-property (8) # /usr/sbin file-directory-p t
16:54:51.871255 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:54:51.871508 tramp-get-connection-property (7) # mutex #<mutex *tramp/plinkx 
Prod*>; cache used: t
16:54:51.872012 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:54:51.872577 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:54:51.872797 tramp-get-connection-property (7) # mutex #<mutex *tramp/plinkx 
Prod*>; cache used: t
16:54:51.873583 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:54:51.874107 tramp-get-file-property (8) # /usr/local/bin file-directory-p 
undef; inhibit: 10; cache used: nil; cached at: nil
16:54:51.874406 tramp-get-connection-property (7) # test test; cache used: t
16:54:51.874659 tramp-get-connection-property (7) # null-device /dev/null; 
cache used: t
16:54:51.874920 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:54:51.875111 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:54:51.875270 tramp-get-connection-property (7) # process-buffer nil; cache 
used: t
16:54:51.875972 tramp-get-connection-property (7) # last-cmd-time (24933 41403 
842593 0); cache used: t
16:54:51.876243 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:54:51.876450 tramp-get-connection-property (7) # remote-echo nil; cache 
used: nil
16:54:51.876641 tramp-send-command (6) # test -d /usr/local/bin 2>/dev/null; 
echo tramp_exit_status $?
16:54:51.876846 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:54:51.877006 tramp-get-connection-property (7) # chunksize 0; cache used: t
16:54:51.877165 tramp-set-connection-property (7) # last-cmd-time (24933 41403 
877117 0)
16:54:51.877319 tramp-send-string (10) # test -d /usr/local/bin 2>/dev/null; 
echo tramp_exit_status $?
16:54:51.877473 tramp-get-connection-property (7) # process-buffer nil; cache 
used: t
16:54:51.877645 tramp-get-connection-property (7) # locked nil; cache used: nil
16:54:51.877801 tramp-set-connection-property (7) # locked t
16:54:51.878112 tramp-flush-connection-property (7) # locked
16:54:51.878313 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:51.878533 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:51.878772 tramp-get-connection-property (7) # locked nil; cache used: nil
16:54:51.878928 tramp-set-connection-property (7) # locked t
16:54:51.904009 tramp-accept-process-output (10) # *tramp/plinkx Prod* nil run t
tramp_exit_status 0
///28623118589a3061b5ad9ef7029ee620#$
16:54:51.904259 tramp-flush-connection-property (7) # locked
16:54:51.904451 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:51.904725 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:51.904916 tramp-wait-for-regexp (6) # 
tramp_exit_status 0
///28623118589a3061b5ad9ef7029ee620#$
16:54:51.905233 tramp-get-connection-property (7) # process-buffer nil; cache 
used: t
16:54:51.905494 tramp-set-file-property (8) # /usr/local/bin file-directory-p t
16:54:51.906146 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:54:51.906332 tramp-get-connection-property (7) # mutex #<mutex *tramp/plinkx 
Prod*>; cache used: t
16:54:51.906819 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:54:51.907378 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:54:51.907560 tramp-get-connection-property (7) # mutex #<mutex *tramp/plinkx 
Prod*>; cache used: t
16:54:51.908023 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:54:51.908326 tramp-get-file-property (8) # /usr/local/sbin file-directory-p 
undef; inhibit: 10; cache used: nil; cached at: nil
16:54:51.908584 tramp-get-connection-property (7) # test test; cache used: t
16:54:51.908838 tramp-get-connection-property (7) # null-device /dev/null; 
cache used: t
16:54:51.909017 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:54:51.909168 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:54:51.909324 tramp-get-connection-property (7) # process-buffer nil; cache 
used: t
16:54:51.909483 tramp-get-connection-property (7) # last-cmd-time (24933 41403 
877117 0); cache used: t
16:54:51.909681 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:54:51.909836 tramp-get-connection-property (7) # remote-echo nil; cache 
used: nil
16:54:51.909972 tramp-send-command (6) # test -d /usr/local/sbin 2>/dev/null; 
echo tramp_exit_status $?
16:54:51.910115 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:54:51.910268 tramp-get-connection-property (7) # chunksize 0; cache used: t
16:54:51.910422 tramp-set-connection-property (7) # last-cmd-time (24933 41403 
910379 0)
16:54:51.910572 tramp-send-string (10) # test -d /usr/local/sbin 2>/dev/null; 
echo tramp_exit_status $?
16:54:51.910806 tramp-get-connection-property (7) # process-buffer nil; cache 
used: t
16:54:51.911032 tramp-get-connection-property (7) # locked nil; cache used: nil
16:54:51.911236 tramp-set-connection-property (7) # locked t
16:54:51.911512 tramp-flush-connection-property (7) # locked
16:54:51.911726 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:51.911891 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:51.912063 tramp-get-connection-property (7) # locked nil; cache used: nil
16:54:51.912210 tramp-set-connection-property (7) # locked t
16:54:51.937377 tramp-accept-process-output (10) # *tramp/plinkx Prod* nil run t
tramp_exit_status 0
///28623118589a3061b5ad9ef7029ee620#$
16:54:51.937768 tramp-flush-connection-property (7) # locked
16:54:51.938096 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:51.938407 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:51.938745 tramp-wait-for-regexp (6) # 
tramp_exit_status 0
///28623118589a3061b5ad9ef7029ee620#$
16:54:51.939491 tramp-get-connection-property (7) # process-buffer nil; cache 
used: t
16:54:51.939857 tramp-set-file-property (8) # /usr/local/sbin file-directory-p t
16:54:51.940393 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:54:51.940573 tramp-get-connection-property (7) # mutex #<mutex *tramp/plinkx 
Prod*>; cache used: t
16:54:51.941365 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:54:51.942406 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:54:51.942805 tramp-get-connection-property (7) # mutex #<mutex *tramp/plinkx 
Prod*>; cache used: t
16:54:51.943273 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:54:51.943610 tramp-get-file-property (8) # /local/bin file-directory-p 
undef; inhibit: 10; cache used: nil; cached at: nil
16:54:51.943941 tramp-get-connection-property (7) # test test; cache used: t
16:54:51.944251 tramp-get-connection-property (7) # null-device /dev/null; 
cache used: t
16:54:51.944485 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:54:51.944761 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:54:51.944978 tramp-get-connection-property (7) # process-buffer nil; cache 
used: t
16:54:51.945197 tramp-get-connection-property (7) # last-cmd-time (24933 41403 
910379 0); cache used: t
16:54:51.945447 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:54:51.945680 tramp-get-connection-property (7) # remote-echo nil; cache 
used: nil
16:54:51.945867 tramp-send-command (6) # test -d /local/bin 2>/dev/null; echo 
tramp_exit_status $?
16:54:51.946016 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:54:51.946172 tramp-get-connection-property (7) # chunksize 0; cache used: t
16:54:51.946336 tramp-set-connection-property (7) # last-cmd-time (24933 41403 
946292 0)
16:54:51.946493 tramp-send-string (10) # test -d /local/bin 2>/dev/null; echo 
tramp_exit_status $?
16:54:51.946779 tramp-get-connection-property (7) # process-buffer nil; cache 
used: t
16:54:51.947018 tramp-get-connection-property (7) # locked nil; cache used: nil
16:54:51.947286 tramp-set-connection-property (7) # locked t
16:54:51.947752 tramp-flush-connection-property (7) # locked
16:54:51.948010 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:51.948207 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:51.948395 tramp-get-connection-property (7) # locked nil; cache used: nil
16:54:51.948542 tramp-set-connection-property (7) # locked t
16:54:51.973368 tramp-accept-process-output (10) # *tramp/plinkx Prod* nil run t
tramp_exit_status 1
///28623118589a3061b5ad9ef7029ee620#$
16:54:51.973839 tramp-flush-connection-property (7) # locked
16:54:51.974095 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:51.974309 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:51.974637 tramp-wait-for-regexp (6) # 
tramp_exit_status 1
///28623118589a3061b5ad9ef7029ee620#$
16:54:51.975102 tramp-get-connection-property (7) # process-buffer nil; cache 
used: t
16:54:51.975476 tramp-set-file-property (8) # /local/bin file-directory-p nil
16:54:51.975982 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:54:51.976160 tramp-get-connection-property (7) # mutex #<mutex *tramp/plinkx 
Prod*>; cache used: t
16:54:51.976799 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:54:51.977556 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:54:51.977785 tramp-get-connection-property (7) # mutex #<mutex *tramp/plinkx 
Prod*>; cache used: t
16:54:51.978514 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:54:51.978989 tramp-get-file-property (8) # /local/freeware/bin 
file-directory-p undef; inhibit: 10; cache used: nil; cached at: nil
16:54:51.979315 tramp-get-connection-property (7) # test test; cache used: t
16:54:51.979661 tramp-get-connection-property (7) # null-device /dev/null; 
cache used: t
16:54:51.979852 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:54:51.980008 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:54:51.980166 tramp-get-connection-property (7) # process-buffer nil; cache 
used: t
16:54:51.980327 tramp-get-connection-property (7) # last-cmd-time (24933 41403 
946292 0); cache used: t
16:54:51.980546 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:54:51.980772 tramp-get-connection-property (7) # remote-echo nil; cache 
used: nil
16:54:51.980999 tramp-send-command (6) # test -d /local/freeware/bin 
2>/dev/null; echo tramp_exit_status $?
16:54:51.981206 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:54:51.981837 tramp-get-connection-property (7) # chunksize 0; cache used: t
16:54:51.982011 tramp-set-connection-property (7) # last-cmd-time (24933 41403 
981965 0)
16:54:51.982174 tramp-send-string (10) # test -d /local/freeware/bin 
2>/dev/null; echo tramp_exit_status $?
16:54:51.982329 tramp-get-connection-property (7) # process-buffer nil; cache 
used: t
16:54:51.982530 tramp-get-connection-property (7) # locked nil; cache used: nil
16:54:51.982733 tramp-set-connection-property (7) # locked t
16:54:51.983024 tramp-flush-connection-property (7) # locked
16:54:51.983319 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:51.983562 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:51.983819 tramp-get-connection-property (7) # locked nil; cache used: nil
16:54:51.984019 tramp-set-connection-property (7) # locked t
16:54:52.012348 tramp-accept-process-output (10) # *tramp/plinkx Prod* nil run t
tramp_exit_status 1
///28623118589a3061b5ad9ef7029ee620#$
16:54:52.012633 tramp-flush-connection-property (7) # locked
16:54:52.012831 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:52.013010 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:52.061404 tramp-wait-for-regexp (6) # 
tramp_exit_status 1
///28623118589a3061b5ad9ef7029ee620#$
16:54:52.061775 tramp-get-connection-property (7) # process-buffer nil; cache 
used: t
16:54:52.062060 tramp-set-file-property (8) # /local/freeware/bin 
file-directory-p nil
16:54:52.062537 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:54:52.062720 tramp-get-connection-property (7) # mutex #<mutex *tramp/plinkx 
Prod*>; cache used: t
16:54:52.063180 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:54:52.063754 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:54:52.063936 tramp-get-connection-property (7) # mutex #<mutex *tramp/plinkx 
Prod*>; cache used: t
16:54:52.064390 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:54:52.064681 tramp-get-file-property (8) # /local/gnu/bin file-directory-p 
undef; inhibit: 10; cache used: nil; cached at: nil
16:54:52.064927 tramp-get-connection-property (7) # test test; cache used: t
16:54:52.065163 tramp-get-connection-property (7) # null-device /dev/null; 
cache used: t
16:54:52.065361 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:54:52.065519 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:54:52.065673 tramp-get-connection-property (7) # process-buffer nil; cache 
used: t
16:54:52.065829 tramp-get-connection-property (7) # last-cmd-time (24933 41403 
981965 0); cache used: t
16:54:52.066011 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:54:52.066156 tramp-get-connection-property (7) # remote-echo nil; cache 
used: nil
16:54:52.066348 tramp-send-command (6) # test -d /local/gnu/bin 2>/dev/null; 
echo tramp_exit_status $?
16:54:52.066507 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:54:52.066657 tramp-get-connection-property (7) # chunksize 0; cache used: t
16:54:52.066813 tramp-set-connection-property (7) # last-cmd-time (24933 41404 
66769 0)
16:54:52.067076 tramp-send-string (10) # test -d /local/gnu/bin 2>/dev/null; 
echo tramp_exit_status $?
16:54:52.067229 tramp-get-connection-property (7) # process-buffer nil; cache 
used: t
16:54:52.067411 tramp-get-connection-property (7) # locked nil; cache used: nil
16:54:52.067552 tramp-set-connection-property (7) # locked t
16:54:52.067778 tramp-flush-connection-property (7) # locked
16:54:52.067944 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:52.068088 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:52.068268 tramp-get-connection-property (7) # locked nil; cache used: nil
16:54:52.068457 tramp-set-connection-property (7) # locked t
16:54:52.092434 tramp-accept-process-output (10) # *tramp/plinkx Prod* nil run t
tramp_exit_status 1
///28623118589a3061b5ad9ef7029ee620#$
16:54:52.092708 tramp-flush-connection-property (7) # locked
16:54:52.092902 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:52.093080 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:52.093298 tramp-wait-for-regexp (6) # 
tramp_exit_status 1
///28623118589a3061b5ad9ef7029ee620#$
16:54:52.093614 tramp-get-connection-property (7) # process-buffer nil; cache 
used: t
16:54:52.093879 tramp-set-file-property (8) # /local/gnu/bin file-directory-p 
nil
16:54:52.094680 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:54:52.094913 tramp-get-connection-property (7) # mutex #<mutex *tramp/plinkx 
Prod*>; cache used: t
16:54:52.095479 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:54:52.096060 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:54:52.096255 tramp-get-connection-property (7) # mutex #<mutex *tramp/plinkx 
Prod*>; cache used: t
16:54:52.096694 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:54:52.096987 tramp-get-file-property (8) # /usr/freeware/bin 
file-directory-p undef; inhibit: 10; cache used: nil; cached at: nil
16:54:52.097250 tramp-get-connection-property (7) # test test; cache used: t
16:54:52.097492 tramp-get-connection-property (7) # null-device /dev/null; 
cache used: t
16:54:52.097667 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:54:52.097829 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:54:52.097979 tramp-get-connection-property (7) # process-buffer nil; cache 
used: t
16:54:52.098133 tramp-get-connection-property (7) # last-cmd-time (24933 41404 
66769 0); cache used: t
16:54:52.098345 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:54:52.098502 tramp-get-connection-property (7) # remote-echo nil; cache 
used: nil
16:54:52.098643 tramp-send-command (6) # test -d /usr/freeware/bin 2>/dev/null; 
echo tramp_exit_status $?
16:54:52.098791 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:54:52.098942 tramp-get-connection-property (7) # chunksize 0; cache used: t
16:54:52.099097 tramp-set-connection-property (7) # last-cmd-time (24933 41404 
99054 0)
16:54:52.099351 tramp-send-string (10) # test -d /usr/freeware/bin 2>/dev/null; 
echo tramp_exit_status $?
16:54:52.099525 tramp-get-connection-property (7) # process-buffer nil; cache 
used: t
16:54:52.099713 tramp-get-connection-property (7) # locked nil; cache used: nil
16:54:52.099861 tramp-set-connection-property (7) # locked t
16:54:52.100085 tramp-flush-connection-property (7) # locked
16:54:52.100274 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:52.100419 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:52.100587 tramp-get-connection-property (7) # locked nil; cache used: nil
16:54:52.100727 tramp-set-connection-property (7) # locked t
16:54:52.125571 tramp-accept-process-output (10) # *tramp/plinkx Prod* nil run t
tramp_exit_status 1
///28623118589a3061b5ad9ef7029ee620#$
16:54:52.125843 tramp-flush-connection-property (7) # locked
16:54:52.126031 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:52.126259 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:52.126524 tramp-wait-for-regexp (6) # 
tramp_exit_status 1
///28623118589a3061b5ad9ef7029ee620#$
16:54:52.127075 tramp-get-connection-property (7) # process-buffer nil; cache 
used: t
16:54:52.127385 tramp-set-file-property (8) # /usr/freeware/bin 
file-directory-p nil
16:54:52.127837 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:54:52.128015 tramp-get-connection-property (7) # mutex #<mutex *tramp/plinkx 
Prod*>; cache used: t
16:54:52.128508 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:54:52.129053 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:54:52.129400 tramp-get-connection-property (7) # mutex #<mutex *tramp/plinkx 
Prod*>; cache used: t
16:54:52.130345 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:54:52.130926 tramp-get-file-property (8) # /usr/pkg/bin file-directory-p 
undef; inhibit: 10; cache used: nil; cached at: nil
16:54:52.131261 tramp-get-connection-property (7) # test test; cache used: t
16:54:52.131511 tramp-get-connection-property (7) # null-device /dev/null; 
cache used: t
16:54:52.131694 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:54:52.131854 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:54:52.132004 tramp-get-connection-property (7) # process-buffer nil; cache 
used: t
16:54:52.132249 tramp-get-connection-property (7) # last-cmd-time (24933 41404 
99054 0); cache used: t
16:54:52.132601 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:54:52.132883 tramp-get-connection-property (7) # remote-echo nil; cache 
used: nil
16:54:52.133041 tramp-send-command (6) # test -d /usr/pkg/bin 2>/dev/null; echo 
tramp_exit_status $?
16:54:52.133334 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:54:52.133578 tramp-get-connection-property (7) # chunksize 0; cache used: t
16:54:52.133751 tramp-set-connection-property (7) # last-cmd-time (24933 41404 
133705 0)
16:54:52.133906 tramp-send-string (10) # test -d /usr/pkg/bin 2>/dev/null; echo 
tramp_exit_status $?
16:54:52.134058 tramp-get-connection-property (7) # process-buffer nil; cache 
used: t
16:54:52.134272 tramp-get-connection-property (7) # locked nil; cache used: nil
16:54:52.134417 tramp-set-connection-property (7) # locked t
16:54:52.134678 tramp-flush-connection-property (7) # locked
16:54:52.135057 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:52.135505 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:52.135720 tramp-get-connection-property (7) # locked nil; cache used: nil
16:54:52.135878 tramp-set-connection-property (7) # locked t
16:54:52.165876 tramp-accept-process-output (10) # *tramp/plinkx Prod* nil run t
tramp_exit_status 1
///28623118589a3061b5ad9ef7029ee620#$
16:54:52.166150 tramp-flush-connection-property (7) # locked
16:54:52.166333 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:52.166498 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:52.166685 tramp-wait-for-regexp (6) # 
tramp_exit_status 1
///28623118589a3061b5ad9ef7029ee620#$
16:54:52.167020 tramp-get-connection-property (7) # process-buffer nil; cache 
used: t
16:54:52.167277 tramp-set-file-property (8) # /usr/pkg/bin file-directory-p nil
16:54:52.167724 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:54:52.167903 tramp-get-connection-property (7) # mutex #<mutex *tramp/plinkx 
Prod*>; cache used: t
16:54:52.168367 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:54:52.168918 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:54:52.169147 tramp-get-connection-property (7) # mutex #<mutex *tramp/plinkx 
Prod*>; cache used: t
16:54:52.169597 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:54:52.169893 tramp-get-file-property (8) # /usr/contrib/bin file-directory-p 
undef; inhibit: 10; cache used: nil; cached at: nil
16:54:52.170171 tramp-get-connection-property (7) # test test; cache used: t
16:54:52.170412 tramp-get-connection-property (7) # null-device /dev/null; 
cache used: t
16:54:52.170591 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:54:52.170750 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:54:52.170900 tramp-get-connection-property (7) # process-buffer nil; cache 
used: t
16:54:52.171074 tramp-get-connection-property (7) # last-cmd-time (24933 41404 
133705 0); cache used: t
16:54:52.171261 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:54:52.171408 tramp-get-connection-property (7) # remote-echo nil; cache 
used: nil
16:54:52.171551 tramp-send-command (6) # test -d /usr/contrib/bin 2>/dev/null; 
echo tramp_exit_status $?
16:54:52.171704 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:54:52.171851 tramp-get-connection-property (7) # chunksize 0; cache used: t
16:54:52.172014 tramp-set-connection-property (7) # last-cmd-time (24933 41404 
171958 0)
16:54:52.172168 tramp-send-string (10) # test -d /usr/contrib/bin 2>/dev/null; 
echo tramp_exit_status $?
16:54:52.172319 tramp-get-connection-property (7) # process-buffer nil; cache 
used: t
16:54:52.172482 tramp-get-connection-property (7) # locked nil; cache used: nil
16:54:52.172622 tramp-set-connection-property (7) # locked t
16:54:52.172839 tramp-flush-connection-property (7) # locked
16:54:52.173128 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:52.173375 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:52.173559 tramp-get-connection-property (7) # locked nil; cache used: nil
16:54:52.173707 tramp-set-connection-property (7) # locked t
16:54:52.198908 tramp-accept-process-output (10) # *tramp/plinkx Prod* nil run t
tramp_exit_status 1
///28623118589a3061b5ad9ef7029ee620#$
16:54:52.199288 tramp-flush-connection-property (7) # locked
16:54:52.199533 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:52.199764 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:52.200053 tramp-wait-for-regexp (6) # 
tramp_exit_status 1
///28623118589a3061b5ad9ef7029ee620#$
16:54:52.200520 tramp-get-connection-property (7) # process-buffer nil; cache 
used: t
16:54:52.200860 tramp-set-file-property (8) # /usr/contrib/bin file-directory-p 
nil
16:54:52.201449 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:54:52.201634 tramp-get-connection-property (7) # mutex #<mutex *tramp/plinkx 
Prod*>; cache used: t
16:54:52.202431 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:54:52.203187 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:54:52.203375 tramp-get-connection-property (7) # mutex #<mutex *tramp/plinkx 
Prod*>; cache used: t
16:54:52.204129 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:54:52.204452 tramp-get-file-property (8) # /opt/bin file-directory-p undef; 
inhibit: 10; cache used: nil; cached at: nil
16:54:52.204729 tramp-get-connection-property (7) # test test; cache used: t
16:54:52.205013 tramp-get-connection-property (7) # null-device /dev/null; 
cache used: t
16:54:52.205259 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:54:52.205472 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:54:52.205675 tramp-get-connection-property (7) # process-buffer nil; cache 
used: t
16:54:52.205906 tramp-get-connection-property (7) # last-cmd-time (24933 41404 
171958 0); cache used: t
16:54:52.206154 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:54:52.206385 tramp-get-connection-property (7) # remote-echo nil; cache 
used: nil
16:54:52.206596 tramp-send-command (6) # test -d /opt/bin 2>/dev/null; echo 
tramp_exit_status $?
16:54:52.206799 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:54:52.207131 tramp-get-connection-property (7) # chunksize 0; cache used: t
16:54:52.207361 tramp-set-connection-property (7) # last-cmd-time (24933 41404 
207300 0)
16:54:52.207570 tramp-send-string (10) # test -d /opt/bin 2>/dev/null; echo 
tramp_exit_status $?
16:54:52.207857 tramp-get-connection-property (7) # process-buffer nil; cache 
used: t
16:54:52.208098 tramp-get-connection-property (7) # locked nil; cache used: nil
16:54:52.208301 tramp-set-connection-property (7) # locked t
16:54:52.208568 tramp-flush-connection-property (7) # locked
16:54:52.208750 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:52.208997 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:52.209315 tramp-get-connection-property (7) # locked nil; cache used: nil
16:54:52.209528 tramp-set-connection-property (7) # locked t
16:54:52.234239 tramp-accept-process-output (10) # *tramp/plinkx Prod* nil run t
tramp_exit_status 1
///28623118589a3061b5ad9ef7029ee620#$
16:54:52.234527 tramp-flush-connection-property (7) # locked
16:54:52.234714 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:52.235034 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:52.235313 tramp-wait-for-regexp (6) # 
tramp_exit_status 1
///28623118589a3061b5ad9ef7029ee620#$
16:54:52.235777 tramp-get-connection-property (7) # process-buffer nil; cache 
used: t
16:54:52.236134 tramp-set-file-property (8) # /opt/bin file-directory-p nil
16:54:52.236589 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:54:52.236911 tramp-get-connection-property (7) # mutex #<mutex *tramp/plinkx 
Prod*>; cache used: t
16:54:52.237735 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:54:52.238483 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:54:52.238672 tramp-get-connection-property (7) # mutex #<mutex *tramp/plinkx 
Prod*>; cache used: t
16:54:52.239327 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:54:52.239746 tramp-get-file-property (8) # /opt/sbin file-directory-p undef; 
inhibit: 10; cache used: nil; cached at: nil
16:54:52.240114 tramp-get-connection-property (7) # test test; cache used: t
16:54:52.240425 tramp-get-connection-property (7) # null-device /dev/null; 
cache used: t
16:54:52.240918 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:54:52.241275 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:54:52.241636 tramp-get-connection-property (7) # process-buffer nil; cache 
used: t
16:54:52.242000 tramp-get-connection-property (7) # last-cmd-time (24933 41404 
207300 0); cache used: t
16:54:52.242401 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:54:52.242758 tramp-get-connection-property (7) # remote-echo nil; cache 
used: nil
16:54:52.243087 tramp-send-command (6) # test -d /opt/sbin 2>/dev/null; echo 
tramp_exit_status $?
16:54:52.243431 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:54:52.243799 tramp-get-connection-property (7) # chunksize 0; cache used: t
16:54:52.244264 tramp-set-connection-property (7) # last-cmd-time (24933 41404 
244162 0)
16:54:52.244611 tramp-send-string (10) # test -d /opt/sbin 2>/dev/null; echo 
tramp_exit_status $?
16:54:52.244991 tramp-get-connection-property (7) # process-buffer nil; cache 
used: t
16:54:52.245373 tramp-get-connection-property (7) # locked nil; cache used: nil
16:54:52.245722 tramp-set-connection-property (7) # locked t
16:54:52.246168 tramp-flush-connection-property (7) # locked
16:54:52.246521 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:52.246846 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:52.247207 tramp-get-connection-property (7) # locked nil; cache used: nil
16:54:52.247526 tramp-set-connection-property (7) # locked t
16:54:52.276414 tramp-accept-process-output (10) # *tramp/plinkx Prod* nil run t
tramp_exit_status 1
///28623118589a3061b5ad9ef7029ee620#$
16:54:52.277007 tramp-flush-connection-property (7) # locked
16:54:52.277501 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:52.277947 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:52.278439 tramp-wait-for-regexp (6) # 
tramp_exit_status 1
///28623118589a3061b5ad9ef7029ee620#$
16:54:52.279070 tramp-get-connection-property (7) # process-buffer nil; cache 
used: t
16:54:52.279623 tramp-set-file-property (8) # /opt/sbin file-directory-p nil
16:54:52.280480 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:54:52.280864 tramp-get-connection-property (7) # mutex #<mutex *tramp/plinkx 
Prod*>; cache used: t
16:54:52.281938 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:54:52.282890 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:54:52.283353 tramp-get-connection-property (7) # mutex #<mutex *tramp/plinkx 
Prod*>; cache used: t
16:54:52.284012 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:54:52.284466 tramp-get-file-property (8) # /opt/local/bin file-directory-p 
undef; inhibit: 10; cache used: nil; cached at: nil
16:54:52.284931 tramp-get-connection-property (7) # test test; cache used: t
16:54:52.285482 tramp-get-connection-property (7) # null-device /dev/null; 
cache used: t
16:54:52.285844 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:54:52.286042 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:54:52.286529 tramp-get-connection-property (7) # process-buffer nil; cache 
used: t
16:54:52.286917 tramp-get-connection-property (7) # last-cmd-time (24933 41404 
244162 0); cache used: t
16:54:52.287182 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:54:52.287709 tramp-get-connection-property (7) # remote-echo nil; cache 
used: nil
16:54:52.288080 tramp-send-command (6) # test -d /opt/local/bin 2>/dev/null; 
echo tramp_exit_status $?
16:54:52.288489 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:54:52.288905 tramp-get-connection-property (7) # chunksize 0; cache used: t
16:54:52.289095 tramp-set-connection-property (7) # last-cmd-time (24933 41404 
289047 0)
16:54:52.289258 tramp-send-string (10) # test -d /opt/local/bin 2>/dev/null; 
echo tramp_exit_status $?
16:54:52.289426 tramp-get-connection-property (7) # process-buffer nil; cache 
used: t
16:54:52.289766 tramp-get-connection-property (7) # locked nil; cache used: nil
16:54:52.290024 tramp-set-connection-property (7) # locked t
16:54:52.290446 tramp-flush-connection-property (7) # locked
16:54:52.290902 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:52.291137 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:52.291489 tramp-get-connection-property (7) # locked nil; cache used: nil
16:54:52.291838 tramp-set-connection-property (7) # locked t
16:54:52.315625 tramp-accept-process-output (10) # *tramp/plinkx Prod* nil run t
tramp_exit_status 1
///28623118589a3061b5ad9ef7029ee620#$
16:54:52.315887 tramp-flush-connection-property (7) # locked
16:54:52.316062 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:52.316226 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:52.316433 tramp-wait-for-regexp (6) # 
tramp_exit_status 1
///28623118589a3061b5ad9ef7029ee620#$
16:54:52.316871 tramp-get-connection-property (7) # process-buffer nil; cache 
used: t
16:54:52.317156 tramp-set-file-property (8) # /opt/local/bin file-directory-p 
nil
16:54:52.317353 tramp-set-connection-property (7) # remote-path (/usr/bin /bin 
/sbin /usr/sbin /usr/local/bin /usr/local/sbin)
16:54:52.317592 tramp-get-connection-property (7) # pipe-buf undef; cache used: 
nil
16:54:52.317897 tramp-get-connection-property (7) # null-device /dev/null; 
cache used: t
16:54:52.318136 tramp-get-connection-property (7) # null-device /dev/null; 
cache used: t
16:54:52.318336 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:54:52.318515 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:54:52.318818 tramp-get-connection-property (7) # process-buffer nil; cache 
used: t
16:54:52.319055 tramp-get-connection-property (7) # last-cmd-time (24933 41404 
289047 0); cache used: t
16:54:52.319277 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:54:52.319452 tramp-get-connection-property (7) # remote-echo nil; cache 
used: nil
16:54:52.319658 tramp-send-command (6) # getconf PIPE_BUF / 2>/dev/null || echo 
4096 2>/dev/null; echo tramp_exit_status $?
16:54:52.320025 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:54:52.320215 tramp-get-connection-property (7) # chunksize 0; cache used: t
16:54:52.320398 tramp-set-connection-property (7) # last-cmd-time (24933 41404 
320345 0)
16:54:52.320594 tramp-send-string (10) # getconf PIPE_BUF / 2>/dev/null || echo 
4096 2>/dev/null; echo tramp_exit_status $?
16:54:52.320774 tramp-get-connection-property (7) # process-buffer nil; cache 
used: t
16:54:52.320960 tramp-get-connection-property (7) # locked nil; cache used: nil
16:54:52.373606 tramp-set-connection-property (7) # locked t
16:54:52.374087 tramp-flush-connection-property (7) # locked
16:54:52.374408 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:52.374876 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:52.375307 tramp-get-connection-property (7) # locked nil; cache used: nil
16:54:52.375695 tramp-set-connection-property (7) # locked t
16:54:52.399853 tramp-accept-process-output (10) # *tramp/plinkx Prod* nil run t
4096
16:54:52.400125 tramp-flush-connection-property (7) # locked
16:54:52.400441 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:52.400856 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:52.401210 tramp-get-connection-property (7) # locked nil; cache used: nil
16:54:52.401503 tramp-set-connection-property (7) # locked t
16:54:52.401922 tramp-accept-process-output (10) # *tramp/plinkx Prod* nil run t
4096
tramp_exit_status 0
///28623118589a3061b5ad9ef7029ee620#$
16:54:52.402189 tramp-flush-connection-property (7) # locked
16:54:52.402514 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:52.402934 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:52.403139 tramp-wait-for-regexp (6) # 
4096
tramp_exit_status 0
///28623118589a3061b5ad9ef7029ee620#$
16:54:52.403552 tramp-get-connection-property (7) # process-buffer nil; cache 
used: t
16:54:52.404097 tramp-get-connection-property (7) # process-buffer nil; cache 
used: t
16:54:52.404503 tramp-set-connection-property (7) # pipe-buf 4096
16:54:52.404768 tramp-set-remote-path (5) # Setting $PATH environment variable
16:54:52.404976 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:54:52.405150 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:54:52.405324 tramp-get-connection-property (7) # process-buffer nil; cache 
used: t
16:54:52.405775 tramp-get-connection-property (7) # last-cmd-time (24933 41404 
320345 0); cache used: t
16:54:52.405998 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:54:52.406168 tramp-get-connection-property (7) # remote-echo nil; cache 
used: nil
16:54:52.406379 tramp-send-command (6) # 
PATH=/usr/bin:/bin:/sbin:/usr/sbin:/usr/local/bin:/usr/local/sbin && export PATH
16:54:52.406735 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:54:52.406923 tramp-get-connection-property (7) # chunksize 0; cache used: t
16:54:52.407104 tramp-set-connection-property (7) # last-cmd-time (24933 41404 
407050 0)
16:54:52.407274 tramp-send-string (10) # 
PATH=/usr/bin:/bin:/sbin:/usr/sbin:/usr/local/bin:/usr/local/sbin && export PATH
16:54:52.407474 tramp-get-connection-property (7) # process-buffer nil; cache 
used: t
16:54:52.407664 tramp-get-connection-property (7) # locked nil; cache used: nil
16:54:52.407821 tramp-set-connection-property (7) # locked t
16:54:52.408115 tramp-flush-connection-property (7) # locked
16:54:52.408447 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:52.408680 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:52.408850 tramp-get-connection-property (7) # locked nil; cache used: nil
16:54:52.408998 tramp-set-connection-property (7) # locked t
16:54:52.433084 tramp-accept-process-output (10) # *tramp/plinkx Prod* nil run t
///28623118589a3061b5ad9ef7029ee620#$
16:54:52.433420 tramp-flush-connection-property (7) # locked
16:54:52.433597 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:52.433759 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:52.433942 tramp-wait-for-regexp (6) # 
///28623118589a3061b5ad9ef7029ee620#$
16:54:52.434451 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:54:52.434811 tramp-get-connection-property (7) # remote-shell undef; cache 
used: nil
16:54:52.434976 tramp-get-connection-property (7) # remote-shell undef; cache 
used: nil
16:54:52.435209 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:54:52.435546 tramp-get-connection-property (7) # remote-echo nil; cache 
used: nil
16:54:52.435747 tramp-send-command (6) # echo ~root
16:54:52.435948 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:54:52.436159 tramp-get-connection-property (7) # chunksize 0; cache used: t
16:54:52.436390 tramp-set-connection-property (7) # last-cmd-time (24933 41404 
436342 0)
16:54:52.436553 tramp-send-string (10) # echo ~root
16:54:52.436705 tramp-get-connection-property (7) # process-buffer nil; cache 
used: t
16:54:52.436875 tramp-get-connection-property (7) # locked nil; cache used: nil
16:54:52.437139 tramp-set-connection-property (7) # locked t
16:54:52.437468 tramp-flush-connection-property (7) # locked
16:54:52.437703 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:52.437884 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:52.438111 tramp-get-connection-property (7) # locked nil; cache used: nil
16:54:52.438310 tramp-set-connection-property (7) # locked t
16:54:52.464610 tramp-accept-process-output (10) # *tramp/plinkx Prod* nil run t
/root
///28623118589a3061b5ad9ef7029ee620#$
16:54:52.464911 tramp-flush-connection-property (7) # locked
16:54:52.465144 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:52.465427 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:52.465639 tramp-wait-for-regexp (6) # 
/root
///28623118589a3061b5ad9ef7029ee620#$
16:54:52.465948 tramp-get-connection-property (7) # uname Linux 
3.10.0-1160.36.2.el7.x86_64; cache used: t
16:54:52.466132 tramp-set-connection-property (7) # remote-shell /bin/sh
16:54:52.466334 tramp-get-connection-property (7) # null-device /dev/null; 
cache used: t
16:54:52.466509 tramp-get-connection-property (7) # null-device /dev/null; 
cache used: t
16:54:52.466681 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:54:52.466848 tramp-get-connection-property (7) # remote-echo nil; cache 
used: nil
16:54:52.467002 tramp-send-command (6) # mesg n 2>/dev/null; biff n 2>/dev/null
16:54:52.467163 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:54:52.467362 tramp-get-connection-property (7) # chunksize 0; cache used: t
16:54:52.467537 tramp-set-connection-property (7) # last-cmd-time (24933 41404 
467484 0)
16:54:52.467709 tramp-send-string (10) # mesg n 2>/dev/null; biff n 2>/dev/null
16:54:52.467876 tramp-get-connection-property (7) # process-buffer nil; cache 
used: t
16:54:52.468158 tramp-get-connection-property (7) # locked nil; cache used: nil
16:54:52.468452 tramp-set-connection-property (7) # locked t
16:54:52.468752 tramp-flush-connection-property (7) # locked
16:54:52.468943 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:52.469097 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:52.469268 tramp-get-connection-property (7) # locked nil; cache used: nil
16:54:52.469410 tramp-set-connection-property (7) # locked t
16:54:52.496924 tramp-accept-process-output (10) # *tramp/plinkx Prod* nil run t
///28623118589a3061b5ad9ef7029ee620#$
16:54:52.497188 tramp-flush-connection-property (7) # locked
16:54:52.497366 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:52.497533 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:52.497720 tramp-wait-for-regexp (6) # 
///28623118589a3061b5ad9ef7029ee620#$
16:54:52.498049 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:54:52.498290 tramp-get-connection-property (7) # remote-echo nil; cache 
used: nil
16:54:52.498501 tramp-send-command (6) # stty tab0
16:54:52.498716 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:54:52.498946 tramp-get-connection-property (7) # chunksize 0; cache used: t
16:54:52.499178 tramp-set-connection-property (7) # last-cmd-time (24933 41404 
499117 0)
16:54:52.499359 tramp-send-string (10) # stty tab0
16:54:52.499522 tramp-get-connection-property (7) # process-buffer nil; cache 
used: t
16:54:52.499702 tramp-get-connection-property (7) # locked nil; cache used: nil
16:54:52.499851 tramp-set-connection-property (7) # locked t
16:54:52.500056 tramp-flush-connection-property (7) # locked
16:54:52.500252 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:52.500404 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:52.500555 tramp-get-connection-property (7) # locked nil; cache used: nil
16:54:52.500699 tramp-set-connection-property (7) # locked t
16:54:52.528467 tramp-accept-process-output (10) # *tramp/plinkx Prod* nil run t
///28623118589a3061b5ad9ef7029ee620#$
16:54:52.528714 tramp-flush-connection-property (7) # locked
16:54:52.528896 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:52.529098 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:52.529359 tramp-wait-for-regexp (6) # 
///28623118589a3061b5ad9ef7029ee620#$
16:54:52.529819 tramp-get-connection-property (7) # null-device /dev/null; 
cache used: t
16:54:52.530066 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:54:52.530293 tramp-get-connection-property (7) # remote-echo nil; cache 
used: nil
16:54:52.530503 tramp-send-command (6) # stty iutf8 2>/dev/null
16:54:52.530754 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:54:52.530983 tramp-get-connection-property (7) # chunksize 0; cache used: t
16:54:52.531303 tramp-set-connection-property (7) # last-cmd-time (24933 41404 
531231 0)
16:54:52.531534 tramp-send-string (10) # stty iutf8 2>/dev/null
16:54:52.531753 tramp-get-connection-property (7) # process-buffer nil; cache 
used: t
16:54:52.531996 tramp-get-connection-property (7) # locked nil; cache used: nil
16:54:52.532307 tramp-set-connection-property (7) # locked t
16:54:52.532648 tramp-flush-connection-property (7) # locked
16:54:52.532899 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:52.533151 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:52.533369 tramp-get-connection-property (7) # locked nil; cache used: nil
16:54:52.533608 tramp-set-connection-property (7) # locked t
16:54:52.560520 tramp-accept-process-output (10) # *tramp/plinkx Prod* nil run t
///28623118589a3061b5ad9ef7029ee620#$
16:54:52.560959 tramp-flush-connection-property (7) # locked
16:54:52.561228 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:52.561407 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:52.561599 tramp-wait-for-regexp (6) # 
///28623118589a3061b5ad9ef7029ee620#$
16:54:52.561917 tramp-get-connection-property (7) # null-device /dev/null; 
cache used: t
16:54:52.562154 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:54:52.562325 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:54:52.562494 tramp-get-connection-property (7) # process-buffer nil; cache 
used: t
16:54:52.562670 tramp-get-connection-property (7) # last-cmd-time (24933 41404 
531231 0); cache used: t
16:54:52.562877 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:54:52.563076 tramp-get-connection-property (7) # remote-echo nil; cache 
used: nil
16:54:52.563229 tramp-send-command (6) # echo \"`tty`\" 2>/dev/null; echo 
tramp_exit_status $?
16:54:52.563385 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:54:52.563549 tramp-get-connection-property (7) # chunksize 0; cache used: t
16:54:52.563722 tramp-set-connection-property (7) # last-cmd-time (24933 41404 
563669 0)
16:54:52.563891 tramp-send-string (10) # echo \"`tty`\" 2>/dev/null; echo 
tramp_exit_status $?
16:54:52.564178 tramp-get-connection-property (7) # process-buffer nil; cache 
used: t
16:54:52.564387 tramp-get-connection-property (7) # locked nil; cache used: nil
16:54:52.564546 tramp-set-connection-property (7) # locked t
16:54:52.564764 tramp-flush-connection-property (7) # locked
16:54:52.564957 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:52.565111 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:52.565270 tramp-get-connection-property (7) # locked nil; cache used: nil
16:54:52.565432 tramp-set-connection-property (7) # locked t
16:54:52.590686 tramp-accept-process-output (10) # *tramp/plinkx Prod* nil run t
"/dev/pts/0"
tramp_exit_status 0
///28623118589a3061b5ad9ef7029ee620#$
16:54:52.590977 tramp-flush-connection-property (7) # locked
16:54:52.591163 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:52.591330 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:52.591520 tramp-wait-for-regexp (6) # 
"/dev/pts/0"
tramp_exit_status 0
///28623118589a3061b5ad9ef7029ee620#$
16:54:52.591852 tramp-get-connection-property (7) # process-buffer nil; cache 
used: t
16:54:52.592089 tramp-get-connection-property (7) # process-buffer nil; cache 
used: t
16:54:52.592301 tramp-set-connection-property (7) # remote-tty /dev/pts/0
16:54:52.592469 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:54:52.592633 tramp-get-connection-property (7) # remote-echo nil; cache 
used: nil
16:54:52.592791 tramp-send-command (6) # stty -a
16:54:52.593092 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:54:52.593283 tramp-get-connection-property (7) # chunksize 0; cache used: t
16:54:52.593461 tramp-set-connection-property (7) # last-cmd-time (24933 41404 
593407 0)
16:54:52.593638 tramp-send-string (10) # stty -a
16:54:52.593803 tramp-get-connection-property (7) # process-buffer nil; cache 
used: t
16:54:52.594011 tramp-get-connection-property (7) # locked nil; cache used: nil
16:54:52.594163 tramp-set-connection-property (7) # locked t
16:54:52.594372 tramp-flush-connection-property (7) # locked
16:54:52.594569 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:52.594722 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:52.594891 tramp-get-connection-property (7) # locked nil; cache used: nil
16:54:52.595037 tramp-set-connection-property (7) # locked t
16:54:52.623961 tramp-accept-process-output (10) # *tramp/plinkx Prod* nil run t
speed 38400 baud; rows 24; columns 80; line = 0;
intr = ^C; quit = ^\; erase = ^H; kill = ^U; eof = ^D; eol = <undef>;
eol2 = <undef>; swtch = <undef>; start = ^Q; stop = ^S; susp = ^Z; rprnt = ^R;
werase = ^W; lnext = ^V; flush = ^O; min = 1; time = 0;
-parenb -parodd -cmspar cs8 -hupcl -cstopb cread -clocal -crtscts
-ignbrk -brkint -ignpar -parmrk -inpck -istrip -inlcr -igncr icrnl ixon -ixoff
-iuclc -ixany -imaxbel iutf8
opost -olcuc -ocrnl -onlcr -onocr -onlret -ofill -ofdel nl0 cr0 tab0 bs0 vt0 ff0
isig icanon iexten -echo echoe echok -echonl -noflsh -xcase -tostop -echoprt
echoctl echoke
///28623118589a3061b5ad9ef7029ee620#$
16:54:52.624373 tramp-flush-connection-property (7) # locked
16:54:52.624666 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:52.624893 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:52.625151 tramp-wait-for-regexp (6) # 
speed 38400 baud; rows 24; columns 80; line = 0;
intr = ^C; quit = ^\; erase = ^H; kill = ^U; eof = ^D; eol = <undef>;
eol2 = <undef>; swtch = <undef>; start = ^Q; stop = ^S; susp = ^Z; rprnt = ^R;
werase = ^W; lnext = ^V; flush = ^O; min = 1; time = 0;
-parenb -parodd -cmspar cs8 -hupcl -cstopb cread -clocal -crtscts
-ignbrk -brkint -ignpar -parmrk -inpck -istrip -inlcr -igncr icrnl ixon -ixoff
-iuclc -ixany -imaxbel iutf8
opost -olcuc -ocrnl -onlcr -onocr -onlret -ofill -ofdel nl0 cr0 tab0 bs0 vt0 ff0
isig icanon iexten -echo echoe echok -echonl -noflsh -xcase -tostop -echoprt
echoctl echoke
///28623118589a3061b5ad9ef7029ee620#$
16:54:52.625644 tramp-open-connection-setup-interactive-shell (5) # Setting 
default environment
16:54:52.625995 tramp-get-connection-property (7) # locale LC_ALL=en_US.utf8; 
cache used: t
16:54:52.626323 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:54:52.626509 tramp-get-connection-property (7) # remote-echo nil; cache 
used: nil
16:54:52.626667 tramp-send-command (6) # while read var val; do export 
$var="$val"; done <<'31db03d59d37f2b1acb1f8ce5f93b735'
LC_ALL en_US.utf8
ENV ''
TMOUT 0
LC_CTYPE ''
PAGER cat
31db03d59d37f2b1acb1f8ce5f93b735
16:54:52.626873 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:54:52.627046 tramp-get-connection-property (7) # chunksize 0; cache used: t
16:54:52.627226 tramp-set-connection-property (7) # last-cmd-time (24933 41404 
627171 0)
16:54:52.627510 tramp-send-string (10) # while read var val; do export 
$var="$val"; done <<'31db03d59d37f2b1acb1f8ce5f93b735'
LC_ALL en_US.utf8
ENV ''
TMOUT 0
LC_CTYPE ''
PAGER cat
31db03d59d37f2b1acb1f8ce5f93b735
16:54:52.627693 tramp-get-connection-property (7) # process-buffer nil; cache 
used: t
16:54:52.628057 tramp-get-connection-property (7) # locked nil; cache used: nil
16:54:52.628231 tramp-set-connection-property (7) # locked t
16:54:52.628454 tramp-flush-connection-property (7) # locked
16:54:52.628643 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:52.628860 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:52.629104 tramp-get-connection-property (7) # locked nil; cache used: nil
16:54:52.629267 tramp-set-connection-property (7) # locked t
16:54:52.655282 tramp-accept-process-output (10) # *tramp/plinkx Prod* nil run t
///28623118589a3061b5ad9ef7029ee620#$
16:54:52.655527 tramp-flush-connection-property (7) # locked
16:54:52.655739 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:52.655971 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:52.656230 tramp-wait-for-regexp (6) # 
///28623118589a3061b5ad9ef7029ee620#$
16:54:52.656727 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:54:52.656976 tramp-get-connection-property (7) # remote-echo nil; cache 
used: nil
16:54:52.657230 tramp-send-command (6) # unset CDPATH HISTORY MAIL MAILCHECK 
MAILPATH autocorrect correct
16:54:52.657464 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:54:52.657718 tramp-get-connection-property (7) # chunksize 0; cache used: t
16:54:52.658023 tramp-set-connection-property (7) # last-cmd-time (24933 41404 
657950 0)
16:54:52.658263 tramp-send-string (10) # unset CDPATH HISTORY MAIL MAILCHECK 
MAILPATH autocorrect correct
16:54:52.658494 tramp-get-connection-property (7) # process-buffer nil; cache 
used: t
16:54:52.658764 tramp-get-connection-property (7) # locked nil; cache used: nil
16:54:52.658978 tramp-set-connection-property (7) # locked t
16:54:52.659247 tramp-flush-connection-property (7) # locked
16:54:52.659544 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:52.659766 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:52.660022 tramp-get-connection-property (7) # locked nil; cache used: nil
16:54:52.660233 tramp-set-connection-property (7) # locked t
16:54:52.686436 tramp-accept-process-output (10) # *tramp/plinkx Prod* nil run t
///28623118589a3061b5ad9ef7029ee620#$
16:54:52.686785 tramp-flush-connection-property (7) # locked
16:54:52.686976 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:52.687143 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:52.687343 tramp-wait-for-regexp (6) # 
///28623118589a3061b5ad9ef7029ee620#$
16:54:52.687679 tramp-set-connection-property (7) # connected t
16:54:52.689281 tramp-maybe-open-connection (3) # Opening connection nil for 
Prod using plinkx...done
16:54:52.689542 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:54:52.689760 tramp-get-connection-property (7) # remote-echo nil; cache 
used: nil
16:54:52.689926 tramp-send-command (6) # cd ~ && pwd
16:54:52.690101 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:54:52.690282 tramp-get-connection-property (7) # chunksize 0; cache used: t
16:54:52.690460 tramp-set-connection-property (7) # last-cmd-time (24933 41404 
690407 0)
16:54:52.690647 tramp-send-string (10) # cd ~ && pwd
16:54:52.690810 tramp-get-connection-property (7) # process-buffer nil; cache 
used: t
16:54:52.691000 tramp-get-connection-property (7) # locked nil; cache used: nil
16:54:52.691158 tramp-set-connection-property (7) # locked t
16:54:52.691472 tramp-flush-connection-property (7) # locked
16:54:52.691927 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:52.692188 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:52.692360 tramp-get-connection-property (7) # locked nil; cache used: nil
16:54:52.692515 tramp-set-connection-property (7) # locked t
16:54:52.729550 tramp-accept-process-output (10) # *tramp/plinkx Prod* nil run t
/home/vt1/uidg1626
///28623118589a3061b5ad9ef7029ee620#$
16:54:52.730066 tramp-flush-connection-property (7) # locked
16:54:52.730480 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:52.730874 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:52.731366 tramp-wait-for-regexp (6) # 
/home/vt1/uidg1626
///28623118589a3061b5ad9ef7029ee620#$
16:54:52.732192 tramp-set-connection-property (7) # ~ /home/vt1/uidg1626
16:54:52.733434 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:54:52.733909 tramp-get-connection-property (7) # mutex #<mutex *tramp/plinkx 
Prod*>; cache used: t
16:54:52.735240 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:54:52.736170 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:54:52.736677 tramp-get-connection-property (7) # mutex #<mutex *tramp/plinkx 
Prod*>; cache used: t
16:54:52.737786 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:54:52.738795 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:54:52.739008 tramp-get-connection-property (7) # mutex #<mutex *tramp/plinkx 
Prod*>; cache used: t
16:54:52.739679 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:54:52.740213 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:54:52.740694 tramp-get-connection-property (7) # mutex #<mutex *tramp/plinkx 
Prod*>; cache used: t
16:54:52.741160 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:54:52.741534 tramp-get-connection-property (7) # ~ /home/vt1/uidg1626; cache 
used: t
16:54:52.742098 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:54:52.742292 tramp-get-connection-property (7) # mutex #<mutex *tramp/plinkx 
Prod*>; cache used: t
16:54:52.742908 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:54:52.743502 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:54:52.743746 tramp-get-connection-property (7) # mutex #<mutex *tramp/plinkx 
Prod*>; cache used: t
16:54:52.744383 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:54:52.744710 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:54:52.744897 tramp-get-connection-property (7) # mutex #<mutex *tramp/plinkx 
Prod*>; cache used: t
16:54:52.745361 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:54:52.745899 tramp-get-connection-property (7) # case-insensitive undef; 
cache used: nil
16:54:52.746202 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:54:52.746384 tramp-get-connection-property (7) # mutex #<mutex *tramp/plinkx 
Prod*>; cache used: t
16:54:52.746940 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:54:52.747894 tramp-get-connection-property (7) # case-insensitive undef; 
cache used: nil
16:54:52.748113 tramp-handle-file-name-case-insensitive-p (5) # Checking 
case-insensitive...
16:54:52.748430 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:54:52.748625 tramp-get-connection-property (7) # mutex #<mutex *tramp/plinkx 
Prod*>; cache used: t
16:54:52.749084 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:54:52.749570 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:54:52.749789 tramp-get-connection-property (7) # mutex #<mutex *tramp/plinkx 
Prod*>; cache used: t
16:54:52.750552 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:54:52.751673 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:54:52.751878 tramp-get-connection-property (7) # mutex #<mutex *tramp/plinkx 
Prod*>; cache used: t
16:54:52.752326 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:54:52.753476 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:54:52.753682 tramp-get-connection-property (7) # mutex #<mutex *tramp/plinkx 
Prod*>; cache used: t
16:54:52.754130 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:54:52.803770 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:54:52.804001 tramp-get-connection-property (7) # mutex #<mutex *tramp/plinkx 
Prod*>; cache used: t
16:54:52.804488 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:54:52.804861 tramp-get-file-property (8) # /home/vt1/uidg1626 file-exists-p 
undef; inhibit: 10; cache used: nil; cached at: nil
16:54:52.805118 tramp-get-file-property (8) # /home/vt1/uidg1626 
file-attributes-integer nil; inhibit: 10; cache used: nil; cached at: nil
16:54:52.805535 tramp-get-file-property (8) # /home/vt1/uidg1626 
file-attributes-string nil; inhibit: 10; cache used: nil; cached at: nil
16:54:52.805860 tramp-get-connection-property (7) # file-exists undef; cache 
used: nil
16:54:52.806030 tramp-get-file-exists-command (5) # Finding command to check if 
file exists
16:54:52.806347 tramp-get-connection-property (7) # test test; cache used: t
16:54:52.806731 tramp-get-connection-property (7) # null-device /dev/null; 
cache used: t
16:54:52.806981 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:54:52.807156 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:54:52.807343 tramp-get-connection-property (7) # process-buffer nil; cache 
used: t
16:54:52.807524 tramp-get-connection-property (7) # last-cmd-time (24933 41404 
690407 0); cache used: t
16:54:52.807722 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:54:52.807891 tramp-get-connection-property (7) # remote-echo nil; cache 
used: nil
16:54:52.808044 tramp-send-command (6) # test -e / 2>/dev/null; echo 
tramp_exit_status $?
16:54:52.808205 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:54:52.808464 tramp-get-connection-property (7) # chunksize 0; cache used: t
16:54:52.808662 tramp-set-connection-property (7) # last-cmd-time (24933 41404 
808606 0)
16:54:52.808838 tramp-send-string (10) # test -e / 2>/dev/null; echo 
tramp_exit_status $?
16:54:52.809109 tramp-get-connection-property (7) # process-buffer nil; cache 
used: t
16:54:52.809313 tramp-get-connection-property (7) # locked nil; cache used: nil
16:54:52.809462 tramp-set-connection-property (7) # locked t
16:54:52.809681 tramp-flush-connection-property (7) # locked
16:54:52.809861 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:52.810009 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:52.810323 tramp-get-connection-property (7) # locked nil; cache used: nil
16:54:52.810559 tramp-set-connection-property (7) # locked t
16:54:52.836500 tramp-accept-process-output (10) # *tramp/plinkx Prod* nil run t
tramp_exit_status 0
///28623118589a3061b5ad9ef7029ee620#$
16:54:52.836799 tramp-flush-connection-property (7) # locked
16:54:52.837032 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:52.837258 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:52.837456 tramp-wait-for-regexp (6) # 
tramp_exit_status 0
///28623118589a3061b5ad9ef7029ee620#$
16:54:52.837780 tramp-get-connection-property (7) # process-buffer nil; cache 
used: t
16:54:52.838024 tramp-get-connection-property (7) # null-device /dev/null; 
cache used: t
16:54:52.838276 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:54:52.838493 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:54:52.838670 tramp-get-connection-property (7) # process-buffer nil; cache 
used: t
16:54:52.838853 tramp-get-connection-property (7) # last-cmd-time (24933 41404 
808606 0); cache used: t
16:54:52.839061 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:54:52.839253 tramp-get-connection-property (7) # remote-echo nil; cache 
used: nil
16:54:52.839415 tramp-send-command (6) # test -e /\ this\ file\ does\ not\ 
exist\  2>/dev/null; echo tramp_exit_status $?
16:54:52.839585 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:54:52.839752 tramp-get-connection-property (7) # chunksize 0; cache used: t
16:54:52.839923 tramp-set-connection-property (7) # last-cmd-time (24933 41404 
839871 0)
16:54:52.840090 tramp-send-string (10) # test -e /\ this\ file\ does\ not\ 
exist\  2>/dev/null; echo tramp_exit_status $?
16:54:52.840276 tramp-get-connection-property (7) # process-buffer nil; cache 
used: t
16:54:52.840461 tramp-get-connection-property (7) # locked nil; cache used: nil
16:54:52.840607 tramp-set-connection-property (7) # locked t
16:54:52.840821 tramp-flush-connection-property (7) # locked
16:54:52.841002 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:52.841152 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:52.841321 tramp-get-connection-property (7) # locked nil; cache used: nil
16:54:52.841466 tramp-set-connection-property (7) # locked t
16:54:52.866698 tramp-accept-process-output (10) # *tramp/plinkx Prod* nil run t
tramp_exit_status 1
///28623118589a3061b5ad9ef7029ee620#$
16:54:52.866950 tramp-flush-connection-property (7) # locked
16:54:52.867180 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:52.867393 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:52.867589 tramp-wait-for-regexp (6) # 
tramp_exit_status 1
///28623118589a3061b5ad9ef7029ee620#$
16:54:52.867893 tramp-get-connection-property (7) # process-buffer nil; cache 
used: t
16:54:52.868144 tramp-set-connection-property (7) # file-exists test -e
16:54:52.868409 tramp-get-connection-property (7) # null-device /dev/null; 
cache used: t
16:54:52.868607 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:54:52.868782 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:54:52.868956 tramp-get-connection-property (7) # process-buffer nil; cache 
used: t
16:54:52.869164 tramp-get-connection-property (7) # last-cmd-time (24933 41404 
839871 0); cache used: t
16:54:52.869429 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:54:52.869818 tramp-get-connection-property (7) # remote-echo nil; cache 
used: nil
16:54:52.870304 tramp-send-command (6) # test -e /home/vt1/uidg1626 
2>/dev/null; echo tramp_exit_status $?
16:54:52.870608 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:54:52.870799 tramp-get-connection-property (7) # chunksize 0; cache used: t
16:54:52.871253 tramp-set-connection-property (7) # last-cmd-time (24933 41404 
871083 0)
16:54:52.871706 tramp-send-string (10) # test -e /home/vt1/uidg1626 
2>/dev/null; echo tramp_exit_status $?
16:54:52.872201 tramp-get-connection-property (7) # process-buffer nil; cache 
used: t
16:54:52.872638 tramp-get-connection-property (7) # locked nil; cache used: nil
16:54:52.873050 tramp-set-connection-property (7) # locked t
16:54:52.873577 tramp-flush-connection-property (7) # locked
16:54:52.873960 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:52.874374 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:52.874750 tramp-get-connection-property (7) # locked nil; cache used: nil
16:54:52.875059 tramp-set-connection-property (7) # locked t
16:54:52.900970 tramp-accept-process-output (10) # *tramp/plinkx Prod* nil run t
tramp_exit_status 0
///28623118589a3061b5ad9ef7029ee620#$
16:54:52.901242 tramp-flush-connection-property (7) # locked
16:54:52.901430 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:52.901600 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:52.901791 tramp-wait-for-regexp (6) # 
tramp_exit_status 0
///28623118589a3061b5ad9ef7029ee620#$
16:54:52.902111 tramp-get-connection-property (7) # process-buffer nil; cache 
used: t
16:54:52.902393 tramp-set-file-property (8) # /home/vt1/uidg1626 file-exists-p t
16:54:52.902807 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:54:52.903000 tramp-get-connection-property (7) # mutex #<mutex *tramp/plinkx 
Prod*>; cache used: t
16:54:52.903512 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:54:52.904604 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:54:52.904812 tramp-get-connection-property (7) # mutex #<mutex *tramp/plinkx 
Prod*>; cache used: t
16:54:52.905313 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:54:52.905799 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:54:52.905989 tramp-get-connection-property (7) # mutex #<mutex *tramp/plinkx 
Prod*>; cache used: t
16:54:52.906431 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:54:52.906775 tramp-get-file-property (8) # /HOME/VT1/UIDG1626 file-exists-p 
undef; inhibit: 10; cache used: nil; cached at: nil
16:54:52.907050 tramp-get-file-property (8) # /HOME/VT1/UIDG1626 
file-attributes-integer nil; inhibit: 10; cache used: nil; cached at: nil
16:54:52.907283 tramp-get-file-property (8) # /HOME/VT1/UIDG1626 
file-attributes-string nil; inhibit: 10; cache used: nil; cached at: nil
16:54:52.907475 tramp-get-connection-property (7) # file-exists test -e; cache 
used: t
16:54:52.907717 tramp-get-connection-property (7) # null-device /dev/null; 
cache used: t
16:54:52.907899 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:54:52.908178 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:54:52.908405 tramp-get-connection-property (7) # process-buffer nil; cache 
used: t
16:54:52.908626 tramp-get-connection-property (7) # last-cmd-time (24933 41404 
871083 0); cache used: t
16:54:52.908832 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:54:52.909005 tramp-get-connection-property (7) # remote-echo nil; cache 
used: nil
16:54:52.909158 tramp-send-command (6) # test -e /HOME/VT1/UIDG1626 
2>/dev/null; echo tramp_exit_status $?
16:54:52.909324 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:54:52.909486 tramp-get-connection-property (7) # chunksize 0; cache used: t
16:54:52.909651 tramp-set-connection-property (7) # last-cmd-time (24933 41404 
909599 0)
16:54:52.909821 tramp-send-string (10) # test -e /HOME/VT1/UIDG1626 
2>/dev/null; echo tramp_exit_status $?
16:54:52.909986 tramp-get-connection-property (7) # process-buffer nil; cache 
used: t
16:54:52.910176 tramp-get-connection-property (7) # locked nil; cache used: nil
16:54:52.910320 tramp-set-connection-property (7) # locked t
16:54:52.910638 tramp-flush-connection-property (7) # locked
16:54:52.911131 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:52.911311 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:52.911489 tramp-get-connection-property (7) # locked nil; cache used: nil
16:54:52.911643 tramp-set-connection-property (7) # locked t
16:54:52.935393 tramp-accept-process-output (10) # *tramp/plinkx Prod* nil run t
tramp_exit_status 1
///28623118589a3061b5ad9ef7029ee620#$
16:54:52.935659 tramp-flush-connection-property (7) # locked
16:54:52.935841 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:52.936038 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:52.936233 tramp-wait-for-regexp (6) # 
tramp_exit_status 1
///28623118589a3061b5ad9ef7029ee620#$
16:54:52.936551 tramp-get-connection-property (7) # process-buffer nil; cache 
used: t
16:54:52.936839 tramp-set-file-property (8) # /HOME/VT1/UIDG1626 file-exists-p 
nil
16:54:52.937125 tramp-handle-file-name-case-insensitive-p (5) # Checking 
case-insensitive...done
16:54:52.937336 tramp-set-connection-property (7) # case-insensitive nil
16:54:52.937801 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:54:52.938025 tramp-get-connection-property (7) # mutex #<mutex *tramp/plinkx 
Prod*>; cache used: t
16:54:52.938528 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:54:52.939139 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:54:52.939336 tramp-get-connection-property (7) # mutex #<mutex *tramp/plinkx 
Prod*>; cache used: t
16:54:52.939793 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:54:52.940137 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:54:52.940319 tramp-get-connection-property (7) # mutex #<mutex *tramp/plinkx 
Prod*>; cache used: t
16:54:52.940767 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:54:52.941811 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:54:52.942045 tramp-get-connection-property (7) # mutex #<mutex *tramp/plinkx 
Prod*>; cache used: t
16:54:52.942573 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:54:52.943315 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:54:52.943745 tramp-get-connection-property (7) # mutex #<mutex *tramp/plinkx 
Prod*>; cache used: t
16:54:52.944351 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:54:52.945693 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:54:52.945915 tramp-get-connection-property (7) # mutex #<mutex *tramp/plinkx 
Prod*>; cache used: t
16:54:52.946394 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:54:52.947617 tramp-get-file-property (8) # /home/vt1/uidg1626/ file-truename 
undef; inhibit: 10; cache used: nil; cached at: nil
16:54:52.947855 tramp-sh-handle-file-truename (4) # Finding true name for 
/plinkx:Prod:/home/vt1/uidg1626/
16:54:52.948148 tramp-get-connection-property (7) # readlink undef; cache used: 
nil
16:54:52.948334 tramp-get-remote-readlink (5) # Finding a suitable readlink 
command
16:54:52.948507 tramp-get-connection-property (7) # process-buffer nil; cache 
used: t
16:54:52.948687 tramp-get-connection-property (7) # process-buffer nil; cache 
used: t
16:54:52.949017 tramp-get-connection-property (7) # remote-path (/usr/bin /bin 
/sbin /usr/sbin /usr/local/bin /usr/local/sbin); cache used: t
16:54:52.949231 tramp-get-connection-property (7) # process-buffer nil; cache 
used: t
16:54:52.949403 tramp-get-connection-property (7) # uname Linux 
3.10.0-1160.36.2.el7.x86_64; cache used: t
16:54:52.949620 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:54:52.949782 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:54:52.949951 tramp-get-connection-property (7) # process-buffer nil; cache 
used: t
16:54:52.950111 tramp-get-connection-property (7) # last-cmd-time (24933 41404 
909599 0); cache used: t
16:54:52.950298 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:54:52.950450 tramp-get-connection-property (7) # remote-echo nil; cache 
used: nil
16:54:52.950593 tramp-send-command (6) # which \readlink | wc -w
16:54:52.950741 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:54:52.950908 tramp-get-connection-property (7) # chunksize 0; cache used: t
16:54:52.951075 tramp-set-connection-property (7) # last-cmd-time (24933 41404 
951030 0)
16:54:52.951346 tramp-send-string (10) # which \readlink | wc -w
16:54:52.951626 tramp-get-connection-property (7) # process-buffer nil; cache 
used: t
16:54:52.951813 tramp-get-connection-property (7) # locked nil; cache used: nil
16:54:52.951983 tramp-set-connection-property (7) # locked t
16:54:52.952297 tramp-flush-connection-property (7) # locked
16:54:52.952751 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:52.952990 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:52.953180 tramp-get-connection-property (7) # locked nil; cache used: nil
16:54:52.953331 tramp-set-connection-property (7) # locked t
16:54:52.978278 tramp-accept-process-output (10) # *tramp/plinkx Prod* nil run t
1
16:54:52.978485 tramp-flush-connection-property (7) # locked
16:54:52.978662 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:52.978834 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:52.979218 tramp-get-connection-property (7) # locked nil; cache used: nil
16:54:52.979529 tramp-set-connection-property (7) # locked t
16:54:52.979884 tramp-accept-process-output (10) # *tramp/plinkx Prod* nil run t
1
///28623118589a3061b5ad9ef7029ee620#$
16:54:52.980080 tramp-flush-connection-property (7) # locked
16:54:52.980239 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:52.980387 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:52.980558 tramp-wait-for-regexp (6) # 
1
///28623118589a3061b5ad9ef7029ee620#$
16:54:52.980980 tramp-get-connection-property (7) # null-device /dev/null; 
cache used: t
16:54:52.981204 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:54:52.981384 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:54:52.981560 tramp-get-connection-property (7) # process-buffer nil; cache 
used: t
16:54:52.981744 tramp-get-connection-property (7) # last-cmd-time (24933 41404 
951030 0); cache used: t
16:54:52.981993 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:54:52.982172 tramp-get-connection-property (7) # remote-echo nil; cache 
used: nil
16:54:52.982331 tramp-send-command (6) # \readlink --canonicalize-missing / 
2>/dev/null; echo tramp_exit_status $?
16:54:52.982500 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:54:52.982667 tramp-get-connection-property (7) # chunksize 0; cache used: t
16:54:52.982861 tramp-set-connection-property (7) # last-cmd-time (24933 41404 
982781 0)
16:54:52.983049 tramp-send-string (10) # \readlink --canonicalize-missing / 
2>/dev/null; echo tramp_exit_status $?
16:54:52.983226 tramp-get-connection-property (7) # process-buffer nil; cache 
used: t
16:54:52.983412 tramp-get-connection-property (7) # locked nil; cache used: nil
16:54:52.983566 tramp-set-connection-property (7) # locked t
16:54:52.983777 tramp-flush-connection-property (7) # locked
16:54:52.984012 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:52.984176 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:52.984335 tramp-get-connection-property (7) # locked nil; cache used: nil
16:54:52.984486 tramp-set-connection-property (7) # locked t
16:54:53.010147 tramp-accept-process-output (10) # *tramp/plinkx Prod* nil run t
/
16:54:53.010389 tramp-flush-connection-property (7) # locked
16:54:53.010627 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:53.011110 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:53.011311 tramp-get-connection-property (7) # locked nil; cache used: nil
16:54:53.011473 tramp-set-connection-property (7) # locked t
16:54:53.011886 tramp-accept-process-output (10) # *tramp/plinkx Prod* nil run t
/
tramp_exit_status 0
///28623118589a3061b5ad9ef7029ee620#$
16:54:53.012147 tramp-flush-connection-property (7) # locked
16:54:53.012320 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:53.012479 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:53.012661 tramp-wait-for-regexp (6) # 
/
tramp_exit_status 0
///28623118589a3061b5ad9ef7029ee620#$
16:54:53.013132 tramp-get-connection-property (7) # process-buffer nil; cache 
used: t
16:54:53.013379 tramp-set-connection-property (7) # readlink \readlink
16:54:53.013563 tramp-get-connection-property (7) # readlink \readlink; cache 
used: t
16:54:53.014207 tramp-get-connection-property (7) # null-device /dev/null; 
cache used: t
16:54:53.014588 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:54:53.015043 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:54:53.015343 tramp-get-connection-property (7) # process-buffer nil; cache 
used: t
16:54:53.015569 tramp-get-connection-property (7) # last-cmd-time (24933 41404 
982781 0); cache used: t
16:54:53.015900 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:54:53.016109 tramp-get-connection-property (7) # remote-echo nil; cache 
used: nil
16:54:53.016294 tramp-send-command (6) # \readlink --canonicalize-missing 
/home/vt1/uidg1626/ 2>/dev/null; echo tramp_exit_status $?
16:54:53.016470 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:54:53.016797 tramp-get-connection-property (7) # chunksize 0; cache used: t
16:54:53.016990 tramp-set-connection-property (7) # last-cmd-time (24933 41405 
16935 0)
16:54:53.017167 tramp-send-string (10) # \readlink --canonicalize-missing 
/home/vt1/uidg1626/ 2>/dev/null; echo tramp_exit_status $?
16:54:53.017340 tramp-get-connection-property (7) # process-buffer nil; cache 
used: t
16:54:53.017531 tramp-get-connection-property (7) # locked nil; cache used: nil
16:54:53.017689 tramp-set-connection-property (7) # locked t
16:54:53.018001 tramp-flush-connection-property (7) # locked
16:54:53.018219 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:53.018405 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:53.018567 tramp-get-connection-property (7) # locked nil; cache used: nil
16:54:53.018785 tramp-set-connection-property (7) # locked t
16:54:53.045517 tramp-accept-process-output (10) # *tramp/plinkx Prod* nil run t
/home/vt1/uidg1626
16:54:53.045959 tramp-flush-connection-property (7) # locked
16:54:53.046180 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:53.046378 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:53.046573 tramp-get-connection-property (7) # locked nil; cache used: nil
16:54:53.046935 tramp-set-connection-property (7) # locked t
16:54:53.047671 tramp-accept-process-output (10) # *tramp/plinkx Prod* nil run t
/home/vt1/uidg1626
tramp_exit_status 0
///28623118589a3061b5ad9ef7029ee620#$
16:54:53.048139 tramp-flush-connection-property (7) # locked
16:54:53.048350 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:53.048527 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:53.048837 tramp-wait-for-regexp (6) # 
/home/vt1/uidg1626
tramp_exit_status 0
///28623118589a3061b5ad9ef7029ee620#$
16:54:53.049188 tramp-get-connection-property (7) # process-buffer nil; cache 
used: t
16:54:53.049433 tramp-get-connection-property (7) # process-buffer nil; cache 
used: t
16:54:53.049919 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:54:53.050113 tramp-get-connection-property (7) # mutex #<mutex *tramp/plinkx 
Prod*>; cache used: t
16:54:53.051083 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:54:53.051721 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:54:53.052020 tramp-get-connection-property (7) # mutex #<mutex *tramp/plinkx 
Prod*>; cache used: t
16:54:53.052700 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:54:53.053298 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:54:53.053532 tramp-get-connection-property (7) # mutex #<mutex *tramp/plinkx 
Prod*>; cache used: t
16:54:53.054018 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:54:53.105015 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:54:53.105259 tramp-get-connection-property (7) # mutex #<mutex *tramp/plinkx 
Prod*>; cache used: t
16:54:53.105766 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:54:53.106080 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:54:53.106266 tramp-get-connection-property (7) # mutex #<mutex *tramp/plinkx 
Prod*>; cache used: t
16:54:53.106730 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:54:53.107280 tramp-get-file-property (8) # /home/vt1/uidg1626/ 
file-attributes-integer undef; inhibit: 10; cache used: nil; cached at: nil
16:54:53.107532 tramp-get-connection-property (7) # stat undef; cache used: nil
16:54:53.107761 tramp-get-connection-property (7) # uname Linux 
3.10.0-1160.36.2.el7.x86_64; cache used: t
16:54:53.107987 tramp-get-remote-stat (5) # Finding a suitable stat command
16:54:53.108209 tramp-get-connection-property (7) # process-buffer nil; cache 
used: t
16:54:53.108436 tramp-get-connection-property (7) # process-buffer nil; cache 
used: t
16:54:53.108770 tramp-get-connection-property (7) # remote-path (/usr/bin /bin 
/sbin /usr/sbin /usr/local/bin /usr/local/sbin); cache used: t
16:54:53.108977 tramp-get-connection-property (7) # process-buffer nil; cache 
used: t
16:54:53.109150 tramp-get-connection-property (7) # uname Linux 
3.10.0-1160.36.2.el7.x86_64; cache used: t
16:54:53.109322 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:54:53.109501 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:54:53.109677 tramp-get-connection-property (7) # process-buffer nil; cache 
used: t
16:54:53.109832 tramp-get-connection-property (7) # last-cmd-time (24933 41405 
16935 0); cache used: t
16:54:53.110016 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:54:53.110166 tramp-get-connection-property (7) # remote-echo nil; cache 
used: nil
16:54:53.110307 tramp-send-command (6) # which \stat | wc -w
16:54:53.110565 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:54:53.110726 tramp-get-connection-property (7) # chunksize 0; cache used: t
16:54:53.110879 tramp-set-connection-property (7) # last-cmd-time (24933 41405 
110836 0)
16:54:53.111030 tramp-send-string (10) # which \stat | wc -w
16:54:53.111179 tramp-get-connection-property (7) # process-buffer nil; cache 
used: t
16:54:53.111349 tramp-get-connection-property (7) # locked nil; cache used: nil
16:54:53.111547 tramp-set-connection-property (7) # locked t
16:54:53.111772 tramp-flush-connection-property (7) # locked
16:54:53.111945 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:53.112112 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:53.112396 tramp-get-connection-property (7) # locked nil; cache used: nil
16:54:53.112644 tramp-set-connection-property (7) # locked t
16:54:53.137412 tramp-accept-process-output (10) # *tramp/plinkx Prod* nil run t
1
///28623118589a3061b5ad9ef7029ee620#$
16:54:53.137673 tramp-flush-connection-property (7) # locked
16:54:53.137863 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:53.138033 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:53.138226 tramp-wait-for-regexp (6) # 
1
///28623118589a3061b5ad9ef7029ee620#$
16:54:53.138591 tramp-get-connection-property (7) # null-device /dev/null; 
cache used: t
16:54:53.138792 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:54:53.138962 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:54:53.139128 tramp-get-connection-property (7) # process-buffer nil; cache 
used: t
16:54:53.139307 tramp-get-connection-property (7) # last-cmd-time (24933 41405 
110836 0); cache used: t
16:54:53.139529 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:54:53.139697 tramp-get-connection-property (7) # remote-echo nil; cache 
used: nil
16:54:53.139851 tramp-send-command (6) # env QUOTING_STYLE=locale \stat -c 
'("%N" %s)' / 2>/dev/null; echo tramp_exit_status $?
16:54:53.140019 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:54:53.140182 tramp-get-connection-property (7) # chunksize 0; cache used: t
16:54:53.140350 tramp-set-connection-property (7) # last-cmd-time (24933 41405 
140297 0)
16:54:53.140546 tramp-send-string (10) # env QUOTING_STYLE=locale \stat -c 
'("%N" %s)' / 2>/dev/null; echo tramp_exit_status $?
16:54:53.140715 tramp-get-connection-property (7) # process-buffer nil; cache 
used: t
16:54:53.140898 tramp-get-connection-property (7) # locked nil; cache used: nil
16:54:53.141044 tramp-set-connection-property (7) # locked t
16:54:53.141252 tramp-flush-connection-property (7) # locked
16:54:53.141509 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:53.141686 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:53.141846 tramp-get-connection-property (7) # locked nil; cache used: nil
16:54:53.141992 tramp-set-connection-property (7) # locked t
16:54:53.186109 tramp-accept-process-output (10) # *tramp/plinkx Prod* nil run t
("/" 266)
tramp_exit_status 0
///28623118589a3061b5ad9ef7029ee620#$
16:54:53.186514 tramp-flush-connection-property (7) # locked
16:54:53.186758 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:53.186940 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:53.187147 tramp-wait-for-regexp (6) # 
("/" 266)
tramp_exit_status 0
///28623118589a3061b5ad9ef7029ee620#$
16:54:53.187491 tramp-get-connection-property (7) # process-buffer nil; cache 
used: t
16:54:53.187738 tramp-get-connection-property (7) # process-buffer nil; cache 
used: t
16:54:53.187970 tramp-set-connection-property (7) # stat env 
QUOTING_STYLE=locale \stat
16:54:53.188139 tramp-do-file-attributes-with-stat (5) # file attributes with 
stat: /home/vt1/uidg1626/
16:54:53.188324 tramp-get-connection-property (7) # stat env 
QUOTING_STYLE=locale \stat; cache used: t
16:54:53.188614 tramp-get-connection-property (7) # null-device /dev/null; 
cache used: t
16:54:53.188805 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:54:53.188972 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:54:53.189141 tramp-get-connection-property (7) # process-buffer nil; cache 
used: t
16:54:53.189411 tramp-get-connection-property (7) # last-cmd-time (24933 41405 
140297 0); cache used: t
16:54:53.189663 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:54:53.189833 tramp-get-connection-property (7) # remote-echo nil; cache 
used: nil
16:54:53.189984 tramp-send-command (6) # (env QUOTING_STYLE=locale \stat -c 
'((/////%N/////) %h %u %g %X %Y %Z %s /////%A///// t %i -1)' 
/home/vt1/uidg1626/ | sed -e 's/"/\\"/g' -e 's/\/\/\/\/\//"/g') 2>/dev/null; 
echo tramp_exit_status $?
16:54:53.190160 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:54:53.190343 tramp-get-connection-property (7) # chunksize 0; cache used: t
16:54:53.190520 tramp-set-connection-property (7) # last-cmd-time (24933 41405 
190466 0)
16:54:53.190689 tramp-send-string (10) # (env QUOTING_STYLE=locale \stat -c 
'((/////%N/////) %h %u %g %X %Y %Z %s /////%A///// t %i -1)' 
/home/vt1/uidg1626/ | sed -e 's/"/\\"/g' -e 's/\/\/\/\/\//"/g') 2>/dev/null; 
echo tramp_exit_status $?
16:54:53.190860 tramp-get-connection-property (7) # process-buffer nil; cache 
used: t
16:54:53.191048 tramp-get-connection-property (7) # locked nil; cache used: nil
16:54:53.191200 tramp-set-connection-property (7) # locked t
16:54:53.191500 tramp-flush-connection-property (7) # locked
16:54:53.191756 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:53.192035 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:53.192209 tramp-get-connection-property (7) # locked nil; cache used: nil
16:54:53.192376 tramp-set-connection-property (7) # locked t
16:54:53.220220 tramp-accept-process-output (10) # *tramp/plinkx Prod* nil run t
(("/home/vt1/uidg1626/") 5 1558111305 1558000513 1633978302 1633977951 
1633977951 4096 "drwx------" t 88097186 -1)
16:54:53.220633 tramp-flush-connection-property (7) # locked
16:54:53.221025 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:53.221387 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:53.221895 tramp-get-connection-property (7) # locked nil; cache used: nil
16:54:53.222336 tramp-set-connection-property (7) # locked t
16:54:53.222889 tramp-accept-process-output (10) # *tramp/plinkx Prod* nil run t
(("/home/vt1/uidg1626/") 5 1558111305 1558000513 1633978302 1633977951 
1633977951 4096 "drwx------" t 88097186 -1)
tramp_exit_status 0
///28623118589a3061b5ad9ef7029ee620#$
16:54:53.223296 tramp-flush-connection-property (7) # locked
16:54:53.223619 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:53.223936 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:53.224367 tramp-wait-for-regexp (6) # 
(("/home/vt1/uidg1626/") 5 1558111305 1558000513 1633978302 1633977951 
1633977951 4096 "drwx------" t 88097186 -1)
tramp_exit_status 0
///28623118589a3061b5ad9ef7029ee620#$
16:54:53.224926 tramp-get-connection-property (7) # process-buffer nil; cache 
used: t
16:54:53.225217 tramp-get-connection-property (7) # process-buffer nil; cache 
used: t
16:54:53.225462 tramp-get-connection-property (7) # gid-integer undef; cache 
used: nil
16:54:53.225940 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:54:53.226125 tramp-get-connection-property (7) # mutex #<mutex *tramp/plinkx 
Prod*>; cache used: t
16:54:53.226617 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:54:53.226811 tramp-get-connection-property (7) # id undef; cache used: nil
16:54:53.226969 tramp-get-remote-id (5) # Finding POSIX id command
16:54:53.227134 tramp-get-connection-property (7) # process-buffer nil; cache 
used: t
16:54:53.227316 tramp-get-connection-property (7) # process-buffer nil; cache 
used: t
16:54:53.227612 tramp-get-connection-property (7) # remote-path (/usr/bin /bin 
/sbin /usr/sbin /usr/local/bin /usr/local/sbin); cache used: t
16:54:53.227815 tramp-get-connection-property (7) # process-buffer nil; cache 
used: t
16:54:53.228025 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:54:53.228192 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:54:53.228360 tramp-get-connection-property (7) # process-buffer nil; cache 
used: t
16:54:53.228514 tramp-get-connection-property (7) # last-cmd-time (24933 41405 
190466 0); cache used: t
16:54:53.228699 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:54:53.228850 tramp-get-connection-property (7) # remote-echo nil; cache 
used: nil
16:54:53.228985 tramp-send-command (6) # while read d; do if test -x $d/id && 
test -f $d/id; then echo tramp_executable $d/id; break; fi; done 
<<'31db03d59d37f2b1acb1f8ce5f93b735'
/usr/bin
/bin
/sbin
/usr/sbin
/usr/local/bin
/usr/local/sbin
31db03d59d37f2b1acb1f8ce5f93b735
16:54:53.229171 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:54:53.229395 tramp-get-connection-property (7) # chunksize 0; cache used: t
16:54:53.229565 tramp-set-connection-property (7) # last-cmd-time (24933 41405 
229519 0)
16:54:53.229719 tramp-send-string (10) # while read d; do if test -x $d/id && 
test -f $d/id; then echo tramp_executable $d/id; break; fi; done 
<<'31db03d59d37f2b1acb1f8ce5f93b735'
/usr/bin
/bin
/sbin
/usr/sbin
/usr/local/bin
/usr/local/sbin
31db03d59d37f2b1acb1f8ce5f93b735
16:54:53.229891 tramp-get-connection-property (7) # process-buffer nil; cache 
used: t
16:54:53.230097 tramp-get-connection-property (7) # locked nil; cache used: nil
16:54:53.230262 tramp-set-connection-property (7) # locked t
16:54:53.230484 tramp-flush-connection-property (7) # locked
16:54:53.230653 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:53.230798 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:53.230973 tramp-get-connection-property (7) # locked nil; cache used: nil
16:54:53.231115 tramp-set-connection-property (7) # locked t
16:54:53.256046 tramp-accept-process-output (10) # *tramp/plinkx Prod* nil run t
tramp_executable /usr/bin/id
///28623118589a3061b5ad9ef7029ee620#$
16:54:53.256455 tramp-flush-connection-property (7) # locked
16:54:53.256827 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:53.257316 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:53.257573 tramp-wait-for-regexp (6) # 
tramp_executable /usr/bin/id
///28623118589a3061b5ad9ef7029ee620#$
16:54:53.257958 tramp-get-connection-property (7) # null-device /dev/null; 
cache used: t
16:54:53.258195 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:54:53.258525 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:54:53.258895 tramp-get-connection-property (7) # process-buffer nil; cache 
used: t
16:54:53.259302 tramp-get-connection-property (7) # last-cmd-time (24933 41405 
229519 0); cache used: t
16:54:53.259692 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:54:53.259992 tramp-get-connection-property (7) # remote-echo nil; cache 
used: nil
16:54:53.260183 tramp-send-command (6) # /usr/bin/id -u 2>/dev/null; echo 
tramp_exit_status $?
16:54:53.260354 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:54:53.260519 tramp-get-connection-property (7) # chunksize 0; cache used: t
16:54:53.260693 tramp-set-connection-property (7) # last-cmd-time (24933 41405 
260640 0)
16:54:53.260865 tramp-send-string (10) # /usr/bin/id -u 2>/dev/null; echo 
tramp_exit_status $?
16:54:53.261037 tramp-get-connection-property (7) # process-buffer nil; cache 
used: t
16:54:53.261481 tramp-get-connection-property (7) # locked nil; cache used: nil
16:54:53.261669 tramp-set-connection-property (7) # locked t
16:54:53.261969 tramp-flush-connection-property (7) # locked
16:54:53.262376 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:53.262673 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:53.262957 tramp-get-connection-property (7) # locked nil; cache used: nil
16:54:53.263334 tramp-set-connection-property (7) # locked t
16:54:53.293770 tramp-accept-process-output (10) # *tramp/plinkx Prod* nil run t
1558111305
tramp_exit_status 0
///28623118589a3061b5ad9ef7029ee620#$
16:54:53.294045 tramp-flush-connection-property (7) # locked
16:54:53.294240 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:53.294421 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:53.294618 tramp-wait-for-regexp (6) # 
1558111305
tramp_exit_status 0
///28623118589a3061b5ad9ef7029ee620#$
16:54:53.294934 tramp-get-connection-property (7) # process-buffer nil; cache 
used: t
16:54:53.295293 tramp-set-connection-property (7) # id /usr/bin/id
16:54:53.295488 tramp-get-connection-property (7) # id /usr/bin/id; cache used: 
t
16:54:53.295669 tramp-get-connection-property (7) # null-device /dev/null; 
cache used: t
16:54:53.295864 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:54:53.296049 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:54:53.296212 tramp-get-connection-property (7) # process-buffer nil; cache 
used: t
16:54:53.296506 tramp-get-connection-property (7) # last-cmd-time (24933 41405 
260640 0); cache used: t
16:54:53.296708 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:54:53.296871 tramp-get-connection-property (7) # remote-echo nil; cache 
used: nil
16:54:53.297057 tramp-send-command (6) # /usr/bin/id -g  2>/dev/null; echo 
tramp_exit_status $?
16:54:53.297279 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:54:53.297512 tramp-get-connection-property (7) # chunksize 0; cache used: t
16:54:53.297737 tramp-set-connection-property (7) # last-cmd-time (24933 41405 
297670 0)
16:54:53.297953 tramp-send-string (10) # /usr/bin/id -g  2>/dev/null; echo 
tramp_exit_status $?
16:54:53.298390 tramp-get-connection-property (7) # process-buffer nil; cache 
used: t
16:54:53.298623 tramp-get-connection-property (7) # locked nil; cache used: nil
16:54:53.298781 tramp-set-connection-property (7) # locked t
16:54:53.299092 tramp-flush-connection-property (7) # locked
16:54:53.299319 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:53.299475 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:53.299637 tramp-get-connection-property (7) # locked nil; cache used: nil
16:54:53.299785 tramp-set-connection-property (7) # locked t
16:54:53.326323 tramp-accept-process-output (10) # *tramp/plinkx Prod* nil run t
1558000513
tramp_exit_status 0
///28623118589a3061b5ad9ef7029ee620#$
16:54:53.326582 tramp-flush-connection-property (7) # locked
16:54:53.326777 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:53.326990 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:53.327252 tramp-wait-for-regexp (6) # 
1558000513
tramp_exit_status 0
///28623118589a3061b5ad9ef7029ee620#$
16:54:53.327714 tramp-get-connection-property (7) # process-buffer nil; cache 
used: t
16:54:53.328023 tramp-get-connection-property (7) # process-buffer nil; cache 
used: t
16:54:53.328351 tramp-set-connection-property (7) # gid-integer 1558000513
16:54:53.328623 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:54:53.329020 tramp-get-connection-property (7) # device undef; cache used: 
nil
16:54:53.329260 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:54:53.329485 tramp-set-connection-property (7) # device (-1 . 1)
16:54:53.329923 tramp-set-file-property (8) # /home/vt1/uidg1626/ 
file-attributes-integer (t 5 1558111305 1558000513 (24932 34750 0 0) (24932 
34399 0 0) (24932 34399 0 0) 4096 drwx------ nil 88097186 (-1 . 1))
16:54:53.330245 tramp-sh-handle-file-truename (4) # True name of 
/home/vt1/uidg1626/ is /home/vt1/uidg1626
16:54:53.330529 tramp-set-file-property (8) # /home/vt1/uidg1626/ file-truename 
/home/vt1/uidg1626
16:54:53.331074 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:54:53.331262 tramp-get-connection-property (7) # mutex #<mutex *tramp/plinkx 
Prod*>; cache used: t
16:54:53.331789 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:54:53.332511 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:54:53.332721 tramp-get-connection-property (7) # mutex #<mutex *tramp/plinkx 
Prod*>; cache used: t
16:54:53.333462 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:54:53.334534 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:54:53.334739 tramp-get-connection-property (7) # mutex #<mutex *tramp/plinkx 
Prod*>; cache used: t
16:54:53.335399 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:54:53.336007 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:54:53.336264 tramp-get-connection-property (7) # mutex #<mutex *tramp/plinkx 
Prod*>; cache used: t
16:54:53.336974 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:54:53.337316 tramp-get-file-property (8) # /home/vt1/uidg1626 
file-directory-p undef; inhibit: 10; cache used: nil; cached at: nil
16:54:53.337592 tramp-get-connection-property (7) # test test; cache used: t
16:54:53.337864 tramp-get-connection-property (7) # null-device /dev/null; 
cache used: t
16:54:53.338208 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:54:53.338439 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:54:53.338668 tramp-get-connection-property (7) # process-buffer nil; cache 
used: t
16:54:53.338959 tramp-get-connection-property (7) # last-cmd-time (24933 41405 
297670 0); cache used: t
16:54:53.339231 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:54:53.339458 tramp-get-connection-property (7) # remote-echo nil; cache 
used: nil
16:54:53.339676 tramp-send-command (6) # test -d /home/vt1/uidg1626 
2>/dev/null; echo tramp_exit_status $?
16:54:53.340009 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:54:53.340266 tramp-get-connection-property (7) # chunksize 0; cache used: t
16:54:53.340503 tramp-set-connection-property (7) # last-cmd-time (24933 41405 
340435 0)
16:54:53.340728 tramp-send-string (10) # test -d /home/vt1/uidg1626 
2>/dev/null; echo tramp_exit_status $?
16:54:53.340966 tramp-get-connection-property (7) # process-buffer nil; cache 
used: t
16:54:53.341210 tramp-get-connection-property (7) # locked nil; cache used: nil
16:54:53.341413 tramp-set-connection-property (7) # locked t
16:54:53.341693 tramp-flush-connection-property (7) # locked
16:54:53.341997 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:53.342224 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:53.342492 tramp-get-connection-property (7) # locked nil; cache used: nil
16:54:53.342727 tramp-set-connection-property (7) # locked t
16:54:53.367083 tramp-accept-process-output (10) # *tramp/plinkx Prod* nil run t
tramp_exit_status 0
///28623118589a3061b5ad9ef7029ee620#$
16:54:53.367334 tramp-flush-connection-property (7) # locked
16:54:53.367521 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:53.367684 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:53.367907 tramp-wait-for-regexp (6) # 
tramp_exit_status 0
///28623118589a3061b5ad9ef7029ee620#$
16:54:53.368251 tramp-get-connection-property (7) # process-buffer nil; cache 
used: t
16:54:53.368546 tramp-set-file-property (8) # /home/vt1/uidg1626 
file-directory-p t
16:54:53.369006 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:54:53.369194 tramp-get-connection-property (7) # mutex #<mutex *tramp/plinkx 
Prod*>; cache used: t
16:54:53.369676 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:54:53.370105 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:54:53.370297 tramp-get-connection-property (7) # mutex #<mutex *tramp/plinkx 
Prod*>; cache used: t
16:54:53.370741 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:54:53.371403 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:54:53.371602 tramp-get-connection-property (7) # mutex #<mutex *tramp/plinkx 
Prod*>; cache used: t
16:54:53.372083 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:54:53.372463 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:54:53.372661 tramp-get-connection-property (7) # mutex #<mutex *tramp/plinkx 
Prod*>; cache used: t
16:54:53.373167 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:54:53.373582 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:54:53.373794 tramp-get-connection-property (7) # mutex #<mutex *tramp/plinkx 
Prod*>; cache used: t
16:54:53.374250 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:54:53.374589 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:54:53.374797 tramp-get-connection-property (7) # mutex #<mutex *tramp/plinkx 
Prod*>; cache used: t
16:54:53.375483 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:54:53.376169 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:54:53.376369 tramp-get-connection-property (7) # mutex #<mutex *tramp/plinkx 
Prod*>; cache used: t
16:54:53.376861 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:54:53.377215 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:54:53.377404 tramp-get-connection-property (7) # mutex #<mutex *tramp/plinkx 
Prod*>; cache used: t
16:54:53.377964 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:54:53.378829 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:54:53.379128 tramp-get-connection-property (7) # mutex #<mutex *tramp/plinkx 
Prod*>; cache used: t
16:54:53.379810 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:54:53.380213 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:54:53.380429 tramp-get-connection-property (7) # mutex #<mutex *tramp/plinkx 
Prod*>; cache used: t
16:54:53.380886 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:54:53.381478 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:54:53.381660 tramp-get-connection-property (7) # mutex #<mutex *tramp/plinkx 
Prod*>; cache used: t
16:54:53.382101 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:54:53.382469 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:54:53.382638 tramp-get-connection-property (7) # mutex #<mutex *tramp/plinkx 
Prod*>; cache used: t
16:54:53.429059 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:54:53.429496 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:54:53.429694 tramp-get-connection-property (7) # mutex #<mutex *tramp/plinkx 
Prod*>; cache used: t
16:54:53.430148 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:54:53.430525 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:54:53.430774 tramp-get-connection-property (7) # mutex #<mutex *tramp/plinkx 
Prod*>; cache used: t
16:54:53.431237 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:54:53.431823 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:54:53.432047 tramp-get-connection-property (7) # mutex #<mutex *tramp/plinkx 
Prod*>; cache used: t
16:54:53.433203 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:54:53.433952 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:54:53.434139 tramp-get-connection-property (7) # mutex #<mutex *tramp/plinkx 
Prod*>; cache used: t
16:54:53.434601 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:54:53.435171 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:54:53.435349 tramp-get-connection-property (7) # mutex #<mutex *tramp/plinkx 
Prod*>; cache used: t
16:54:53.435792 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:54:53.440293 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:54:53.440507 tramp-get-connection-property (7) # mutex #<mutex *tramp/plinkx 
Prod*>; cache used: t
16:54:53.441208 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:54:53.441929 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:54:53.442121 tramp-get-connection-property (7) # mutex #<mutex *tramp/plinkx 
Prod*>; cache used: t
16:54:53.442582 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:54:53.443229 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:54:53.443413 tramp-get-connection-property (7) # mutex #<mutex *tramp/plinkx 
Prod*>; cache used: t
16:54:53.443860 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:54:53.444222 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:54:53.444394 tramp-get-connection-property (7) # mutex #<mutex *tramp/plinkx 
Prod*>; cache used: t
16:54:53.445284 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:54:53.445754 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:54:53.445931 tramp-get-connection-property (7) # mutex #<mutex *tramp/plinkx 
Prod*>; cache used: t
16:54:53.446369 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:54:53.446934 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:54:53.447113 tramp-get-connection-property (7) # mutex #<mutex *tramp/plinkx 
Prod*>; cache used: t
16:54:53.447548 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:54:53.447861 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:54:53.448032 tramp-get-connection-property (7) # mutex #<mutex *tramp/plinkx 
Prod*>; cache used: t
16:54:53.448477 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:54:53.449149 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:54:53.449321 tramp-get-connection-property (7) # mutex #<mutex *tramp/plinkx 
Prod*>; cache used: t
16:54:53.449855 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:54:53.450176 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:54:53.450344 tramp-get-connection-property (7) # mutex #<mutex *tramp/plinkx 
Prod*>; cache used: t
16:54:53.450799 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:54:53.451342 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:54:53.451536 tramp-get-connection-property (7) # mutex #<mutex *tramp/plinkx 
Prod*>; cache used: t
16:54:53.451996 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:54:53.452282 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:54:53.452458 tramp-get-connection-property (7) # mutex #<mutex *tramp/plinkx 
Prod*>; cache used: t
16:54:53.453054 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:54:53.454122 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:54:53.454316 tramp-get-connection-property (7) # mutex #<mutex *tramp/plinkx 
Prod*>; cache used: t
16:54:53.454774 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:54:53.455329 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:54:53.455553 tramp-get-connection-property (7) # mutex #<mutex *tramp/plinkx 
Prod*>; cache used: t
16:54:53.456291 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:54:53.457339 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:54:53.457540 tramp-get-connection-property (7) # mutex #<mutex *tramp/plinkx 
Prod*>; cache used: t
16:54:53.458250 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:54:53.459372 tramp-get-file-property (8) # /home/vt1/uidg1626/ file-truename 
/home/vt1/uidg1626; inhibit: 10; cache used: t; cached at: 16:54:53
16:54:53.459800 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:54:53.459990 tramp-get-connection-property (7) # mutex #<mutex *tramp/plinkx 
Prod*>; cache used: t
16:54:53.460440 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:54:53.461133 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:54:53.461515 tramp-get-connection-property (7) # mutex #<mutex *tramp/plinkx 
Prod*>; cache used: t
16:54:53.462336 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:54:53.462999 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:54:53.463181 tramp-get-connection-property (7) # mutex #<mutex *tramp/plinkx 
Prod*>; cache used: t
16:54:53.463765 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:54:53.464068 tramp-get-file-property (8) # /home/vt1/uidg1626/ 
file-readable-p undef; inhibit: 10; cache used: nil; cached at: nil
16:54:53.464308 tramp-get-file-property (8) # /home/vt1/uidg1626/ 
file-attributes-string nil; inhibit: 10; cache used: nil; cached at: nil
16:54:53.464643 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:54:53.464814 tramp-get-connection-property (7) # mutex #<mutex *tramp/plinkx 
Prod*>; cache used: t
16:54:53.465253 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:54:53.465817 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:54:53.466011 tramp-get-connection-property (7) # mutex #<mutex *tramp/plinkx 
Prod*>; cache used: t
16:54:53.466451 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:54:53.466821 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:54:53.467005 tramp-get-connection-property (7) # mutex #<mutex *tramp/plinkx 
Prod*>; cache used: t
16:54:53.467447 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:54:53.467993 tramp-get-file-property (8) # /home/vt1/uidg1626/ 
file-attributes-string undef; inhibit: 10; cache used: nil; cached at: nil
16:54:53.468203 tramp-get-connection-property (7) # stat env 
QUOTING_STYLE=locale \stat; cache used: t
16:54:53.468358 tramp-do-file-attributes-with-stat (5) # file attributes with 
stat: /home/vt1/uidg1626/
16:54:53.468536 tramp-get-connection-property (7) # stat env 
QUOTING_STYLE=locale \stat; cache used: t
16:54:53.468792 tramp-get-connection-property (7) # null-device /dev/null; 
cache used: t
16:54:53.468969 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:54:53.469129 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:54:53.469289 tramp-get-connection-property (7) # process-buffer nil; cache 
used: t
16:54:53.469460 tramp-get-connection-property (7) # last-cmd-time (24933 41405 
340435 0); cache used: t
16:54:53.469666 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:54:53.469818 tramp-get-connection-property (7) # remote-echo nil; cache 
used: nil
16:54:53.469967 tramp-send-command (6) # (env QUOTING_STYLE=locale \stat -c 
'((/////%N/////) %h /////%U///// /////%G///// %X %Y %Z %s /////%A///// t %i 
-1)' /home/vt1/uidg1626/ | sed -e 's/"/\\"/g' -e 's/\/\/\/\/\//"/g') 
2>/dev/null; echo tramp_exit_status $?
16:54:53.470136 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:54:53.470297 tramp-get-connection-property (7) # chunksize 0; cache used: t
16:54:53.470463 tramp-set-connection-property (7) # last-cmd-time (24933 41405 
470417 0)
16:54:53.470722 tramp-send-string (10) # (env QUOTING_STYLE=locale \stat -c 
'((/////%N/////) %h /////%U///// /////%G///// %X %Y %Z %s /////%A///// t %i 
-1)' /home/vt1/uidg1626/ | sed -e 's/"/\\"/g' -e 's/\/\/\/\/\//"/g') 
2>/dev/null; echo tramp_exit_status $?
16:54:53.470919 tramp-get-connection-property (7) # process-buffer nil; cache 
used: t
16:54:53.471113 tramp-get-connection-property (7) # locked nil; cache used: nil
16:54:53.471266 tramp-set-connection-property (7) # locked t
16:54:53.471611 tramp-flush-connection-property (7) # locked
16:54:53.471878 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:53.472047 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:53.472224 tramp-get-connection-property (7) # locked nil; cache used: nil
16:54:53.472374 tramp-set-connection-property (7) # locked t
16:54:53.505527 tramp-accept-process-output (10) # *tramp/plinkx Prod* nil run t
(("/home/vt1/uidg1626/") 5 "uidg1626" "Domain Users" 1633978302 1633977951 
1633977951 4096 "drwx------" t 88097186 -1)
16:54:53.505967 tramp-flush-connection-property (7) # locked
16:54:53.506267 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:53.506474 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:53.506722 tramp-get-connection-property (7) # locked nil; cache used: nil
16:54:53.506896 tramp-set-connection-property (7) # locked t
16:54:53.507279 tramp-accept-process-output (10) # *tramp/plinkx Prod* nil run t
(("/home/vt1/uidg1626/") 5 "uidg1626" "Domain Users" 1633978302 1633977951 
1633977951 4096 "drwx------" t 88097186 -1)
tramp_exit_status 0
///28623118589a3061b5ad9ef7029ee620#$
16:54:53.507631 tramp-flush-connection-property (7) # locked
16:54:53.507815 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:53.507973 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:53.508158 tramp-wait-for-regexp (6) # 
(("/home/vt1/uidg1626/") 5 "uidg1626" "Domain Users" 1633978302 1633977951 
1633977951 4096 "drwx------" t 88097186 -1)
tramp_exit_status 0
///28623118589a3061b5ad9ef7029ee620#$
16:54:53.508569 tramp-get-connection-property (7) # process-buffer nil; cache 
used: t
16:54:53.508853 tramp-get-connection-property (7) # process-buffer nil; cache 
used: t
16:54:53.509138 tramp-get-connection-property (7) # gid-string undef; cache 
used: nil
16:54:53.509660 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:54:53.509849 tramp-get-connection-property (7) # mutex #<mutex *tramp/plinkx 
Prod*>; cache used: t
16:54:53.510324 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:54:53.510532 tramp-get-connection-property (7) # id /usr/bin/id; cache used: 
t
16:54:53.510926 tramp-get-connection-property (7) # id /usr/bin/id; cache used: 
t
16:54:53.511378 tramp-get-connection-property (7) # null-device /dev/null; 
cache used: t
16:54:53.511651 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:54:53.511828 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:54:53.512005 tramp-get-connection-property (7) # process-buffer nil; cache 
used: t
16:54:53.512178 tramp-get-connection-property (7) # last-cmd-time (24933 41405 
470417 0); cache used: t
16:54:53.512386 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:54:53.512565 tramp-get-connection-property (7) # remote-echo nil; cache 
used: nil
16:54:53.512711 tramp-send-command (6) # /usr/bin/id -gn | sed -e s/^/\"/ -e 
s/\$/\"/ 2>/dev/null; echo tramp_exit_status $?
16:54:53.512869 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:54:53.513027 tramp-get-connection-property (7) # chunksize 0; cache used: t
16:54:53.513181 tramp-set-connection-property (7) # last-cmd-time (24933 41405 
513137 0)
16:54:53.513338 tramp-send-string (10) # /usr/bin/id -gn | sed -e s/^/\"/ -e 
s/\$/\"/ 2>/dev/null; echo tramp_exit_status $?
16:54:53.513605 tramp-get-connection-property (7) # process-buffer nil; cache 
used: t
16:54:53.513808 tramp-get-connection-property (7) # locked nil; cache used: nil
16:54:53.513963 tramp-set-connection-property (7) # locked t
16:54:53.514245 tramp-flush-connection-property (7) # locked
16:54:53.514535 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:53.514732 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:53.514916 tramp-get-connection-property (7) # locked nil; cache used: nil
16:54:53.515068 tramp-set-connection-property (7) # locked t
16:54:53.540401 tramp-accept-process-output (10) # *tramp/plinkx Prod* nil run t
"Domain Users"
16:54:53.540697 tramp-flush-connection-property (7) # locked
16:54:53.540951 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:53.541180 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:53.541589 tramp-get-connection-property (7) # locked nil; cache used: nil
16:54:53.541898 tramp-set-connection-property (7) # locked t
16:54:53.542339 tramp-accept-process-output (10) # *tramp/plinkx Prod* nil run t
"Domain Users"
tramp_exit_status 0
///28623118589a3061b5ad9ef7029ee620#$
16:54:53.542715 tramp-flush-connection-property (7) # locked
16:54:53.542992 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:53.543210 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:53.543601 tramp-wait-for-regexp (6) # 
"Domain Users"
tramp_exit_status 0
///28623118589a3061b5ad9ef7029ee620#$
16:54:53.544138 tramp-get-connection-property (7) # process-buffer nil; cache 
used: t
16:54:53.544590 tramp-get-connection-property (7) # process-buffer nil; cache 
used: t
16:54:53.544867 tramp-set-connection-property (7) # gid-string Domain Users
16:54:53.545171 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:54:53.545582 tramp-get-connection-property (7) # device (-1 . 1); cache 
used: t
16:54:53.546007 tramp-set-file-property (8) # /home/vt1/uidg1626/ 
file-attributes-string (t 5 uidg1626 Domain Users (24932 34750 0 0) (24932 
34399 0 0) (24932 34399 0 0) 4096 drwx------ nil 88097186 (-1 . 1))
16:54:53.599016 tramp-get-connection-property (7) # uid-string undef; cache 
used: nil
16:54:53.599599 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:54:53.599796 tramp-get-connection-property (7) # mutex #<mutex *tramp/plinkx 
Prod*>; cache used: t
16:54:53.600315 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:54:53.600510 tramp-get-connection-property (7) # id /usr/bin/id; cache used: 
t
16:54:53.600672 tramp-get-connection-property (7) # id /usr/bin/id; cache used: 
t
16:54:53.600834 tramp-get-connection-property (7) # null-device /dev/null; 
cache used: t
16:54:53.601006 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:54:53.601207 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:54:53.601573 tramp-get-connection-property (7) # process-buffer nil; cache 
used: t
16:54:53.601896 tramp-get-connection-property (7) # last-cmd-time (24933 41405 
513137 0); cache used: t
16:54:53.602102 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:54:53.602511 tramp-get-connection-property (7) # remote-echo nil; cache 
used: nil
16:54:53.602792 tramp-send-command (6) # /usr/bin/id -un | sed -e s/^/\"/ -e 
s/\$/\"/ 2>/dev/null; echo tramp_exit_status $?
16:54:53.602970 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:54:53.603129 tramp-get-connection-property (7) # chunksize 0; cache used: t
16:54:53.603309 tramp-set-connection-property (7) # last-cmd-time (24933 41405 
603263 0)
16:54:53.603471 tramp-send-string (10) # /usr/bin/id -un | sed -e s/^/\"/ -e 
s/\$/\"/ 2>/dev/null; echo tramp_exit_status $?
16:54:53.603804 tramp-get-connection-property (7) # process-buffer nil; cache 
used: t
16:54:53.604149 tramp-get-connection-property (7) # locked nil; cache used: nil
16:54:53.604390 tramp-set-connection-property (7) # locked t
16:54:53.604639 tramp-flush-connection-property (7) # locked
16:54:53.604934 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:53.605235 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:53.605475 tramp-get-connection-property (7) # locked nil; cache used: nil
16:54:53.605676 tramp-set-connection-property (7) # locked t
16:54:53.633679 tramp-accept-process-output (10) # *tramp/plinkx Prod* nil run t
"uidg1626"
tramp_exit_status 0
///28623118589a3061b5ad9ef7029ee620#$
16:54:53.634210 tramp-flush-connection-property (7) # locked
16:54:53.634587 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:53.634988 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:53.635361 tramp-wait-for-regexp (6) # 
"uidg1626"
tramp_exit_status 0
///28623118589a3061b5ad9ef7029ee620#$
16:54:53.635717 tramp-get-connection-property (7) # process-buffer nil; cache 
used: t
16:54:53.635961 tramp-get-connection-property (7) # process-buffer nil; cache 
used: t
16:54:53.636191 tramp-set-connection-property (7) # uid-string uidg1626
16:54:53.636436 tramp-get-connection-property (7) # gid-string Domain Users; 
cache used: t
16:54:53.637100 tramp-set-file-property (8) # /home/vt1/uidg1626/ 
file-readable-p t
16:54:53.637716 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:54:53.638027 tramp-get-connection-property (7) # mutex #<mutex *tramp/plinkx 
Prod*>; cache used: t
16:54:53.638869 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:54:53.639757 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:54:53.639947 tramp-get-connection-property (7) # mutex #<mutex *tramp/plinkx 
Prod*>; cache used: t
16:54:53.640611 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:54:53.641225 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:54:53.641410 tramp-get-connection-property (7) # mutex #<mutex *tramp/plinkx 
Prod*>; cache used: t
16:54:53.641894 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:54:53.642377 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:54:53.642719 tramp-get-connection-property (7) # mutex #<mutex *tramp/plinkx 
Prod*>; cache used: t
16:54:53.643765 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:54:53.644803 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:54:53.645111 tramp-get-connection-property (7) # mutex #<mutex *tramp/plinkx 
Prod*>; cache used: t
16:54:53.645583 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:54:53.645898 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:54:53.646146 tramp-get-connection-property (7) # mutex #<mutex *tramp/plinkx 
Prod*>; cache used: t
16:54:53.646711 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:54:53.647775 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:54:53.647962 tramp-get-connection-property (7) # mutex #<mutex *tramp/plinkx 
Prod*>; cache used: t
16:54:53.648414 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:54:53.648939 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:54:53.649134 tramp-get-connection-property (7) # mutex #<mutex *tramp/plinkx 
Prod*>; cache used: t
16:54:53.649565 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:54:53.650689 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:54:53.650887 tramp-get-connection-property (7) # mutex #<mutex *tramp/plinkx 
Prod*>; cache used: t
16:54:53.651334 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:54:53.652336 tramp-get-file-property (8) # /home/vt1/uidg1626/ file-truename 
/home/vt1/uidg1626; inhibit: 10; cache used: t; cached at: 16:54:53
16:54:53.652678 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:54:53.652852 tramp-get-connection-property (7) # mutex #<mutex *tramp/plinkx 
Prod*>; cache used: t
16:54:53.653301 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:54:53.653658 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:54:53.653829 tramp-get-connection-property (7) # mutex #<mutex *tramp/plinkx 
Prod*>; cache used: t
16:54:53.654271 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:54:53.654784 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:54:53.654958 tramp-get-connection-property (7) # mutex #<mutex *tramp/plinkx 
Prod*>; cache used: t
16:54:53.655484 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:54:53.655790 tramp-get-file-property (8) # /home/vt1/uidg1626/ 
file-readable-p t; inhibit: 10; cache used: t; cached at: 16:54:53
16:54:53.656137 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:54:53.656531 tramp-get-connection-property (7) # mutex #<mutex *tramp/plinkx 
Prod*>; cache used: t
16:54:53.657136 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:54:53.659284 tramp-handle-insert-directory (0) # Opening directory 
/plinkx:Prod:/home/vt1/uidg1626/...
16:54:53.660878 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:54:53.661228 tramp-get-connection-property (7) # mutex #<mutex *tramp/plinkx 
Prod*>; cache used: t
16:54:53.661728 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:54:53.662518 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:54:53.662710 tramp-get-connection-property (7) # mutex #<mutex *tramp/plinkx 
Prod*>; cache used: t
16:54:53.663173 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:54:53.663544 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:54:53.663717 tramp-get-connection-property (7) # mutex #<mutex *tramp/plinkx 
Prod*>; cache used: t
16:54:53.664173 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:54:53.664696 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:54:53.664875 tramp-get-connection-property (7) # mutex #<mutex *tramp/plinkx 
Prod*>; cache used: t
16:54:53.665328 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:54:53.665613 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:54:53.665777 tramp-get-connection-property (7) # mutex #<mutex *tramp/plinkx 
Prod*>; cache used: t
16:54:53.666216 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:54:53.666735 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:54:53.666910 tramp-get-connection-property (7) # mutex #<mutex *tramp/plinkx 
Prod*>; cache used: t
16:54:53.667661 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:54:53.668118 tramp-get-file-property (8) # /home/vt1/uidg1626/ file-exists-p 
t; inhibit: 10; cache used: t; cached at: 16:54:52
16:54:53.668639 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:54:53.668826 tramp-get-connection-property (7) # mutex #<mutex *tramp/plinkx 
Prod*>; cache used: t
16:54:53.669278 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:54:53.669817 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:54:53.670019 tramp-get-connection-property (7) # mutex #<mutex *tramp/plinkx 
Prod*>; cache used: t
16:54:53.670456 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:54:53.670826 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:54:53.671013 tramp-get-connection-property (7) # mutex #<mutex *tramp/plinkx 
Prod*>; cache used: t
16:54:53.671443 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:54:53.671734 tramp-get-file-property (8) # /home/vt1/uidg1626 
file-directory-p t; inhibit: 10; cache used: t; cached at: 16:54:53
16:54:53.672109 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:54:53.672294 tramp-get-connection-property (7) # mutex #<mutex *tramp/plinkx 
Prod*>; cache used: t
16:54:53.672748 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:54:53.673298 tramp-get-file-property (8) # /home/vt1/uidg1626/ 
directory-files-and-attributes-string undef; inhibit: 10; cache used: nil; 
cached at: nil
16:54:53.673521 tramp-get-connection-property (7) # stat env 
QUOTING_STYLE=locale \stat; cache used: t
16:54:53.673678 tramp-do-directory-files-and-attributes-with-stat (5) # 
directory-files-and-attributes with stat: /home/vt1/uidg1626/
16:54:53.673912 tramp-get-connection-property (7) # ls undef; cache used: nil
16:54:53.674080 tramp-get-ls-command (5) # Finding a suitable ls command
16:54:53.674243 tramp-get-connection-property (7) # process-buffer nil; cache 
used: t
16:54:53.674414 tramp-get-connection-property (7) # process-buffer nil; cache 
used: t
16:54:53.674708 tramp-get-connection-property (7) # remote-path (/usr/bin /bin 
/sbin /usr/sbin /usr/local/bin /usr/local/sbin); cache used: t
16:54:53.674918 tramp-get-connection-property (7) # process-buffer nil; cache 
used: t
16:54:53.675150 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:54:53.675308 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:54:53.675461 tramp-get-connection-property (7) # process-buffer nil; cache 
used: t
16:54:53.675615 tramp-get-connection-property (7) # last-cmd-time (24933 41405 
603263 0); cache used: t
16:54:53.675802 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:54:53.676255 tramp-get-connection-property (7) # remote-echo nil; cache 
used: nil
16:54:53.676752 tramp-send-command (6) # while read d; do if test -x $d/ls && 
test -f $d/ls; then echo tramp_executable $d/ls; break; fi; done 
<<'31db03d59d37f2b1acb1f8ce5f93b735'
/usr/bin
/bin
/sbin
/usr/sbin
/usr/local/bin
/usr/local/sbin
31db03d59d37f2b1acb1f8ce5f93b735
16:54:53.677234 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:54:53.677650 tramp-get-connection-property (7) # chunksize 0; cache used: t
16:54:53.678169 tramp-set-connection-property (7) # last-cmd-time (24933 41405 
678036 0)
16:54:53.678555 tramp-send-string (10) # while read d; do if test -x $d/ls && 
test -f $d/ls; then echo tramp_executable $d/ls; break; fi; done 
<<'31db03d59d37f2b1acb1f8ce5f93b735'
/usr/bin
/bin
/sbin
/usr/sbin
/usr/local/bin
/usr/local/sbin
31db03d59d37f2b1acb1f8ce5f93b735
16:54:53.678805 tramp-get-connection-property (7) # process-buffer nil; cache 
used: t
16:54:53.679163 tramp-get-connection-property (7) # locked nil; cache used: nil
16:54:53.679344 tramp-set-connection-property (7) # locked t
16:54:53.679585 tramp-flush-connection-property (7) # locked
16:54:53.679762 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:53.679915 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:53.680226 tramp-get-connection-property (7) # locked nil; cache used: nil
16:54:53.680393 tramp-set-connection-property (7) # locked t
16:54:53.704825 tramp-accept-process-output (10) # *tramp/plinkx Prod* nil run t
tramp_executable /usr/bin/ls
///28623118589a3061b5ad9ef7029ee620#$
16:54:53.705161 tramp-flush-connection-property (7) # locked
16:54:53.705388 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:53.705589 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:53.705785 tramp-wait-for-regexp (6) # 
tramp_executable /usr/bin/ls
///28623118589a3061b5ad9ef7029ee620#$
16:54:53.706279 tramp-get-connection-property (7) # null-device /dev/null; 
cache used: t
16:54:53.706524 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:54:53.706746 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:54:53.706973 tramp-get-connection-property (7) # process-buffer nil; cache 
used: t
16:54:53.707160 tramp-get-connection-property (7) # last-cmd-time (24933 41405 
678036 0); cache used: t
16:54:53.707433 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:54:53.707624 tramp-get-connection-property (7) # remote-echo nil; cache 
used: nil
16:54:53.707780 tramp-send-command (6) # /usr/bin/ls -lnd / 2>/dev/null; echo 
tramp_exit_status $?
16:54:53.707982 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:54:53.708147 tramp-get-connection-property (7) # chunksize 0; cache used: t
16:54:53.708321 tramp-set-connection-property (7) # last-cmd-time (24933 41405 
708272 0)
16:54:53.708486 tramp-send-string (10) # /usr/bin/ls -lnd / 2>/dev/null; echo 
tramp_exit_status $?
16:54:53.708644 tramp-get-connection-property (7) # process-buffer nil; cache 
used: t
16:54:53.708820 tramp-get-connection-property (7) # locked nil; cache used: nil
16:54:53.708979 tramp-set-connection-property (7) # locked t
16:54:53.709289 tramp-flush-connection-property (7) # locked
16:54:53.709710 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:53.709934 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:53.710101 tramp-get-connection-property (7) # locked nil; cache used: nil
16:54:53.710369 tramp-set-connection-property (7) # locked t
16:54:53.747645 tramp-accept-process-output (10) # *tramp/plinkx Prod* nil run t
dr-xr-xr-x. 19 0 0 266 Sep 27 19:30 /
tramp_exit_status 0
///28623118589a3061b5ad9ef7029ee620#$
16:54:53.748069 tramp-flush-connection-property (7) # locked
16:54:53.748285 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:53.748474 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:53.748729 tramp-wait-for-regexp (6) # 
dr-xr-xr-x. 19 0 0 266 Sep 27 19:30 /
tramp_exit_status 0
///28623118589a3061b5ad9ef7029ee620#$
16:54:53.749342 tramp-get-connection-property (7) # process-buffer nil; cache 
used: t
16:54:53.749642 tramp-get-connection-property (7) # null-device /dev/null; 
cache used: t
16:54:53.749884 tramp-get-connection-property (7) # null-device /dev/null; 
cache used: t
16:54:53.750071 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:54:53.750232 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:54:53.750385 tramp-get-connection-property (7) # process-buffer nil; cache 
used: t
16:54:53.750558 tramp-get-connection-property (7) # last-cmd-time (24933 41405 
708272 0); cache used: t
16:54:53.750812 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:54:53.751156 tramp-get-connection-property (7) # remote-echo nil; cache 
used: nil
16:54:53.751347 tramp-send-command (6) # /usr/bin/ls --color=never -al 
/dev/null 2>/dev/null; echo tramp_exit_status $?
16:54:53.751519 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:54:53.751683 tramp-get-connection-property (7) # chunksize 0; cache used: t
16:54:53.751875 tramp-set-connection-property (7) # last-cmd-time (24933 41405 
751827 0)
16:54:53.752042 tramp-send-string (10) # /usr/bin/ls --color=never -al 
/dev/null 2>/dev/null; echo tramp_exit_status $?
16:54:53.752202 tramp-get-connection-property (7) # process-buffer nil; cache 
used: t
16:54:53.752384 tramp-get-connection-property (7) # locked nil; cache used: nil
16:54:53.752535 tramp-set-connection-property (7) # locked t
16:54:53.752803 tramp-flush-connection-property (7) # locked
16:54:53.753132 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:53.753386 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:53.753554 tramp-get-connection-property (7) # locked nil; cache used: nil
16:54:53.753700 tramp-set-connection-property (7) # locked t
16:54:53.786346 tramp-accept-process-output (10) # *tramp/plinkx Prod* nil run t
crw-rw-rw-. 1 root root 1, 3 Sep 26 11:24 /dev/null
tramp_exit_status 0
///28623118589a3061b5ad9ef7029ee620#$
16:54:53.786595 tramp-flush-connection-property (7) # locked
16:54:53.786798 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:53.786967 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:53.787156 tramp-wait-for-regexp (6) # 
crw-rw-rw-. 1 root root 1, 3 Sep 26 11:24 /dev/null
tramp_exit_status 0
///28623118589a3061b5ad9ef7029ee620#$
16:54:53.787594 tramp-get-connection-property (7) # process-buffer nil; cache 
used: t
16:54:53.787868 tramp-set-connection-property (7) # ls /usr/bin/ls --color=never
16:54:53.788039 tramp-get-connection-property (7) # ls--quoting-style=literal 
--show-control-chars undef; cache used: nil
16:54:53.788233 tramp-get-ls-command-with (5) # Checking, whether ls 
--quoting-style=literal --show-control-chars works
16:54:53.788394 tramp-get-connection-property (7) # ls /usr/bin/ls 
--color=never; cache used: t
16:54:53.788563 tramp-get-connection-property (7) # null-device /dev/null; 
cache used: t
16:54:53.788762 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:54:53.788927 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:54:53.789087 tramp-get-connection-property (7) # process-buffer nil; cache 
used: t
16:54:53.789250 tramp-get-connection-property (7) # last-cmd-time (24933 41405 
751827 0); cache used: t
16:54:53.789458 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:54:53.789620 tramp-get-connection-property (7) # remote-echo nil; cache 
used: nil
16:54:53.789865 tramp-send-command (6) # /usr/bin/ls --color=never --help 2>&1 
| grep -iq busybox 2>/dev/null; echo tramp_exit_status $?
16:54:53.790042 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:54:53.790207 tramp-get-connection-property (7) # chunksize 0; cache used: t
16:54:53.790373 tramp-set-connection-property (7) # last-cmd-time (24933 41405 
790327 0)
16:54:53.790538 tramp-send-string (10) # /usr/bin/ls --color=never --help 2>&1 
| grep -iq busybox 2>/dev/null; echo tramp_exit_status $?
16:54:53.790748 tramp-get-connection-property (7) # process-buffer nil; cache 
used: t
16:54:53.790938 tramp-get-connection-property (7) # locked nil; cache used: nil
16:54:53.791091 tramp-set-connection-property (7) # locked t
16:54:53.791382 tramp-flush-connection-property (7) # locked
16:54:53.791823 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:53.792031 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:53.792287 tramp-get-connection-property (7) # locked nil; cache used: nil
16:54:53.792459 tramp-set-connection-property (7) # locked t
16:54:53.822252 tramp-accept-process-output (10) # *tramp/plinkx Prod* nil run t
tramp_exit_status 1
///28623118589a3061b5ad9ef7029ee620#$
16:54:53.822481 tramp-flush-connection-property (7) # locked
16:54:53.822685 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:53.822852 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:53.823151 tramp-wait-for-regexp (6) # 
tramp_exit_status 1
///28623118589a3061b5ad9ef7029ee620#$
16:54:53.823574 tramp-get-connection-property (7) # process-buffer nil; cache 
used: t
16:54:53.823840 tramp-get-connection-property (7) # ls /usr/bin/ls 
--color=never; cache used: t
16:54:53.824030 tramp-get-connection-property (7) # null-device /dev/null; 
cache used: t
16:54:53.824213 tramp-get-connection-property (7) # null-device /dev/null; 
cache used: t
16:54:53.824425 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:54:53.824607 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:54:53.824862 tramp-get-connection-property (7) # process-buffer nil; cache 
used: t
16:54:53.825279 tramp-get-connection-property (7) # last-cmd-time (24933 41405 
790327 0); cache used: t
16:54:53.825755 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:54:53.825945 tramp-get-connection-property (7) # remote-echo nil; cache 
used: nil
16:54:53.826099 tramp-send-command (6) # /usr/bin/ls --color=never 
--quoting-style=literal --show-control-chars -al /dev/null 2>/dev/null; echo 
tramp_exit_status $?
16:54:53.826265 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:54:53.826423 tramp-get-connection-property (7) # chunksize 0; cache used: t
16:54:53.826613 tramp-set-connection-property (7) # last-cmd-time (24933 41405 
826561 0)
16:54:53.826780 tramp-send-string (10) # /usr/bin/ls --color=never 
--quoting-style=literal --show-control-chars -al /dev/null 2>/dev/null; echo 
tramp_exit_status $?
16:54:53.826948 tramp-get-connection-property (7) # process-buffer nil; cache 
used: t
16:54:53.827132 tramp-get-connection-property (7) # locked nil; cache used: nil
16:54:53.827282 tramp-set-connection-property (7) # locked t
16:54:53.827509 tramp-flush-connection-property (7) # locked
16:54:53.827909 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:53.828274 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:53.828454 tramp-get-connection-property (7) # locked nil; cache used: nil
16:54:53.828620 tramp-set-connection-property (7) # locked t
16:54:53.854444 tramp-accept-process-output (10) # *tramp/plinkx Prod* nil run t
crw-rw-rw-. 1 root root 1, 3 Sep 26 11:24 /dev/null
tramp_exit_status 0
///28623118589a3061b5ad9ef7029ee620#$
16:54:53.854743 tramp-flush-connection-property (7) # locked
16:54:53.854937 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:53.855108 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:53.855304 tramp-wait-for-regexp (6) # 
crw-rw-rw-. 1 root root 1, 3 Sep 26 11:24 /dev/null
tramp_exit_status 0
///28623118589a3061b5ad9ef7029ee620#$
16:54:53.855644 tramp-get-connection-property (7) # process-buffer nil; cache 
used: t
16:54:53.906216 tramp-set-connection-property (7) # ls--quoting-style=literal 
--show-control-chars --quoting-style=literal --show-control-chars
16:54:53.906509 tramp-get-connection-property (7) # stat env 
QUOTING_STYLE=locale \stat; cache used: t
16:54:53.906732 tramp-get-connection-property (7) # null-device /dev/null; 
cache used: t
16:54:53.906984 tramp-get-connection-property (7) # null-device /dev/null; 
cache used: t
16:54:53.907218 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:54:53.907490 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:54:53.907705 tramp-get-connection-property (7) # process-buffer nil; cache 
used: t
16:54:53.907882 tramp-get-connection-property (7) # last-cmd-time (24933 41405 
826561 0); cache used: t
16:54:53.908346 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:54:53.908555 tramp-get-connection-property (7) # remote-echo nil; cache 
used: nil
16:54:53.908708 tramp-send-command (6) # cd /home/vt1/uidg1626/ && echo "("; 
(/usr/bin/ls --color=never --quoting-style=literal --show-control-chars -a | tr 
'\n\r' '\000\000' | xargs -0 env QUOTING_STYLE=locale \stat -c '(/////%n///// 
(/////%N/////) %h /////%U///// /////%G///// %X %Y %Z %s /////%A///// t %i -1)' 
-- 2>/dev/null | sed -e 's/"/\\"/g' -e 's/\/\/\/\/\//"/g'); echo ")" 
2>/dev/null; echo tramp_exit_status $?
16:54:53.908896 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:54:53.909053 tramp-get-connection-property (7) # chunksize 0; cache used: t
16:54:53.909214 tramp-set-connection-property (7) # last-cmd-time (24933 41405 
909168 0)
16:54:53.909488 tramp-send-string (10) # cd /home/vt1/uidg1626/ && echo "("; 
(/usr/bin/ls --color=never --quoting-style=literal --show-control-chars -a | tr 
'\n\r' '\000\000' | xargs -0 env QUOTING_STYLE=locale \stat -c '(/////%n///// 
(/////%N/////) %h /////%U///// /////%G///// %X %Y %Z %s /////%A///// t %i -1)' 
-- 2>/dev/null | sed -e 's/"/\\"/g' -e 's/\/\/\/\/\//"/g'); echo ")" 
2>/dev/null; echo tramp_exit_status $?
16:54:53.909831 tramp-get-connection-property (7) # process-buffer nil; cache 
used: t
16:54:53.910027 tramp-get-connection-property (7) # locked nil; cache used: nil
16:54:53.910178 tramp-set-connection-property (7) # locked t
16:54:53.910423 tramp-flush-connection-property (7) # locked
16:54:53.910602 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:53.910748 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:53.910900 tramp-get-connection-property (7) # locked nil; cache used: nil
16:54:53.911118 tramp-set-connection-property (7) # locked t
16:54:53.938873 tramp-accept-process-output (10) # *tramp/plinkx Prod* nil run t
(
16:54:53.939133 tramp-flush-connection-property (7) # locked
16:54:53.939393 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:53.939572 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:53.939748 tramp-get-connection-property (7) # locked nil; cache used: nil
16:54:53.939901 tramp-set-connection-property (7) # locked t
16:54:53.943514 tramp-accept-process-output (10) # *tramp/plinkx Prod* nil run t
(
("." (".") 5 "uidg1626" "Domain Users" 1633978302 1633977951 1633977951 4096 
"drwx------" t 88097186 -1)
(".." ("..") 4 "root" "root" 1633896123 1631877805 1631877805 42 "drwxr-xr-x" t 
37775609 -1)
("2021-08-03_shard.tar.gz" ("2021-08-03_shard.tar.gz") 1 "uidg1626" "Domain 
Users" 1633704201 1633100394 1633100394 467856 "-rw-r-----" t 88097744 -1)
("2021-08-05_shard" ("2021-08-05_shard") 2 "uidg1626" "Domain Users" 1633703724 
1633703662 1633703662 6 "drwxr-x---" t 159656140 -1)
("2021-08-11_shard.tar.gz" ("2021-08-11_shard.tar.gz") 1 "uidg1626" "Domain 
Users" 1633888747 1628655242 1633977952 1473421 "-rw-r--r--" t 88097746 -1)
(".bash_history" (".bash_history") 1 "uidg1626" "Domain Users" 1634050491 
1634050491 1634050491 5987 "-rw-------" t 88097743 -1)
(".bash_logout" (".bash_logout") 1 "uidg1626" "Domain Users" 1633899125 
1631877805 1631877805 18 "-rw-------" t 88097187 -1)
(".bash_profile" (".bash_profile") 1 "uidg1626" "Domain Users" 1633891924 
1631877805 1631877805 193 "-rw-------" t 88097188 -1)
(".bashrc" (".bashrc") 1 "uidg1626" "Domain Users" 1634021530 1631877805 
1631877805 231 "-rw-------" t 88097189 -1)
(".emacs.d" (".emacs.d") 3 "uidg1626" "Domain Users" 1633893756 1633101998 
1633101998 28 "drwx------" t 58918049 -1)
("InstalledPackages.csv" ("InstalledPackages.csv") 1 "uidg1626" "Domain Users" 
1634021701 1632775275 1632775275 33176 "-rw-r-----" t 88116432 -1)
("shard_RH.sh" ("shard_RH.sh") 1 "uidg1626" "Domain Users" 1633810187 
1633101835 1633101835 899 "-rwxr-x---" t 88097747 -1)
("shard_RH.sh~" ("shard_RH.sh~") 1 "uidg1626" "Domain Users" 1633101702 
1633101519 1633101835 895 "-rwxr-x---" t 88097745 -1)
("shiny-server-1.5.16.958-x86_64.rpm" ("shiny-server-1.5.16.958-x86_64.rpm") 1 
"uidg1626" "Domain Users" 1632815482 1610057297 1632815443 51244472 
"-rw-r-----" t 88163908 -1)
(".ssh" (".ssh") 2 "uidg1626" "Domain Users" 1633892482 1632645713 1632645713 
48 "drwx------" t 113261588 -1)
("tramp-2.5.1.3.signed" ("tramp-2.5.1.3.signed") 1 "uidg1626" "Domain Users" 
1633888490 1633888490 1633895797 154 "-rw-rw-rw-" t 88266607 -1)
("yum.list" ("yum.list") 1 "uidg1626" "Domain Users" 1634021541 1632774994 
1632774994 11614 "-rw-r-----" t 88112394 -1)
16:54:53.943868 tramp-flush-connection-property (7) # locked
16:54:53.944055 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:53.944207 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:53.944474 tramp-get-connection-property (7) # locked nil; cache used: nil
16:54:53.944625 tramp-set-connection-property (7) # locked t
16:54:53.944910 tramp-accept-process-output (10) # *tramp/plinkx Prod* nil run t
(
("." (".") 5 "uidg1626" "Domain Users" 1633978302 1633977951 1633977951 4096 
"drwx------" t 88097186 -1)
(".." ("..") 4 "root" "root" 1633896123 1631877805 1631877805 42 "drwxr-xr-x" t 
37775609 -1)
("2021-08-03_shard.tar.gz" ("2021-08-03_shard.tar.gz") 1 "uidg1626" "Domain 
Users" 1633704201 1633100394 1633100394 467856 "-rw-r-----" t 88097744 -1)
("2021-08-05_shard" ("2021-08-05_shard") 2 "uidg1626" "Domain Users" 1633703724 
1633703662 1633703662 6 "drwxr-x---" t 159656140 -1)
("2021-08-11_shard.tar.gz" ("2021-08-11_shard.tar.gz") 1 "uidg1626" "Domain 
Users" 1633888747 1628655242 1633977952 1473421 "-rw-r--r--" t 88097746 -1)
(".bash_history" (".bash_history") 1 "uidg1626" "Domain Users" 1634050491 
1634050491 1634050491 5987 "-rw-------" t 88097743 -1)
(".bash_logout" (".bash_logout") 1 "uidg1626" "Domain Users" 1633899125 
1631877805 1631877805 18 "-rw-------" t 88097187 -1)
(".bash_profile" (".bash_profile") 1 "uidg1626" "Domain Users" 1633891924 
1631877805 1631877805 193 "-rw-------" t 88097188 -1)
(".bashrc" (".bashrc") 1 "uidg1626" "Domain Users" 1634021530 1631877805 
1631877805 231 "-rw-------" t 88097189 -1)
(".emacs.d" (".emacs.d") 3 "uidg1626" "Domain Users" 1633893756 1633101998 
1633101998 28 "drwx------" t 58918049 -1)
("InstalledPackages.csv" ("InstalledPackages.csv") 1 "uidg1626" "Domain Users" 
1634021701 1632775275 1632775275 33176 "-rw-r-----" t 88116432 -1)
("shard_RH.sh" ("shard_RH.sh") 1 "uidg1626" "Domain Users" 1633810187 
1633101835 1633101835 899 "-rwxr-x---" t 88097747 -1)
("shard_RH.sh~" ("shard_RH.sh~") 1 "uidg1626" "Domain Users" 1633101702 
1633101519 1633101835 895 "-rwxr-x---" t 88097745 -1)
("shiny-server-1.5.16.958-x86_64.rpm" ("shiny-server-1.5.16.958-x86_64.rpm") 1 
"uidg1626" "Domain Users" 1632815482 1610057297 1632815443 51244472 
"-rw-r-----" t 88163908 -1)
(".ssh" (".ssh") 2 "uidg1626" "Domain Users" 1633892482 1632645713 1632645713 
48 "drwx------" t 113261588 -1)
("tramp-2.5.1.3.signed" ("tramp-2.5.1.3.signed") 1 "uidg1626" "Domain Users" 
1633888490 1633888490 1633895797 154 "-rw-rw-rw-" t 88266607 -1)
("yum.list" ("yum.list") 1 "uidg1626" "Domain Users" 1634021541 1632774994 
1632774994 11614 "-rw-r-----" t 88112394 -1)
)
tramp_exit_status 0
///28623118589a3061b5ad9ef7029ee620#$
16:54:53.945286 tramp-flush-connection-property (7) # locked
16:54:53.945434 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:53.945576 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:53.945749 tramp-wait-for-regexp (6) # 
(
("." (".") 5 "uidg1626" "Domain Users" 1633978302 1633977951 1633977951 4096 
"drwx------" t 88097186 -1)
(".." ("..") 4 "root" "root" 1633896123 1631877805 1631877805 42 "drwxr-xr-x" t 
37775609 -1)
("2021-08-03_shard.tar.gz" ("2021-08-03_shard.tar.gz") 1 "uidg1626" "Domain 
Users" 1633704201 1633100394 1633100394 467856 "-rw-r-----" t 88097744 -1)
("2021-08-05_shard" ("2021-08-05_shard") 2 "uidg1626" "Domain Users" 1633703724 
1633703662 1633703662 6 "drwxr-x---" t 159656140 -1)
("2021-08-11_shard.tar.gz" ("2021-08-11_shard.tar.gz") 1 "uidg1626" "Domain 
Users" 1633888747 1628655242 1633977952 1473421 "-rw-r--r--" t 88097746 -1)
(".bash_history" (".bash_history") 1 "uidg1626" "Domain Users" 1634050491 
1634050491 1634050491 5987 "-rw-------" t 88097743 -1)
(".bash_logout" (".bash_logout") 1 "uidg1626" "Domain Users" 1633899125 
1631877805 1631877805 18 "-rw-------" t 88097187 -1)
(".bash_profile" (".bash_profile") 1 "uidg1626" "Domain Users" 1633891924 
1631877805 1631877805 193 "-rw-------" t 88097188 -1)
(".bashrc" (".bashrc") 1 "uidg1626" "Domain Users" 1634021530 1631877805 
1631877805 231 "-rw-------" t 88097189 -1)
(".emacs.d" (".emacs.d") 3 "uidg1626" "Domain Users" 1633893756 1633101998 
1633101998 28 "drwx------" t 58918049 -1)
("InstalledPackages.csv" ("InstalledPackages.csv") 1 "uidg1626" "Domain Users" 
1634021701 1632775275 1632775275 33176 "-rw-r-----" t 88116432 -1)
("shard_RH.sh" ("shard_RH.sh") 1 "uidg1626" "Domain Users" 1633810187 
1633101835 1633101835 899 "-rwxr-x---" t 88097747 -1)
("shard_RH.sh~" ("shard_RH.sh~") 1 "uidg1626" "Domain Users" 1633101702 
1633101519 1633101835 895 "-rwxr-x---" t 88097745 -1)
("shiny-server-1.5.16.958-x86_64.rpm" ("shiny-server-1.5.16.958-x86_64.rpm") 1 
"uidg1626" "Domain Users" 1632815482 1610057297 1632815443 51244472 
"-rw-r-----" t 88163908 -1)
(".ssh" (".ssh") 2 "uidg1626" "Domain Users" 1633892482 1632645713 1632645713 
48 "drwx------" t 113261588 -1)
("tramp-2.5.1.3.signed" ("tramp-2.5.1.3.signed") 1 "uidg1626" "Domain Users" 
1633888490 1633888490 1633895797 154 "-rw-rw-rw-" t 88266607 -1)
("yum.list" ("yum.list") 1 "uidg1626" "Domain Users" 1634021541 1632774994 
1632774994 11614 "-rw-r-----" t 88112394 -1)
)
tramp_exit_status 0
///28623118589a3061b5ad9ef7029ee620#$
16:54:53.946227 tramp-get-connection-property (7) # process-buffer nil; cache 
used: t
16:54:53.946557 tramp-get-connection-property (7) # process-buffer nil; cache 
used: t
16:54:53.946953 tramp-get-connection-property (7) # gid-string Domain Users; 
cache used: t
16:54:53.947115 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:54:53.947286 tramp-get-connection-property (7) # device (-1 . 1); cache 
used: t
16:54:53.947472 tramp-get-connection-property (7) # gid-string Domain Users; 
cache used: t
16:54:53.947629 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:54:53.947778 tramp-get-connection-property (7) # device (-1 . 1); cache 
used: t
16:54:53.948016 tramp-get-connection-property (7) # gid-string Domain Users; 
cache used: t
16:54:53.948166 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:54:53.948341 tramp-get-connection-property (7) # device (-1 . 1); cache 
used: t
16:54:53.948519 tramp-get-connection-property (7) # gid-string Domain Users; 
cache used: t
16:54:53.948664 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:54:53.948810 tramp-get-connection-property (7) # device (-1 . 1); cache 
used: t
16:54:53.949031 tramp-get-connection-property (7) # gid-string Domain Users; 
cache used: t
16:54:53.949182 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:54:53.949363 tramp-get-connection-property (7) # device (-1 . 1); cache 
used: t
16:54:53.949562 tramp-get-connection-property (7) # gid-string Domain Users; 
cache used: t
16:54:53.949710 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:54:53.949857 tramp-get-connection-property (7) # device (-1 . 1); cache 
used: t
16:54:53.950046 tramp-get-connection-property (7) # gid-string Domain Users; 
cache used: t
16:54:53.950191 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:54:53.950355 tramp-get-connection-property (7) # device (-1 . 1); cache 
used: t
16:54:53.950549 tramp-get-connection-property (7) # gid-string Domain Users; 
cache used: t
16:54:53.950694 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:54:53.950841 tramp-get-connection-property (7) # device (-1 . 1); cache 
used: t
16:54:53.951024 tramp-get-connection-property (7) # gid-string Domain Users; 
cache used: t
16:54:53.951171 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:54:53.951334 tramp-get-connection-property (7) # device (-1 . 1); cache 
used: t
16:54:53.951510 tramp-get-connection-property (7) # gid-string Domain Users; 
cache used: t
16:54:53.951656 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:54:53.951802 tramp-get-connection-property (7) # device (-1 . 1); cache 
used: t
16:54:53.952013 tramp-get-connection-property (7) # gid-string Domain Users; 
cache used: t
16:54:53.952160 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:54:53.952322 tramp-get-connection-property (7) # device (-1 . 1); cache 
used: t
16:54:53.952509 tramp-get-connection-property (7) # gid-string Domain Users; 
cache used: t
16:54:53.952650 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:54:53.952798 tramp-get-connection-property (7) # device (-1 . 1); cache 
used: t
16:54:53.952989 tramp-get-connection-property (7) # gid-string Domain Users; 
cache used: t
16:54:53.953136 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:54:53.953298 tramp-get-connection-property (7) # device (-1 . 1); cache 
used: t
16:54:53.953563 tramp-get-connection-property (7) # gid-string Domain Users; 
cache used: t
16:54:53.953711 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:54:53.953856 tramp-get-connection-property (7) # device (-1 . 1); cache 
used: t
16:54:53.954026 tramp-get-connection-property (7) # gid-string Domain Users; 
cache used: t
16:54:53.954170 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:54:53.954329 tramp-get-connection-property (7) # device (-1 . 1); cache 
used: t
16:54:53.954533 tramp-get-connection-property (7) # gid-string Domain Users; 
cache used: t
16:54:53.954678 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:54:53.954823 tramp-get-connection-property (7) # device (-1 . 1); cache 
used: t
16:54:53.955003 tramp-get-connection-property (7) # gid-string Domain Users; 
cache used: t
16:54:53.955152 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:54:53.955315 tramp-get-connection-property (7) # device (-1 . 1); cache 
used: t
16:54:53.955542 tramp-set-file-property (8) # /home/vt1/uidg1626/ 
directory-files-and-attributes-string ((. t 5 uidg1626 Domain Users (24932 
34750 0 0) (24932 34399 0 0) (24932 34399 0 0) 4096 drwx------ nil 88097186 (-1 
. 1)) (.. t 4 root root (24931 18107 0 0) (24900 31405 0 0) (24900 31405 0 0) 
42 drwxr-xr-x t 37775609 (-1 . 1)) (2021-08-03_shard.tar.gz nil 1 uidg1626 
Domain Users (24928 22793 0 0) (24919 8810 0 0) (24919 8810 0 0) 467856 
-rw-r----- nil 88097744 (-1 . 1)) (2021-08-05_shard t 2 uidg1626 Domain Users 
(24928 22316 0 0) (24928 22254 0 0) (24928 22254 0 0) 6 drwxr-x--- nil 
159656140 (-1 . 1)) (2021-08-11_shard.tar.gz nil 1 uidg1626 Domain Users (24931 
10731 0 0) (24851 20106 0 0) (24932 34400 0 0) 1473421 -rw-r--r-- nil 88097746 
(-1 . 1)) (.bash_history nil 1 uidg1626 Domain Users (24933 41403 0 0) (24933 
41403 0 0) (24933 41403 0 0) 5987 -rw------- nil 88097743 (-1 . 1)) 
(.bash_logout nil 1 uidg1626 Domain Users (24931 21109 0 0) (24900 31405 0 0) 
(24900 31405 0 0) 18 -rw------- nil 88097187 (-1 . 1)) (.bash_profile nil 1 
uidg1626 Domain Users (24931 13908 0 0) (24900 31405 0 0) (24900 31405 0 0) 193 
-rw------- nil 88097188 (-1 . 1)) (.bashrc nil 1 uidg1626 Domain Users (24933 
12442 0 0) (24900 31405 0 0) (24900 31405 0 0) 231 -rw------- nil 88097189 (-1 
. 1)) (.emacs.d t 3 uidg1626 Domain Users (24931 15740 0 0) (24919 10414 0 0) 
(24919 10414 0 0) 28 drwx------ nil 58918049 (-1 . 1)) (InstalledPackages.csv 
nil 1 uidg1626 Domain Users (24933 12613 0 0) (24914 11371 0 0) (24914 11371 0 
0) 33176 -rw-r----- nil 88116432 (-1 . 1)) (shard_RH.sh nil 1 uidg1626 Domain 
Users (24929 63243 0 0) (24919 10251 0 0) (24919 10251 0 0) 899 -rwxr-x--- nil 
88097747 (-1 . 1)) (shard_RH.sh~ nil 1 uidg1626 Domain Users (24919 10118 0 0) 
(24919 9935 0 0) (24919 10251 0 0) 895 -rwxr-x--- nil 88097745 (-1 . 1)) 
(shiny-server-1.5.16.958-x86_64.rpm nil 1 uidg1626 Domain Users (24914 51578 0 
0) (24567 34385 0 0) (24914 51539 0 0) 51244472 -rw-r----- nil 88163908 (-1 . 
1)) (.ssh t 2 uidg1626 Domain Users (24931 14466 0 0) (24912 12881 0 0) (24912 
12881 0 0) 48 drwx------ nil 113261588 (-1 . 1)) (tramp-2.5.1.3.signed nil 1 
uidg1626 Domain Users (24931 10474 0 0) (24931 10474 0 0) (24931 17781 0 0) 154 
-rw-rw-rw- nil 88266607 (-1 . 1)) (yum.list nil 1 uidg1626 Domain Users (24933 
12453 0 0) (24914 11090 0 0) (24914 11090 0 0) 11614 -rw-r----- nil 88112394 
(-1 . 1)))
16:54:53.957773 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:54:53.958247 tramp-get-connection-property (7) # mutex #<mutex *tramp/plinkx 
Prod*>; cache used: t
16:54:53.958770 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:54:53.959372 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:54:53.959553 tramp-get-connection-property (7) # mutex #<mutex *tramp/plinkx 
Prod*>; cache used: t
16:54:53.959999 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:54:53.960326 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:54:53.960491 tramp-get-connection-property (7) # mutex #<mutex *tramp/plinkx 
Prod*>; cache used: t
16:54:53.960923 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:54:53.961604 tramp-get-connection-property (7) # df undef; cache used: nil
16:54:53.961888 tramp-get-remote-df (5) # Finding a suitable df command
16:54:53.962064 tramp-get-connection-property (7) # process-buffer nil; cache 
used: t
16:54:53.962249 tramp-get-connection-property (7) # process-buffer nil; cache 
used: t
16:54:53.962566 tramp-get-connection-property (7) # remote-path (/usr/bin /bin 
/sbin /usr/sbin /usr/local/bin /usr/local/sbin); cache used: t
16:54:53.962771 tramp-get-connection-property (7) # process-buffer nil; cache 
used: t
16:54:53.962934 tramp-get-connection-property (7) # uname Linux 
3.10.0-1160.36.2.el7.x86_64; cache used: t
16:54:53.963108 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:54:53.963276 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:54:53.963429 tramp-get-connection-property (7) # process-buffer nil; cache 
used: t
16:54:53.963580 tramp-get-connection-property (7) # last-cmd-time (24933 41405 
909168 0); cache used: t
16:54:53.963760 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:54:53.963910 tramp-get-connection-property (7) # remote-echo nil; cache 
used: nil
16:54:53.964062 tramp-send-command (6) # which \df | wc -w
16:54:53.964218 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:54:53.964364 tramp-get-connection-property (7) # chunksize 0; cache used: t
16:54:53.964516 tramp-set-connection-property (7) # last-cmd-time (24933 41405 
964474 0)
16:54:53.964663 tramp-send-string (10) # which \df | wc -w
16:54:53.964809 tramp-get-connection-property (7) # process-buffer nil; cache 
used: t
16:54:53.964980 tramp-get-connection-property (7) # locked nil; cache used: nil
16:54:53.965123 tramp-set-connection-property (7) # locked t
16:54:53.965432 tramp-flush-connection-property (7) # locked
16:54:53.965693 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:53.965856 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:53.966032 tramp-get-connection-property (7) # locked nil; cache used: nil
16:54:53.966199 tramp-set-connection-property (7) # locked t
16:54:53.997357 tramp-accept-process-output (10) # *tramp/plinkx Prod* nil run t
1
16:54:53.997576 tramp-flush-connection-property (7) # locked
16:54:53.997758 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:53.997933 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:53.998117 tramp-get-connection-property (7) # locked nil; cache used: nil
16:54:53.998275 tramp-set-connection-property (7) # locked t
16:54:53.998567 tramp-accept-process-output (10) # *tramp/plinkx Prod* nil run t
1
///28623118589a3061b5ad9ef7029ee620#$
16:54:53.998739 tramp-flush-connection-property (7) # locked
16:54:53.998888 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:53.999033 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:53.999225 tramp-wait-for-regexp (6) # 
1
///28623118589a3061b5ad9ef7029ee620#$
16:54:53.999564 tramp-get-connection-property (7) # null-device /dev/null; 
cache used: t
16:54:53.999746 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:54:53.999904 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:54:54.000060 tramp-get-connection-property (7) # process-buffer nil; cache 
used: t
16:54:54.000243 tramp-get-connection-property (7) # last-cmd-time (24933 41405 
964474 0); cache used: t
16:54:54.000428 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:54:54.000580 tramp-get-connection-property (7) # remote-echo nil; cache 
used: nil
16:54:54.000721 tramp-send-command (6) # \df --block-size=1 
--output=size,used,avail / 2>/dev/null; echo tramp_exit_status $?
16:54:54.000870 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:54:54.001018 tramp-get-connection-property (7) # chunksize 0; cache used: t
16:54:54.001377 tramp-set-connection-property (7) # last-cmd-time (24933 41406 
1252 0)
16:54:54.001648 tramp-send-string (10) # \df --block-size=1 
--output=size,used,avail / 2>/dev/null; echo tramp_exit_status $?
16:54:54.001824 tramp-get-connection-property (7) # process-buffer nil; cache 
used: t
16:54:54.002011 tramp-get-connection-property (7) # locked nil; cache used: nil
16:54:54.002175 tramp-set-connection-property (7) # locked t
16:54:54.002446 tramp-flush-connection-property (7) # locked
16:54:54.002800 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:54.002974 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:54.003161 tramp-get-connection-property (7) # locked nil; cache used: nil
16:54:54.003305 tramp-set-connection-property (7) # locked t
16:54:54.047312 tramp-accept-process-output (10) # *tramp/plinkx Prod* nil run t
  1B-blocks        Used       Avail
64411906048 11681361920 52730544128
tramp_exit_status 0
///28623118589a3061b5ad9ef7029ee620#$
16:54:54.047583 tramp-flush-connection-property (7) # locked
16:54:54.047770 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:54.047936 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:54.048238 tramp-wait-for-regexp (6) # 
  1B-blocks        Used       Avail
64411906048 11681361920 52730544128
tramp_exit_status 0
///28623118589a3061b5ad9ef7029ee620#$
16:54:54.048610 tramp-get-connection-property (7) # process-buffer nil; cache 
used: t
16:54:54.048839 tramp-set-connection-property (7) # df-blocksize 1
16:54:54.049054 tramp-set-connection-property (7) # df \df --block-size=1 
--output=size,used,avail
16:54:54.049257 tramp-sh-handle-file-system-info (5) # file system info: 
/home/vt1/uidg1626
16:54:54.049470 tramp-get-connection-property (7) # df \df --block-size=1 
--output=size,used,avail; cache used: t
16:54:54.049922 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:54:54.050257 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:54:54.050477 tramp-get-connection-property (7) # process-buffer nil; cache 
used: t
16:54:54.050703 tramp-get-connection-property (7) # last-cmd-time (24933 41406 
1252 0); cache used: t
16:54:54.050980 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:54:54.051232 tramp-get-connection-property (7) # remote-echo nil; cache 
used: nil
16:54:54.051434 tramp-send-command (6) # \df --block-size=1 
--output=size,used,avail /home/vt1/uidg1626
16:54:54.051639 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:54:54.051853 tramp-get-connection-property (7) # chunksize 0; cache used: t
16:54:54.052091 tramp-set-connection-property (7) # last-cmd-time (24933 41406 
52030 0)
16:54:54.052307 tramp-send-string (10) # \df --block-size=1 
--output=size,used,avail /home/vt1/uidg1626
16:54:54.052521 tramp-get-connection-property (7) # process-buffer nil; cache 
used: t
16:54:54.052755 tramp-get-connection-property (7) # locked nil; cache used: nil
16:54:54.052979 tramp-set-connection-property (7) # locked t
16:54:54.053261 tramp-flush-connection-property (7) # locked
16:54:54.053449 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:54.053599 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:54.053834 tramp-get-connection-property (7) # locked nil; cache used: nil
16:54:54.054041 tramp-set-connection-property (7) # locked t
16:54:54.080058 tramp-accept-process-output (10) # *tramp/plinkx Prod* nil run t
  1B-blocks        Used       Avail
64411906048 11681361920 52730544128
16:54:54.080399 tramp-flush-connection-property (7) # locked
16:54:54.080608 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:54.080792 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:54.081046 tramp-get-connection-property (7) # locked nil; cache used: nil
16:54:54.081241 tramp-set-connection-property (7) # locked t
16:54:54.081554 tramp-accept-process-output (10) # *tramp/plinkx Prod* nil run t
  1B-blocks        Used       Avail
64411906048 11681361920 52730544128
///28623118589a3061b5ad9ef7029ee620#$
16:54:54.081743 tramp-flush-connection-property (7) # locked
16:54:54.081932 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:54.082264 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:54:54.082636 tramp-wait-for-regexp (6) # 
  1B-blocks        Used       Avail
64411906048 11681361920 52730544128
///28623118589a3061b5ad9ef7029ee620#$
16:54:54.083125 tramp-get-connection-property (7) # process-buffer nil; cache 
used: t
16:54:54.083401 tramp-get-connection-property (7) # df-blocksize 1; cache used: 
t
16:54:54.083582 tramp-get-connection-property (7) # df-blocksize 1; cache used: 
t
16:54:54.083743 tramp-get-connection-property (7) # df-blocksize 1; cache used: 
t
16:54:54.085614 tramp-handle-insert-directory (0) # Opening directory 
/plinkx:Prod:/home/vt1/uidg1626/...done
16:54:54.086546 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:54:54.086761 tramp-get-connection-property (7) # mutex #<mutex *tramp/plinkx 
Prod*>; cache used: t
16:54:54.087544 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:54:54.088033 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:54:54.088269 tramp-get-connection-property (7) # mutex #<mutex *tramp/plinkx 
Prod*>; cache used: t
16:54:54.088991 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:54:54.089378 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:54:54.089647 tramp-get-connection-property (7) # mutex #<mutex *tramp/plinkx 
Prod*>; cache used: t
16:54:54.090492 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:54:54.093339 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:54:54.093555 tramp-get-connection-property (7) # mutex #<mutex *tramp/plinkx 
Prod*>; cache used: t
16:54:54.094039 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:54:54.094689 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:54:54.094895 tramp-get-connection-property (7) # mutex #<mutex *tramp/plinkx 
Prod*>; cache used: t
16:54:54.095343 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:54:54.096053 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:54:54.096254 tramp-get-connection-property (7) # mutex #<mutex *tramp/plinkx 
Prod*>; cache used: t
16:54:54.096712 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:54:54.097299 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:54:54.097484 tramp-get-connection-property (7) # mutex #<mutex *tramp/plinkx 
Prod*>; cache used: t
16:54:54.097947 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:54:54.098239 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:54:54.098406 tramp-get-connection-property (7) # mutex #<mutex *tramp/plinkx 
Prod*>; cache used: t
16:54:54.098886 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:54:54.099926 tramp-get-file-property (8) # /home/vt1/uidg1626/ 
file-attributes-integer (t 5 1558111305 1558000513 (24932 34750 0 0) (24932 
34399 0 0) (24932 34399 0 0) 4096 drwx------ nil 88097186 (-1 . 1)); inhibit: 
10; cache used: t; cached at: 16:54:53
16:54:54.101492 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:54:54.101701 tramp-get-connection-property (7) # mutex #<mutex *tramp/plinkx 
Prod*>; cache used: t
16:54:54.102211 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:54:54.102672 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:54:54.102865 tramp-get-connection-property (7) # mutex #<mutex *tramp/plinkx 
Prod*>; cache used: t
16:54:54.103323 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:54:54.103698 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:54:54.103897 tramp-get-connection-property (7) # mutex #<mutex *tramp/plinkx 
Prod*>; cache used: t
16:54:54.104341 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:54:54.104764 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:54:54.104953 tramp-get-connection-property (7) # mutex #<mutex *tramp/plinkx 
Prod*>; cache used: t
16:54:54.105406 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:54:54.105778 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:54:54.105974 tramp-get-connection-property (7) # mutex #<mutex *tramp/plinkx 
Prod*>; cache used: t
16:54:54.106607 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:54:54.107226 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:54:54.156166 tramp-get-connection-property (7) # mutex #<mutex *tramp/plinkx 
Prod*>; cache used: t
16:54:54.157249 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:54:54.193214 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:54:54.193453 tramp-get-connection-property (7) # mutex #<mutex *tramp/plinkx 
Prod*>; cache used: t
16:54:54.193956 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:54:54.748187 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:54:54.748576 tramp-get-connection-property (7) # mutex #<mutex *tramp/plinkx 
Prod*>; cache used: t
16:54:54.749319 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:54:55.218725 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:54:55.219084 tramp-get-connection-property (7) # mutex #<mutex *tramp/plinkx 
Prod*>; cache used: t
16:54:55.219622 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:54:55.248939 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:54:55.249369 tramp-get-connection-property (7) # mutex #<mutex *tramp/plinkx 
Prod*>; cache used: t
16:54:55.250551 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:54:55.748227 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:54:55.748495 tramp-get-connection-property (7) # mutex #<mutex *tramp/plinkx 
Prod*>; cache used: t
16:54:55.749211 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:54:56.249019 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:54:56.249468 tramp-get-connection-property (7) # mutex #<mutex *tramp/plinkx 
Prod*>; cache used: t
16:54:56.249984 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:54:56.748282 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:54:56.748528 tramp-get-connection-property (7) # mutex #<mutex *tramp/plinkx 
Prod*>; cache used: t
16:54:56.749133 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:54:57.248708 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:54:57.249130 tramp-get-connection-property (7) # mutex #<mutex *tramp/plinkx 
Prod*>; cache used: t
16:54:57.250152 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:54:57.626624 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:54:57.627150 tramp-get-connection-property (7) # mutex #<mutex *tramp/plinkx 
Prod*>; cache used: t
16:54:57.628066 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:54:58.136400 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:54:58.136661 tramp-get-connection-property (7) # mutex #<mutex *tramp/plinkx 
Prod*>; cache used: t
16:54:58.137340 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:54:58.636177 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:54:58.636424 tramp-get-connection-property (7) # mutex #<mutex *tramp/plinkx 
Prod*>; cache used: t
16:54:58.636930 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:54:58.900349 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:54:58.900706 tramp-get-connection-property (7) # mutex #<mutex *tramp/plinkx 
Prod*>; cache used: t
16:54:58.901365 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:54:59.136143 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:54:59.136440 tramp-get-connection-property (7) # mutex #<mutex *tramp/plinkx 
Prod*>; cache used: t
16:54:59.137180 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:54:59.193808 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:54:59.194049 tramp-get-connection-property (7) # mutex #<mutex *tramp/plinkx 
Prod*>; cache used: t
16:54:59.194549 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:55:00.414362 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:55:00.414675 tramp-get-connection-property (7) # mutex #<mutex *tramp/plinkx 
Prod*>; cache used: t
16:55:00.415324 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:55:04.243599 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:55:04.244113 tramp-get-connection-property (7) # mutex #<mutex *tramp/plinkx 
Prod*>; cache used: t
16:55:04.245272 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:55:05.268302 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:55:05.268552 tramp-get-connection-property (7) # mutex #<mutex *tramp/plinkx 
Prod*>; cache used: t
16:55:05.269047 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:55:12.191298 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:55:12.191540 tramp-get-connection-property (7) # mutex #<mutex *tramp/plinkx 
Prod*>; cache used: t
16:55:12.192052 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:55:12.404590 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:55:12.404835 tramp-get-connection-property (7) # mutex #<mutex *tramp/plinkx 
Prod*>; cache used: t
16:55:12.405352 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:55:15.092423 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:55:15.092673 tramp-get-connection-property (7) # mutex #<mutex *tramp/plinkx 
Prod*>; cache used: t
16:55:15.093203 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:55:15.174965 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:55:15.175231 tramp-get-connection-property (7) # mutex #<mutex *tramp/plinkx 
Prod*>; cache used: t
16:55:15.175727 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:55:21.164361 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:55:21.164612 tramp-get-connection-property (7) # mutex #<mutex *tramp/plinkx 
Prod*>; cache used: t
16:55:21.165420 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:55:21.165840 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:55:21.166136 tramp-get-connection-property (7) # mutex #<mutex *tramp/plinkx 
Prod*>; cache used: t
16:55:21.166799 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:55:21.168254 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:55:21.168454 tramp-get-connection-property (7) # mutex #<mutex *tramp/plinkx 
Prod*>; cache used: t
16:55:21.169039 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:55:22.349191 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:55:22.349429 tramp-get-connection-property (7) # mutex #<mutex *tramp/plinkx 
Prod*>; cache used: t
16:55:22.350084 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:55:22.350506 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:55:22.350828 tramp-get-connection-property (7) # mutex #<mutex *tramp/plinkx 
Prod*>; cache used: t
16:55:22.351467 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:55:22.353358 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:55:22.353551 tramp-get-connection-property (7) # mutex #<mutex *tramp/plinkx 
Prod*>; cache used: t
16:55:22.354212 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:55:22.355460 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:55:22.355866 tramp-get-connection-property (7) # mutex #<mutex *tramp/plinkx 
Prod*>; cache used: t
16:55:22.356332 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:55:22.357349 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:55:22.357533 tramp-get-connection-property (7) # mutex #<mutex *tramp/plinkx 
Prod*>; cache used: t
16:55:22.358167 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:55:22.359653 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:55:22.359884 tramp-get-connection-property (7) # mutex #<mutex *tramp/plinkx 
Prod*>; cache used: t
16:55:22.360498 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:55:22.360915 tramp-get-connection-property (7) # ~ /home/vt1/uidg1626; cache 
used: t
16:55:22.361514 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:55:22.361757 tramp-get-connection-property (7) # mutex #<mutex *tramp/plinkx 
Prod*>; cache used: t
16:55:22.362249 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:55:22.362842 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:55:22.363017 tramp-get-connection-property (7) # mutex #<mutex *tramp/plinkx 
Prod*>; cache used: t
16:55:22.363440 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:55:22.363953 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:55:22.364126 tramp-get-connection-property (7) # mutex #<mutex *tramp/plinkx 
Prod*>; cache used: t
16:55:22.364617 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:55:22.365003 tramp-get-file-property (8) # /home/vt1/uidg1626 
file-directory-p undef; inhibit: 10; cache used: nil; cached at: 16:54:53
16:55:22.365313 tramp-get-connection-property (7) # test test; cache used: t
16:55:22.365633 tramp-get-connection-property (7) # null-device /dev/null; 
cache used: t
16:55:22.365861 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:55:22.366076 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:55:22.366286 tramp-get-connection-property (7) # process-buffer nil; cache 
used: t
16:55:22.366504 tramp-get-connection-property (7) # last-cmd-time (24933 41406 
52030 0); cache used: t
16:55:22.366764 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:55:22.366971 tramp-get-connection-property (7) # remote-echo nil; cache 
used: nil
16:55:22.367232 tramp-send-command (6) # test -d /home/vt1/uidg1626 
2>/dev/null; echo tramp_exit_status $?
16:55:22.367554 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:55:22.367872 tramp-get-connection-property (7) # chunksize 0; cache used: t
16:55:22.368123 tramp-set-connection-property (7) # last-cmd-time (24933 41434 
368061 0)
16:55:22.368336 tramp-send-string (10) # test -d /home/vt1/uidg1626 
2>/dev/null; echo tramp_exit_status $?
16:55:22.368563 tramp-get-connection-property (7) # process-buffer nil; cache 
used: t
16:55:22.368810 tramp-get-connection-property (7) # locked nil; cache used: nil
16:55:22.369009 tramp-set-connection-property (7) # locked t
16:55:22.369284 tramp-flush-connection-property (7) # locked
16:55:22.369470 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:55:22.369677 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:55:22.370015 tramp-get-connection-property (7) # locked nil; cache used: nil
16:55:22.370303 tramp-set-connection-property (7) # locked t
16:55:22.393596 tramp-accept-process-output (10) # *tramp/plinkx Prod* nil run t
tramp_exit_status 0
///28623118589a3061b5ad9ef7029ee620#$
16:55:22.394035 tramp-flush-connection-property (7) # locked
16:55:22.394243 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:55:22.394425 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:55:22.394734 tramp-wait-for-regexp (6) # 
tramp_exit_status 0
///28623118589a3061b5ad9ef7029ee620#$
16:55:22.395161 tramp-get-connection-property (7) # process-buffer nil; cache 
used: t
16:55:22.395510 tramp-set-file-property (8) # /home/vt1/uidg1626 
file-directory-p t
16:55:22.396228 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:55:22.396423 tramp-get-connection-property (7) # mutex #<mutex *tramp/plinkx 
Prod*>; cache used: t
16:55:22.397011 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:55:22.397658 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:55:22.397844 tramp-get-connection-property (7) # mutex #<mutex *tramp/plinkx 
Prod*>; cache used: t
16:55:22.398291 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:55:22.398677 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:55:22.398848 tramp-get-connection-property (7) # mutex #<mutex *tramp/plinkx 
Prod*>; cache used: t
16:55:22.399277 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:55:22.399598 tramp-get-file-property (8) # /home/vt1/uidg1626 
file-directory-p t; inhibit: 10; cache used: t; cached at: 16:55:22
16:55:22.399972 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:55:22.400143 tramp-get-connection-property (7) # mutex #<mutex *tramp/plinkx 
Prod*>; cache used: t
16:55:22.400833 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:55:22.401457 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:55:22.401640 tramp-get-connection-property (7) # mutex #<mutex *tramp/plinkx 
Prod*>; cache used: t
16:55:22.402101 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:55:22.402692 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:55:22.402871 tramp-get-connection-property (7) # mutex #<mutex *tramp/plinkx 
Prod*>; cache used: t
16:55:22.403324 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:55:22.403714 tramp-get-file-property (8) # 
/home/vt1/uidg1626/2021-08-11_shard.tar.gz file-exists-p undef; inhibit: 10; 
cache used: nil; cached at: nil
16:55:22.403967 tramp-get-file-property (8) # 
/home/vt1/uidg1626/2021-08-11_shard.tar.gz file-attributes-integer nil; 
inhibit: 10; cache used: nil; cached at: nil
16:55:22.404197 tramp-get-file-property (8) # 
/home/vt1/uidg1626/2021-08-11_shard.tar.gz file-attributes-string nil; inhibit: 
10; cache used: nil; cached at: nil
16:55:22.404378 tramp-get-connection-property (7) # file-exists test -e; cache 
used: t
16:55:22.404645 tramp-get-connection-property (7) # null-device /dev/null; 
cache used: t
16:55:22.404827 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:55:22.405065 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:55:22.405340 tramp-get-connection-property (7) # process-buffer nil; cache 
used: t
16:55:22.405550 tramp-get-connection-property (7) # last-cmd-time (24933 41434 
368061 0); cache used: t
16:55:22.405746 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:55:22.406142 tramp-get-connection-property (7) # remote-echo nil; cache 
used: nil
16:55:22.406316 tramp-send-command (6) # test -e 
/home/vt1/uidg1626/2021-08-11_shard.tar.gz 2>/dev/null; echo tramp_exit_status 
$?
16:55:22.406501 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:55:22.406663 tramp-get-connection-property (7) # chunksize 0; cache used: t
16:55:22.406826 tramp-set-connection-property (7) # last-cmd-time (24933 41434 
406781 0)
16:55:22.406982 tramp-send-string (10) # test -e 
/home/vt1/uidg1626/2021-08-11_shard.tar.gz 2>/dev/null; echo tramp_exit_status 
$?
16:55:22.407142 tramp-get-connection-property (7) # process-buffer nil; cache 
used: t
16:55:22.407329 tramp-get-connection-property (7) # locked nil; cache used: nil
16:55:22.407556 tramp-set-connection-property (7) # locked t
16:55:22.407804 tramp-flush-connection-property (7) # locked
16:55:22.408094 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:55:22.408551 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:55:22.408827 tramp-get-connection-property (7) # locked nil; cache used: nil
16:55:22.408991 tramp-set-connection-property (7) # locked t
16:55:22.433050 tramp-accept-process-output (10) # *tramp/plinkx Prod* nil run t
tramp_exit_status 0
///28623118589a3061b5ad9ef7029ee620#$
16:55:22.433332 tramp-flush-connection-property (7) # locked
16:55:22.433697 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:55:22.433932 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:55:22.434196 tramp-wait-for-regexp (6) # 
tramp_exit_status 0
///28623118589a3061b5ad9ef7029ee620#$
16:55:22.434720 tramp-get-connection-property (7) # process-buffer nil; cache 
used: t
16:55:22.435095 tramp-set-file-property (8) # 
/home/vt1/uidg1626/2021-08-11_shard.tar.gz file-exists-p t
16:55:22.459081 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:55:22.459339 tramp-get-connection-property (7) # mutex #<mutex *tramp/plinkx 
Prod*>; cache used: t
16:55:22.459837 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:55:24.900784 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:55:24.901028 tramp-get-connection-property (7) # mutex #<mutex *tramp/plinkx 
Prod*>; cache used: t
16:55:24.901528 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:55:24.924316 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:55:24.924567 tramp-get-connection-property (7) # mutex #<mutex *tramp/plinkx 
Prod*>; cache used: t
16:55:24.925624 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:55:24.926611 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:55:24.927042 tramp-get-connection-property (7) # mutex #<mutex *tramp/plinkx 
Prod*>; cache used: t
16:55:24.928048 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:55:24.928986 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:55:24.929188 tramp-get-connection-property (7) # mutex #<mutex *tramp/plinkx 
Prod*>; cache used: t
16:55:24.929872 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:55:24.930500 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:55:24.930958 tramp-get-connection-property (7) # mutex #<mutex *tramp/plinkx 
Prod*>; cache used: t
16:55:24.931738 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:55:24.932920 tramp-get-file-property (8) # /home/vt1/uidg1626/ 
file-attributes-integer undef; inhibit: 10; cache used: nil; cached at: 16:54:53
16:55:24.933391 tramp-get-connection-property (7) # stat env 
QUOTING_STYLE=locale \stat; cache used: t
16:55:24.933563 tramp-do-file-attributes-with-stat (5) # file attributes with 
stat: /home/vt1/uidg1626/
16:55:24.933855 tramp-get-connection-property (7) # stat env 
QUOTING_STYLE=locale \stat; cache used: t
16:55:24.934394 tramp-get-connection-property (7) # null-device /dev/null; 
cache used: t
16:55:24.934935 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:55:24.935544 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:55:24.935850 tramp-get-connection-property (7) # process-buffer nil; cache 
used: t
16:55:24.936353 tramp-get-connection-property (7) # last-cmd-time (24933 41434 
406781 0); cache used: t
16:55:24.936860 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:55:24.937386 tramp-get-connection-property (7) # remote-echo nil; cache 
used: nil
16:55:24.937845 tramp-send-command (6) # (env QUOTING_STYLE=locale \stat -c 
'((/////%N/////) %h %u %g %X %Y %Z %s /////%A///// t %i -1)' 
/home/vt1/uidg1626/ | sed -e 's/"/\\"/g' -e 's/\/\/\/\/\//"/g') 2>/dev/null; 
echo tramp_exit_status $?
16:55:24.938245 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:55:24.938726 tramp-get-connection-property (7) # chunksize 0; cache used: t
16:55:24.939133 tramp-set-connection-property (7) # last-cmd-time (24933 41436 
939068 0)
16:55:24.939366 tramp-send-string (10) # (env QUOTING_STYLE=locale \stat -c 
'((/////%N/////) %h %u %g %X %Y %Z %s /////%A///// t %i -1)' 
/home/vt1/uidg1626/ | sed -e 's/"/\\"/g' -e 's/\/\/\/\/\//"/g') 2>/dev/null; 
echo tramp_exit_status $?
16:55:24.939882 tramp-get-connection-property (7) # process-buffer nil; cache 
used: t
16:55:24.940964 tramp-get-connection-property (7) # locked nil; cache used: nil
16:55:24.941450 tramp-set-connection-property (7) # locked t
16:55:24.941998 tramp-flush-connection-property (7) # locked
16:55:24.942487 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:55:24.942907 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:55:24.943461 tramp-get-connection-property (7) # locked nil; cache used: nil
16:55:24.943882 tramp-set-connection-property (7) # locked t
16:55:24.972971 tramp-accept-process-output (10) # *tramp/plinkx Prod* nil run t
(("/home/vt1/uidg1626/") 5 1558111305 1558000513 1633978302 1633977951 
1633977951 4096 "drwx------" t 88097186 -1)
tramp_exit_status 0
///28623118589a3061b5ad9ef7029ee620#$
16:55:24.973280 tramp-flush-connection-property (7) # locked
16:55:24.973464 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:55:24.973645 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:55:24.973843 tramp-wait-for-regexp (6) # 
(("/home/vt1/uidg1626/") 5 1558111305 1558000513 1633978302 1633977951 
1633977951 4096 "drwx------" t 88097186 -1)
tramp_exit_status 0
///28623118589a3061b5ad9ef7029ee620#$
16:55:24.974257 tramp-get-connection-property (7) # process-buffer nil; cache 
used: t
16:55:24.974504 tramp-get-connection-property (7) # process-buffer nil; cache 
used: t
16:55:24.974991 tramp-get-connection-property (7) # gid-integer 1558000513; 
cache used: t
16:55:24.975395 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:55:24.975774 tramp-get-connection-property (7) # device (-1 . 1); cache 
used: t
16:55:24.976219 tramp-set-file-property (8) # /home/vt1/uidg1626/ 
file-attributes-integer (t 5 1558111305 1558000513 (24932 34750 0 0) (24932 
34399 0 0) (24932 34399 0 0) 4096 drwx------ nil 88097186 (-1 . 1))
16:55:24.976842 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:55:24.977169 tramp-get-connection-property (7) # mutex #<mutex *tramp/plinkx 
Prod*>; cache used: t
16:55:24.977827 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:55:24.978220 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:55:24.978396 tramp-get-connection-property (7) # mutex #<mutex *tramp/plinkx 
Prod*>; cache used: t
16:55:24.979568 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:55:24.981974 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:55:24.982218 tramp-get-connection-property (7) # mutex #<mutex *tramp/plinkx 
Prod*>; cache used: t
16:55:24.983136 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:55:24.983708 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:55:24.983897 tramp-get-connection-property (7) # mutex #<mutex *tramp/plinkx 
Prod*>; cache used: t
16:55:24.984450 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:55:24.985467 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:55:24.985781 tramp-get-connection-property (7) # mutex #<mutex *tramp/plinkx 
Prod*>; cache used: t
16:55:24.986636 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:55:24.986996 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:55:24.987168 tramp-get-connection-property (7) # mutex #<mutex *tramp/plinkx 
Prod*>; cache used: t
16:55:24.987888 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:55:24.993134 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:55:24.993784 tramp-get-connection-property (7) # mutex #<mutex *tramp/plinkx 
Prod*>; cache used: t
16:55:24.995121 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:55:24.996169 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:55:24.996379 tramp-get-connection-property (7) # mutex #<mutex *tramp/plinkx 
Prod*>; cache used: t
16:55:24.997179 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:55:24.997714 tramp-get-file-property (8) # 
/home/vt1/uidg1626/2021-08-11_shard.tar.gz file-directory-p undef; inhibit: 10; 
cache used: nil; cached at: nil
16:55:24.998056 tramp-get-connection-property (7) # test test; cache used: t
16:55:24.998329 tramp-get-connection-property (7) # null-device /dev/null; 
cache used: t
16:55:24.998536 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:55:24.998715 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:55:24.998992 tramp-get-connection-property (7) # process-buffer nil; cache 
used: t
16:55:24.999166 tramp-get-connection-property (7) # last-cmd-time (24933 41436 
939068 0); cache used: t
16:55:24.999360 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:55:24.999675 tramp-get-connection-property (7) # remote-echo nil; cache 
used: nil
16:55:24.999929 tramp-send-command (6) # test -d 
/home/vt1/uidg1626/2021-08-11_shard.tar.gz 2>/dev/null; echo tramp_exit_status 
$?
16:55:25.000103 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:55:25.000265 tramp-get-connection-property (7) # chunksize 0; cache used: t
16:55:25.000430 tramp-set-connection-property (7) # last-cmd-time (24933 41437 
383 0)
16:55:25.000618 tramp-send-string (10) # test -d 
/home/vt1/uidg1626/2021-08-11_shard.tar.gz 2>/dev/null; echo tramp_exit_status 
$?
16:55:25.000784 tramp-get-connection-property (7) # process-buffer nil; cache 
used: t
16:55:25.000966 tramp-get-connection-property (7) # locked nil; cache used: nil
16:55:25.001119 tramp-set-connection-property (7) # locked t
16:55:25.001432 tramp-flush-connection-property (7) # locked
16:55:25.001954 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:55:25.002118 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:55:25.002299 tramp-get-connection-property (7) # locked nil; cache used: nil
16:55:25.002449 tramp-set-connection-property (7) # locked t
16:55:25.026762 tramp-accept-process-output (10) # *tramp/plinkx Prod* nil run t
tramp_exit_status 1
///28623118589a3061b5ad9ef7029ee620#$
16:55:25.027146 tramp-flush-connection-property (7) # locked
16:55:25.027330 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:55:25.027521 tramp-get-connection-property (7) # check-remote-echo nil; 
cache used: nil
16:55:25.027714 tramp-wait-for-regexp (6) # 
tramp_exit_status 1
///28623118589a3061b5ad9ef7029ee620#$
16:55:25.028071 tramp-get-connection-property (7) # process-buffer nil; cache 
used: t
16:55:25.028370 tramp-set-file-property (8) # 
/home/vt1/uidg1626/2021-08-11_shard.tar.gz file-directory-p nil
16:55:25.034280 tramp-do-copy-or-rename-file (0) # Copying 
d:/tmp/tramp/2021-08-11_shard.tar.gz to 
/plinkx:Prod:/home/vt1/uidg1626/2021-08-11_shard.tar.gz...
16:55:25.038179 tramp-get-connection-property (7) # copy-program undef; cache 
used: nil
16:55:25.048767 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:55:25.049157 tramp-get-connection-property (7) # mutex #<mutex *tramp/plinkx 
Prod*>; cache used: t
16:55:25.049722 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:55:25.061052 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:55:25.061288 tramp-get-connection-property (7) # mutex #<mutex *tramp/plinkx 
Prod*>; cache used: t
16:55:25.061935 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:55:25.062625 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:55:25.062815 tramp-get-connection-property (7) # mutex #<mutex *tramp/plinkx 
Prod*>; cache used: t
16:55:25.063292 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:55:25.063647 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:55:25.063816 tramp-get-connection-property (7) # mutex #<mutex *tramp/plinkx 
Prod*>; cache used: t
16:55:25.064278 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:55:25.065082 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:55:25.065271 tramp-get-connection-property (7) # mutex #<mutex *tramp/plinkx 
Prod*>; cache used: t
16:55:25.065850 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:55:25.066452 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:55:25.066752 tramp-get-connection-property (7) # mutex #<mutex *tramp/plinkx 
Prod*>; cache used: t
16:55:25.067538 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:55:25.067865 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:55:25.068211 tramp-get-connection-property (7) # mutex #<mutex *tramp/plinkx 
Prod*>; cache used: t
16:55:25.068856 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:55:25.070430 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:55:25.070631 tramp-get-connection-property (7) # mutex #<mutex *tramp/plinkx 
Prod*>; cache used: t
16:55:25.071234 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:55:25.072231 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:55:25.072437 tramp-get-connection-property (7) # mutex #<mutex *tramp/plinkx 
Prod*>; cache used: t
16:55:25.072912 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:55:25.074113 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:55:25.074339 tramp-get-connection-property (7) # mutex #<mutex *tramp/plinkx 
Prod*>; cache used: t
16:55:25.075219 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:55:25.077170 tramp-get-file-property (8) # 
/home/vt1/uidg1626/2021-08-11_shard.tar.gz file-truename undef; inhibit: 10; 
cache used: nil; cached at: nil
16:55:25.077485 tramp-sh-handle-file-truename (4) # Finding true name for 
/plinkx:Prod:/home/vt1/uidg1626/2021-08-11_shard.tar.gz
16:55:25.077689 tramp-get-connection-property (7) # readlink \readlink; cache 
used: t
16:55:25.077849 tramp-get-connection-property (7) # readlink \readlink; cache 
used: t
16:55:25.078108 tramp-get-connection-property (7) # null-device /dev/null; 
cache used: t
16:55:25.078307 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:55:25.078542 tramp-get-connection-property (7) # process-name nil; cache 
used: nil
16:55:25.078712 tramp-get-connection-property (7) # process-buffer nil; cache 
used: t
16:55:25.078879 tramp-get-connection-property (7) # last-cmd-time (24933 41437 
383 0); c