--text follows this line--
Enter your bug report in this message, including as much detail as you
possibly can about the problem, what you did to cause it and what the
local and remote machines are.
If you can give a simple set of instructions to make this bug happen
reliably, please include those. Thank you for helping kill bugs in
TRAMP.
Another useful thing to do is to put (setq tramp-debug-buffer t) in
the ~/.emacs file and to repeat the bug. Then, include the contents
of the *tramp/foo* buffer and the *debug tramp/foo* buffer in your bug
report.
--bug report follows this line--
I am using tramp 2.0.12. The local machine is a Notebook with Windows
98 (cygwin installed) where connections with plink work as expected when
run from a shell prompt. The remote machine is
<applin.hrz.uni-marburg.de>, an application server of Marburg University
(Germany) run under Unix. My username on that machine is thielr.
Problem description:
When trying to access a file in a subdirectory on my home directory on
the server specified above, I try to do as follows:
C-x C-f /plink:[EMAIL PROTECTED]:thiel/Temp/Hotels-Bonn.txt RET
(The file I am trying to access is named 'Hotels-Bonn.txt' and lives in
the directory 'Temp' which is inside the directory 'thiel' which is in
my home directory on the Server.)
When doing so, I get the following message in the minibuffer:
tramp: Looking for Are you sure you want to continue connecting
(yes/no)\?
Answering either 'yes' or 'no' has no obvious effect. Especially, I
don't get a prompt for the password needed to connect to the server (I
did get a password prompt with previous versions of tramp, I think 2.0.3
or 2.04, without being able to actually access the remote file).
After a while, a debugger message (which I do not understand)
appears. Since it appears to contain control characters, I enclose it as
attachment1.txt.
>> attachment1.txt
In another attempt to access the same file in the same way, I also found
another buffer with the following messages:
---
The server's host key is not cached in the registry. You
have no guarantee that the server is the computer you
think it is.
The server's key fingerprint is:
1024 8c:65:66:63:20:75:bd:61:3d:14:79:9d:60:0a:c3:73
If you trust this host, enter "y" to add the key to
PuTTY's cache and carry on connecting.
If you want to carry on connecting just once, without
adding the key to the cache, enter "n".
If you do not trust this host, press Return to abandon the
connection.
Store key in cache? (y/n)
---
(The buffer didn't make itself visible while trying to connect.)
Another debug-buffer (which I don't understand either) also contains
control characters and is therefore appended as attachment2.txt.
>> attachment2.txt
Hope this helps to understand the problem ...
Best,
Rainer Thiel
--
Priv.-Doz. Dr. Rainer Thiel
FB 10, Klass. Phil. - D-35032 Marburg, Germany (EU)
[EMAIL PROTECTED]
http://staff-www.uni-marburg.de/~thielr/
Debugger entered--Lisp error: (error "Login failed")
signal(error ("Login failed"))
error("Login failed")
(if (eq exit (quote ok)) nil (error "Login failed"))
(unless (eq exit (quote ok)) (error "Login failed"))
(let (exit) (while (not exit) (tramp-message 10 "Processing actions") (setq exit
...)) (unless (eq exit ...) (error "Login failed")))
tramp-process-actions(#<process *tramp/plink [EMAIL PROTECTED]*> nil
"plink" "thielr" "applin.hrz.uni-marburg.de" ((tramp-password-prompt-regexp
tramp-action-password) (tramp-login-prompt-regexp tramp-action-login)
(shell-prompt-pattern tramp-action-succeed) (tramp-wrong-passwd-regexp
tramp-action-permission-denied) (tramp-yesno-prompt-regexp tramp-action-yesno)))
(let* ((default-directory ...) (coding-system-for-read ...) (p ...) (found nil))
(process-kill-without-query p) (set-buffer buf) (tramp-process-actions p multi-method
method user host tramp-actions-before-shell) (tramp-message 7 "Initializing remote
shell") (tramp-open-connection-setup-interactive-shell p multi-method method user
host) (tramp-post-connection multi-method method user host))
(let ((process-environment ...) (bufnam ...) (buf ...) (rsh-program ...) (rsh-args
...)) (when (string-match "\\([^#]*\\)#\\(.*\\)" host) (setq rsh-args ...) (setq host
...)) (setenv "TERM" tramp-terminal-type) (let* (... ... ... ...)
(process-kill-without-query p) (set-buffer buf) (tramp-process-actions p multi-method
method user host tramp-actions-before-shell) (tramp-message 7 "Initializing remote
shell") (tramp-open-connection-setup-interactive-shell p multi-method method user
host) (tramp-post-connection multi-method method user host)))
(progn (when multi-method (error "Cannot multi-connect using rsh connection
method")) (tramp-pre-connection multi-method method user host) (if user (tramp-message
7 "Opening connection for %s@%s using %s..." user host method) (tramp-message 7
"Opening connection at %s using %s..." host method)) (let (... ... ... ... ...) (when
... ... ...) (setenv "TERM" tramp-terminal-type) (let* ... ... ... ... ... ... ...)))
(unwind-protect (progn (when multi-method ...) (tramp-pre-connection multi-method
method user host) (if user ... ...) (let ... ... ... ...)) (set-match-data
save-match-data-internal))
(let ((save-match-data-internal ...)) (unwind-protect (progn ... ... ... ...)
(set-match-data save-match-data-internal)))
(save-match-data (when multi-method (error "Cannot multi-connect using rsh
connection method")) (tramp-pre-connection multi-method method user host) (if user
(tramp-message 7 "Opening connection for %s@%s using %s..." user host method)
(tramp-message 7 "Opening connection at %s using %s..." host method)) (let (... ...
... ... ...) (when ... ... ...) (setenv "TERM" tramp-terminal-type) (let* ... ... ...
... ... ... ...)))
tramp-open-connection-rsh(nil "plink" "thielr" "applin.hrz.uni-marburg.de")
funcall(tramp-open-connection-rsh nil "plink" "thielr" "applin.hrz.uni-marburg.de")
(if (and p (processp p) (memq ... ...)) nil (when (and p ...) (delete-process p))
(funcall (tramp-get-connection-function multi-method method) multi-method method user
host))
(unless (and p (processp p) (memq ... ...)) (when (and p ...) (delete-process p))
(funcall (tramp-get-connection-function multi-method method) multi-method method user
host))
(let ((p ...) last-cmd-time) (save-excursion (set-buffer ...) (when ... ... ...
...)) (unless (and p ... ...) (when ... ...) (funcall ... multi-method method user
host)))
tramp-maybe-open-connection(nil "plink" "thielr" "applin.hrz.uni-marburg.de")
(or neveropen (tramp-maybe-open-connection multi-method method user host))
tramp-send-command(nil "plink" "thielr" "applin.hrz.uni-marburg.de" "cd ~; pwd" t)
(let ((uname ...) (fname ...)) (set-buffer (tramp-get-buffer multi-method method
user host)) (erase-buffer) (tramp-send-command multi-method method user host (format
"cd %s; pwd" uname) t) (tramp-wait-for-output) (goto-char (point-min)) (setq uname
(buffer-substring ... ...)) (setq path (concat uname fname)) (erase-buffer))
(progn (let (... ...) (set-buffer ...) (erase-buffer) (tramp-send-command
multi-method method user host ... t) (tramp-wait-for-output) (goto-char ...) (setq
uname ...) (setq path ...) (erase-buffer)))
(if (string-match "\\`\\(~[^/]*\\)\\(.*\\)\\'" path) (progn (let ... ... ... ... ...
... ... ... ...)))
(when (string-match "\\`\\(~[^/]*\\)\\(.*\\)\\'" path) (let (... ...) (set-buffer
...) (erase-buffer) (tramp-send-command multi-method method user host ... t)
(tramp-wait-for-output) (goto-char ...) (setq uname ...) (setq path ...)
(erase-buffer)))
(save-excursion (when (string-match "\\`\\(~[^/]*\\)\\(.*\\)\\'" path) (let ... ...
... ... ... ... ... ... ...)) (let (...) (tramp-make-tramp-file-name multi-method
method user host ...)))
(let* ((v ...) (multi-method ...) (method ...) (user ...) (host ...) (path ...))
(when (tramp-ange-ftp-file-name-p multi-method method) (tramp-invoke-ange-ftp ... name
nil)) (unless (file-name-absolute-p path) (setq path ...)) (save-excursion (when ...
...) (let ... ...)))
(with-parsed-tramp-file-name name nil (when (tramp-ange-ftp-file-name-p multi-method
method) (tramp-invoke-ange-ftp ... name nil)) (unless (file-name-absolute-p path)
(setq path ...)) (save-excursion (when ... ...) (let ... ...)))
(if (not (tramp-tramp-file-p name)) (tramp-run-real-handler (quote expand-file-name)
(list name nil)) (with-parsed-tramp-file-name name nil (when ... ...) (unless ... ...)
(save-excursion ... ...)))
tramp-handle-expand-file-name("/plink:[EMAIL PROTECTED]:thiel/Temp/Hotels-Bonn.txt"
nil)
apply(tramp-handle-expand-file-name
("/plink:[EMAIL PROTECTED]:thiel/Temp/Hotels-Bonn.txt" nil))
(progn (apply (cdr fn) args))
(unwind-protect (progn (apply ... args)) (set-match-data save-match-data-internal))
(let ((save-match-data-internal ...)) (unwind-protect (progn ...) (set-match-data
save-match-data-internal)))
(save-match-data (apply (cdr fn) args))
(catch (quote tramp-forward-to-ange-ftp) (save-match-data (apply ... args)))
(if fn (catch (quote tramp-forward-to-ange-ftp) (save-match-data ...))
(tramp-run-real-handler operation args))
(let ((fn ...)) (if fn (catch ... ...) (tramp-run-real-handler operation args)))
tramp-file-name-handler(expand-file-name
"/plink:[EMAIL PROTECTED]:thiel/Temp/Hotels-Bonn.txt" nil)
expand-file-name("/plink:[EMAIL PROTECTED]:thiel/Temp/Hotels-Bonn.txt")
find-file-noselect("/plink:[EMAIL PROTECTED]:thiel/Temp/Hotels-Bonn.txt"
nil nil 1)
find-file("/plink:[EMAIL PROTECTED]:thiel/Temp/Hotels-Bonn.txt" 1)
call-interactively(find-file)
ido-file-internal(always-frame)
ido-find-file()
* call-interactively(ido-find-file)
Emacs : GNU Emacs 21.2.1 (i386-msvc-windows98.2222)
of 2002-03-19 on buffy
Package: tramp (2.0.12)
current state:
==============
(setq
tramp-ls-command nil
tramp-test-groks-nt nil
tramp-file-exists-command nil
tramp-current-multi-method nil
tramp-current-method nil
tramp-current-user nil
tramp-current-host nil
tramp-auto-save-directory nil
tramp-default-method "ssh"
tramp-rsh-end-of-line "\n"
tramp-remote-path '("/bin" "/usr/bin" "/usr/sbin" "/usr/local/bin"
"/usr/ccs/bin" "/local/bin" "/local/freeware/bin"
"/local/gnu/bin" "/usr/freeware/bin" "/usr/pkg/bin"
"/usr/contrib/bin")
tramp-login-prompt-regexp ".*ogin: *"
tramp-password-prompt-regexp "^.*\\([pP]assword\\|passphrase.*\\): ? *"
tramp-wrong-passwd-regexp "^.*\\(Connection \\(?:\\(?:clo\\|refu\\)sed\\)\\|Host key
verification failed\\.\\|Login \\(?:[Ii]ncorrect\\)\\|Name or service not
known\\|\\(?:Permission denied\\|Sorry, try again\\)\\.\\).*\\|^.*\\(Received signal
[0-9]+\\).*"
tramp-yesno-prompt-regexp "Are you sure you want to continue connecting (yes/no)\\? *"
tramp-temp-name-prefix "tramp."
tramp-file-name-structure
'("\\`/\\(\\([a-zA-Z0-9-]+\\):\\)?\\(\\([^:@/]+\\)@\\)?\\([^:/]+\\):\\(.*\\)\\'" 2 4 5
6)
tramp-file-name-regexp "\\`/[^/:]+:"
tramp-multi-file-name-structure
'("\\`/\\(\\([a-zA-Z0-9]+\\)?:\\)\\(\\(%s\\)+\\)\\(.*\\)\\'" 2 3 -1)
tramp-multi-file-name-hop-structure
'("\\([a-zA-z0-9_]+\\):\\([^@:/]+\\)@\\([^:/]+\\):" 1 2 3)
tramp-multi-methods '("multi" "multiu")
tramp-multi-connection-function-alist '(("telnet" tramp-multi-connect-telnet
"telnet %h%n")
("rsh" tramp-multi-connect-rlogin
"rsh %h -l %u%n")
("ssh" tramp-multi-connect-rlogin
"ssh %h -l %u%n")
("su" tramp-multi-connect-su
"su - %u%n")
("sudo" tramp-multi-connect-su
"sudo -u %u -s%n")
)
tramp-make-tramp-file-format "/%m:%u@%h:%p"
tramp-end-of-output "/////"
tramp-coding-commands '(("mimencode -b" "mimencode -u -b"
base64-encode-region base64-decode-region)
("mmencode -b" "mmencode -u -b" base64-encode-region
base64-decode-region)
("recode data..base64" "recode base64..data"
base64-encode-region base64-decode-region)
("uuencode xxx" "uudecode -o -" nil
uudecode-decode-region)
("uuencode xxx" "uudecode -p" nil
uudecode-decode-region)
("uuencode xxx" "tramp_uudecode" nil
uudecode-decode-region)
("tramp_encode_with_module"
"tramp_decode_with_module" base64-encode-region
base64-decode-region)
("tramp_encode" "tramp_decode" base64-encode-region
base64-decode-region)
)
tramp-actions-before-shell '((tramp-password-prompt-regexp
tramp-action-password)
(tramp-login-prompt-regexp tramp-action-login)
(shell-prompt-pattern tramp-action-succeed)
(tramp-wrong-passwd-regexp
tramp-action-permission-denied)
(tramp-yesno-prompt-regexp tramp-action-yesno))
tramp-multi-actions '((tramp-password-prompt-regexp
tramp-multi-action-password)
(tramp-login-prompt-regexp tramp-multi-action-login)
(shell-prompt-pattern tramp-multi-action-succeed)
(tramp-wrong-passwd-regexp
tramp-multi-action-permission-denied)
)
tramp-terminal-type "dumb"
shell-prompt-pattern "^[^#$%>\n]*[#$%>] *"
backup-by-copying nil
backup-by-copying-when-linked nil
backup-by-copying-when-mismatch nil
backup-by-copying-when-privileged-mismatch 200
file-name-handler-alist '(("\\`/[^/:]+:" . tramp-file-name-handler)
("\\`/:" . file-name-non-special))
)
Another debug-buffer (which I don't understand either) says:
---
# Opening connection for [EMAIL PROTECTED] using plink...
# Processing actions
# Waiting 60s for prompt from remote shell
# Looking for pattern ^.*\([pP]assword\|passphrase.*\): ? *
# Looking for pattern .*ogin: *
# Looking for pattern ^[^#$%>
]*[#$%>] *
# Looking for pattern ^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification
failed\.\|Login \(?:[Ii]ncorrect\)\|Name or service not known\|\(?:Permission
denied\|Sorry, try again\)\.\).*\|^.*\(Received signal [0-9]+\).*
# Looking for pattern Are you sure you want to continue connecting (yes/no)\? *
# Looking for pattern ^.*\([pP]assword\|passphrase.*\): ? *
# Looking for pattern .*ogin: *
# Looking for pattern ^[^#$%>
]*[#$%>] *
# Looking for pattern ^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification
failed\.\|Login \(?:[Ii]ncorrect\)\|Name or service not known\|\(?:Permission
denied\|Sorry, try again\)\.\).*\|^.*\(Received signal [0-9]+\).*
# Looking for pattern Are you sure you want to continue connecting (yes/no)\? *
# Looking for pattern ^.*\([pP]assword\|passphrase.*\): ? *
# Looking for pattern .*ogin: *
# Looking for pattern ^[^#$%>
]*[#$%>] *
# Looking for pattern ^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification
failed\.\|Login \(?:[Ii]ncorrect\)\|Name or service not known\|\(?:Permission
denied\|Sorry, try again\)\.\).*\|^.*\(Received signal [0-9]+\).*
# Looking for pattern Are you sure you want to continue connecting (yes/no)\? *
# Looking for pattern ^.*\([pP]assword\|passphrase.*\): ? *
# Looking for pattern .*ogin: *
# Looking for pattern ^[^#$%>
]*[#$%>] *
# Looking for pattern ^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification
failed\.\|Login \(?:[Ii]ncorrect\)\|Name or service not known\|\(?:Permission
denied\|Sorry, try again\)\.\).*\|^.*\(Received signal [0-9]+\).*
# Looking for pattern Are you sure you want to continue connecting (yes/no)\? *
# Looking for pattern ^.*\([pP]assword\|passphrase.*\): ? *
# Looking for pattern .*ogin: *
# Looking for pattern ^[^#$%>
]*[#$%>] *
# Looking for pattern ^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification
failed\.\|Login \(?:[Ii]ncorrect\)\|Name or service not known\|\(?:Permission
denied\|Sorry, try again\)\.\).*\|^.*\(Received signal [0-9]+\).*
# Looking for pattern Are you sure you want to continue connecting (yes/no)\? *
# Looking for pattern ^.*\([pP]assword\|passphrase.*\): ? *
# Looking for pattern .*ogin: *
# Looking for pattern ^[^#$%>
]*[#$%>] *
# Looking for pattern ^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification
failed\.\|Login \(?:[Ii]ncorrect\)\|Name or service not known\|\(?:Permission
denied\|Sorry, try again\)\.\).*\|^.*\(Received signal [0-9]+\).*
# Looking for pattern Are you sure you want to continue connecting (yes/no)\? *
# Looking for pattern ^.*\([pP]assword\|passphrase.*\): ? *
# Looking for pattern .*ogin: *
# Looking for pattern ^[^#$%>
]*[#$%>] *
# Looking for pattern ^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification
failed\.\|Login \(?:[Ii]ncorrect\)\|Name or service not known\|\(?:Permission
denied\|Sorry, try again\)\.\).*\|^.*\(Received signal [0-9]+\).*
# Looking for pattern Are you sure you want to continue connecting (yes/no)\? *
# Looking for pattern ^.*\([pP]assword\|passphrase.*\): ? *
# Looking for pattern .*ogin: *
# Looking for pattern ^[^#$%>
]*[#$%>] *
# Looking for pattern ^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification
failed\.\|Login \(?:[Ii]ncorrect\)\|Name or service not known\|\(?:Permission
denied\|Sorry, try again\)\.\).*\|^.*\(Received signal [0-9]+\).*
# Looking for pattern Are you sure you want to continue connecting (yes/no)\? *
# Looking for pattern ^.*\([pP]assword\|passphrase.*\): ? *
# Looking for pattern .*ogin: *
# Looking for pattern ^[^#$%>
]*[#$%>] *
# Looking for pattern ^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification
failed\.\|Login \(?:[Ii]ncorrect\)\|Name or service not known\|\(?:Permission
denied\|Sorry, try again\)\.\).*\|^.*\(Received signal [0-9]+\).*
# Looking for pattern Are you sure you want to continue connecting (yes/no)\? *
# Looking for pattern ^.*\([pP]assword\|passphrase.*\): ? *
# Looking for pattern .*ogin: *
# Looking for pattern ^[^#$%>
]*[#$%>] *
# Looking for pattern ^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification
failed\.\|Login \(?:[Ii]ncorrect\)\|Name or service not known\|\(?:Permission
denied\|Sorry, try again\)\.\).*\|^.*\(Received signal [0-9]+\).*
# Looking for pattern Are you sure you want to continue connecting (yes/no)\? *
# Looking for pattern ^.*\([pP]assword\|passphrase.*\): ? *
# Looking for pattern .*ogin: *
# Looking for pattern ^[^#$%>
]*[#$%>] *
# Looking for pattern ^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification
failed\.\|Login \(?:[Ii]ncorrect\)\|Name or service not known\|\(?:Permission
denied\|Sorry, try again\)\.\).*\|^.*\(Received signal [0-9]+\).*
# Looking for pattern Are you sure you want to continue connecting (yes/no)\? *
# Looking for pattern ^.*\([pP]assword\|passphrase.*\): ? *
# Looking for pattern .*ogin: *
# Looking for pattern ^[^#$%>
]*[#$%>] *
# Looking for pattern ^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification
failed\.\|Login \(?:[Ii]ncorrect\)\|Name or service not known\|\(?:Permission
denied\|Sorry, try again\)\.\).*\|^.*\(Received signal [0-9]+\).*
# Looking for pattern Are you sure you want to continue connecting (yes/no)\? *
# Looking for pattern ^.*\([pP]assword\|passphrase.*\): ? *
# Looking for pattern .*ogin: *
# Looking for pattern ^[^#$%>
]*[#$%>] *
# Looking for pattern ^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification
failed\.\|Login \(?:[Ii]ncorrect\)\|Name or service not known\|\(?:Permission
denied\|Sorry, try again\)\.\).*\|^.*\(Received signal [0-9]+\).*
# Looking for pattern Are you sure you want to continue connecting (yes/no)\? *
# Looking for pattern ^.*\([pP]assword\|passphrase.*\): ? *
# Looking for pattern .*ogin: *
# Looking for pattern ^[^#$%>
]*[#$%>] *
# Looking for pattern ^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification
failed\.\|Login \(?:[Ii]ncorrect\)\|Name or service not known\|\(?:Permission
denied\|Sorry, try again\)\.\).*\|^.*\(Received signal [0-9]+\).*
# Looking for pattern Are you sure you want to continue connecting (yes/no)\? *
# Looking for pattern ^.*\([pP]assword\|passphrase.*\): ? *
# Looking for pattern .*ogin: *
# Looking for pattern ^[^#$%>
]*[#$%>] *
# Looking for pattern ^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification
failed\.\|Login \(?:[Ii]ncorrect\)\|Name or service not known\|\(?:Permission
denied\|Sorry, try again\)\.\).*\|^.*\(Received signal [0-9]+\).*
# Looking for pattern Are you sure you want to continue connecting (yes/no)\? *
# Looking for pattern ^.*\([pP]assword\|passphrase.*\): ? *
# Looking for pattern .*ogin: *
# Looking for pattern ^[^#$%>
]*[#$%>] *
# Looking for pattern ^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification
failed\.\|Login \(?:[Ii]ncorrect\)\|Name or service not known\|\(?:Permission
denied\|Sorry, try again\)\.\).*\|^.*\(Received signal [0-9]+\).*
# Looking for pattern Are you sure you want to continue connecting (yes/no)\? *
# Looking for pattern ^.*\([pP]assword\|passphrase.*\): ? *
# Looking for pattern .*ogin: *
# Looking for pattern ^[^#$%>
]*[#$%>] *
# Looking for pattern ^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification
failed\.\|Login \(?:[Ii]ncorrect\)\|Name or service not known\|\(?:Permission
denied\|Sorry, try again\)\.\).*\|^.*\(Received signal [0-9]+\).*
# Looking for pattern Are you sure you want to continue connecting (yes/no)\? *
# Looking for pattern ^.*\([pP]assword\|passphrase.*\): ? *
# Looking for pattern .*ogin: *
# Looking for pattern ^[^#$%>
]*[#$%>] *
# Looking for pattern ^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification
failed\.\|Login \(?:[Ii]ncorrect\)\|Name or service not known\|\(?:Permission
denied\|Sorry, try again\)\.\).*\|^.*\(Received signal [0-9]+\).*
# Looking for pattern Are you sure you want to continue connecting (yes/no)\? *
# Looking for pattern ^.*\([pP]assword\|passphrase.*\): ? *
# Looking for pattern .*ogin: *
# Looking for pattern ^[^#$%>
]*[#$%>] *
# Looking for pattern ^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification
failed\.\|Login \(?:[Ii]ncorrect\)\|Name or service not known\|\(?:Permission
denied\|Sorry, try again\)\.\).*\|^.*\(Received signal [0-9]+\).*
# Looking for pattern Are you sure you want to continue connecting (yes/no)\? *
# Looking for pattern ^.*\([pP]assword\|passphrase.*\): ? *
# Looking for pattern .*ogin: *
# Looking for pattern ^[^#$%>
]*[#$%>] *
# Looking for pattern ^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification
failed\.\|Login \(?:[Ii]ncorrect\)\|Name or service not known\|\(?:Permission
denied\|Sorry, try again\)\.\).*\|^.*\(Received signal [0-9]+\).*
# Looking for pattern Are you sure you want to continue connecting (yes/no)\? *
# Looking for pattern ^.*\([pP]assword\|passphrase.*\): ? *
# Looking for pattern .*ogin: *
# Looking for pattern ^[^#$%>
]*[#$%>] *
# Looking for pattern ^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification
failed\.\|Login \(?:[Ii]ncorrect\)\|Name or service not known\|\(?:Permission
denied\|Sorry, try again\)\.\).*\|^.*\(Received signal [0-9]+\).*
# Looking for pattern Are you sure you want to continue connecting (yes/no)\? *
# Looking for pattern ^.*\([pP]assword\|passphrase.*\): ? *
# Looking for pattern .*ogin: *
# Looking for pattern ^[^#$%>
]*[#$%>] *
# Looking for pattern ^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification
failed\.\|Login \(?:[Ii]ncorrect\)\|Name or service not known\|\(?:Permission
denied\|Sorry, try again\)\.\).*\|^.*\(Received signal [0-9]+\).*
# Looking for pattern Are you sure you want to continue connecting (yes/no)\? *
# Looking for pattern ^.*\([pP]assword\|passphrase.*\): ? *
# Looking for pattern .*ogin: *
# Looking for pattern ^[^#$%>
]*[#$%>] *
# Looking for pattern ^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification
failed\.\|Login \(?:[Ii]ncorrect\)\|Name or service not known\|\(?:Permission
denied\|Sorry, try again\)\.\).*\|^.*\(Received signal [0-9]+\).*
# Looking for pattern Are you sure you want to continue connecting (yes/no)\? *
# Looking for pattern ^.*\([pP]assword\|passphrase.*\): ? *
# Looking for pattern .*ogin: *
# Looking for pattern ^[^#$%>
]*[#$%>] *
# Looking for pattern ^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification
failed\.\|Login \(?:[Ii]ncorrect\)\|Name or service not known\|\(?:Permission
denied\|Sorry, try again\)\.\).*\|^.*\(Received signal [0-9]+\).*
# Looking for pattern Are you sure you want to continue connecting (yes/no)\? *
# Looking for pattern ^.*\([pP]assword\|passphrase.*\): ? *
# Looking for pattern .*ogin: *
# Looking for pattern ^[^#$%>
]*[#$%>] *
# Looking for pattern ^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification
failed\.\|Login \(?:[Ii]ncorrect\)\|Name or service not known\|\(?:Permission
denied\|Sorry, try again\)\.\).*\|^.*\(Received signal [0-9]+\).*
# Looking for pattern Are you sure you want to continue connecting (yes/no)\? *
# Looking for pattern ^.*\([pP]assword\|passphrase.*\): ? *
# Looking for pattern .*ogin: *
# Looking for pattern ^[^#$%>
]*[#$%>] *
# Looking for pattern ^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification
failed\.\|Login \(?:[Ii]ncorrect\)\|Name or service not known\|\(?:Permission
denied\|Sorry, try again\)\.\).*\|^.*\(Received signal [0-9]+\).*
# Looking for pattern Are you sure you want to continue connecting (yes/no)\? *
# Looking for pattern ^.*\([pP]assword\|passphrase.*\): ? *
# Looking for pattern .*ogin: *
# Looking for pattern ^[^#$%>
]*[#$%>] *
# Looking for pattern ^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification
failed\.\|Login \(?:[Ii]ncorrect\)\|Name or service not known\|\(?:Permission
denied\|Sorry, try again\)\.\).*\|^.*\(Received signal [0-9]+\).*
# Looking for pattern Are you sure you want to continue connecting (yes/no)\? *
# Looking for pattern ^.*\([pP]assword\|passphrase.*\): ? *
# Looking for pattern .*ogin: *
# Looking for pattern ^[^#$%>
]*[#$%>] *
# Looking for pattern ^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification
failed\.\|Login \(?:[Ii]ncorrect\)\|Name or service not known\|\(?:Permission
denied\|Sorry, try again\)\.\).*\|^.*\(Received signal [0-9]+\).*
# Looking for pattern Are you sure you want to continue connecting (yes/no)\? *
# Looking for pattern ^.*\([pP]assword\|passphrase.*\): ? *
# Looking for pattern .*ogin: *
# Looking for pattern ^[^#$%>
]*[#$%>] *
# Looking for pattern ^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification
failed\.\|Login \(?:[Ii]ncorrect\)\|Name or service not known\|\(?:Permission
denied\|Sorry, try again\)\.\).*\|^.*\(Received signal [0-9]+\).*
# Looking for pattern Are you sure you want to continue connecting (yes/no)\? *
# Looking for pattern ^.*\([pP]assword\|passphrase.*\): ? *
# Looking for pattern .*ogin: *
# Looking for pattern ^[^#$%>
]*[#$%>] *
# Looking for pattern ^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification
failed\.\|Login \(?:[Ii]ncorrect\)\|Name or service not known\|\(?:Permission
denied\|Sorry, try again\)\.\).*\|^.*\(Received signal [0-9]+\).*
# Looking for pattern Are you sure you want to continue connecting (yes/no)\? *
# Looking for pattern ^.*\([pP]assword\|passphrase.*\): ? *
# Looking for pattern .*ogin: *
# Looking for pattern ^[^#$%>
]*[#$%>] *
# Looking for pattern ^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification
failed\.\|Login \(?:[Ii]ncorrect\)\|Name or service not known\|\(?:Permission
denied\|Sorry, try again\)\.\).*\|^.*\(Received signal [0-9]+\).*
# Looking for pattern Are you sure you want to continue connecting (yes/no)\? *
# Looking for pattern ^.*\([pP]assword\|passphrase.*\): ? *
# Looking for pattern .*ogin: *
# Looking for pattern ^[^#$%>
]*[#$%>] *
# Looking for pattern ^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification
failed\.\|Login \(?:[Ii]ncorrect\)\|Name or service not known\|\(?:Permission
denied\|Sorry, try again\)\.\).*\|^.*\(Received signal [0-9]+\).*
# Looking for pattern Are you sure you want to continue connecting (yes/no)\? *
# Looking for pattern ^.*\([pP]assword\|passphrase.*\): ? *
# Looking for pattern .*ogin: *
# Looking for pattern ^[^#$%>
]*[#$%>] *
# Looking for pattern ^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification
failed\.\|Login \(?:[Ii]ncorrect\)\|Name or service not known\|\(?:Permission
denied\|Sorry, try again\)\.\).*\|^.*\(Received signal [0-9]+\).*
# Looking for pattern Are you sure you want to continue connecting (yes/no)\? *
# Looking for pattern ^.*\([pP]assword\|passphrase.*\): ? *
# Looking for pattern .*ogin: *
# Looking for pattern ^[^#$%>
]*[#$%>] *
# Looking for pattern ^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification
failed\.\|Login \(?:[Ii]ncorrect\)\|Name or service not known\|\(?:Permission
denied\|Sorry, try again\)\.\).*\|^.*\(Received signal [0-9]+\).*
# Looking for pattern Are you sure you want to continue connecting (yes/no)\? *
# Looking for pattern ^.*\([pP]assword\|passphrase.*\): ? *
# Looking for pattern .*ogin: *
# Looking for pattern ^[^#$%>
]*[#$%>] *
# Looking for pattern ^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification
failed\.\|Login \(?:[Ii]ncorrect\)\|Name or service not known\|\(?:Permission
denied\|Sorry, try again\)\.\).*\|^.*\(Received signal [0-9]+\).*
# Looking for pattern Are you sure you want to continue connecting (yes/no)\? *
# Looking for pattern ^.*\([pP]assword\|passphrase.*\): ? *
# Looking for pattern .*ogin: *
# Looking for pattern ^[^#$%>
]*[#$%>] *
# Looking for pattern ^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification
failed\.\|Login \(?:[Ii]ncorrect\)\|Name or service not known\|\(?:Permission
denied\|Sorry, try again\)\.\).*\|^.*\(Received signal [0-9]+\).*
# Looking for pattern Are you sure you want to continue connecting (yes/no)\? *
# Looking for pattern ^.*\([pP]assword\|passphrase.*\): ? *
# Looking for pattern .*ogin: *
# Looking for pattern ^[^#$%>
]*[#$%>] *
# Looking for pattern ^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification
failed\.\|Login \(?:[Ii]ncorrect\)\|Name or service not known\|\(?:Permission
denied\|Sorry, try again\)\.\).*\|^.*\(Received signal [0-9]+\).*
# Looking for pattern Are you sure you want to continue connecting (yes/no)\? *
# Looking for pattern ^.*\([pP]assword\|passphrase.*\): ? *
# Looking for pattern .*ogin: *
# Looking for pattern ^[^#$%>
]*[#$%>] *
# Looking for pattern ^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification
failed\.\|Login \(?:[Ii]ncorrect\)\|Name or service not known\|\(?:Permission
denied\|Sorry, try again\)\.\).*\|^.*\(Received signal [0-9]+\).*
# Looking for pattern Are you sure you want to continue connecting (yes/no)\? *
# Looking for pattern ^.*\([pP]assword\|passphrase.*\): ? *
# Looking for pattern .*ogin: *
# Looking for pattern ^[^#$%>
]*[#$%>] *
# Looking for pattern ^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification
failed\.\|Login \(?:[Ii]ncorrect\)\|Name or service not known\|\(?:Permission
denied\|Sorry, try again\)\.\).*\|^.*\(Received signal [0-9]+\).*
# Looking for pattern Are you sure you want to continue connecting (yes/no)\? *
# Looking for pattern ^.*\([pP]assword\|passphrase.*\): ? *
# Looking for pattern .*ogin: *
# Looking for pattern ^[^#$%>
]*[#$%>] *
# Looking for pattern ^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification
failed\.\|Login \(?:[Ii]ncorrect\)\|Name or service not known\|\(?:Permission
denied\|Sorry, try again\)\.\).*\|^.*\(Received signal [0-9]+\).*
# Looking for pattern Are you sure you want to continue connecting (yes/no)\? *
# Looking for pattern ^.*\([pP]assword\|passphrase.*\): ? *
# Looking for pattern .*ogin: *
# Looking for pattern ^[^#$%>
]*[#$%>] *
# Looking for pattern ^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification
failed\.\|Login \(?:[Ii]ncorrect\)\|Name or service not known\|\(?:Permission
denied\|Sorry, try again\)\.\).*\|^.*\(Received signal [0-9]+\).*
# Looking for pattern Are you sure you want to continue connecting (yes/no)\? *
# Looking for pattern ^.*\([pP]assword\|passphrase.*\): ? *
# Looking for pattern .*ogin: *
# Looking for pattern ^[^#$%>
]*[#$%>] *
# Looking for pattern ^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification
failed\.\|Login \(?:[Ii]ncorrect\)\|Name or service not known\|\(?:Permission
denied\|Sorry, try again\)\.\).*\|^.*\(Received signal [0-9]+\).*
# Looking for pattern Are you sure you want to continue connecting (yes/no)\? *
# Looking for pattern ^.*\([pP]assword\|passphrase.*\): ? *
# Looking for pattern .*ogin: *
# Looking for pattern ^[^#$%>
]*[#$%>] *
# Looking for pattern ^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification
failed\.\|Login \(?:[Ii]ncorrect\)\|Name or service not known\|\(?:Permission
denied\|Sorry, try again\)\.\).*\|^.*\(Received signal [0-9]+\).*
# Looking for pattern Are you sure you want to continue connecting (yes/no)\? *
# Looking for pattern ^.*\([pP]assword\|passphrase.*\): ? *
# Looking for pattern .*ogin: *
# Looking for pattern ^[^#$%>
]*[#$%>] *
# Looking for pattern ^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification
failed\.\|Login \(?:[Ii]ncorrect\)\|Name or service not known\|\(?:Permission
denied\|Sorry, try again\)\.\).*\|^.*\(Received signal [0-9]+\).*
# Looking for pattern Are you sure you want to continue connecting (yes/no)\? *
# Looking for pattern ^.*\([pP]assword\|passphrase.*\): ? *
# Looking for pattern .*ogin: *
# Looking for pattern ^[^#$%>
]*[#$%>] *
# Looking for pattern ^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification
failed\.\|Login \(?:[Ii]ncorrect\)\|Name or service not known\|\(?:Permission
denied\|Sorry, try again\)\.\).*\|^.*\(Received signal [0-9]+\).*
# Looking for pattern Are you sure you want to continue connecting (yes/no)\? *
# Looking for pattern ^.*\([pP]assword\|passphrase.*\): ? *
# Looking for pattern .*ogin: *
# Looking for pattern ^[^#$%>
]*[#$%>] *
# Looking for pattern ^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification
failed\.\|Login \(?:[Ii]ncorrect\)\|Name or service not known\|\(?:Permission
denied\|Sorry, try again\)\.\).*\|^.*\(Received signal [0-9]+\).*
# Looking for pattern Are you sure you want to continue connecting (yes/no)\? *
# Looking for pattern ^.*\([pP]assword\|passphrase.*\): ? *
# Looking for pattern .*ogin: *
# Looking for pattern ^[^#$%>
]*[#$%>] *
# Looking for pattern ^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification
failed\.\|Login \(?:[Ii]ncorrect\)\|Name or service not known\|\(?:Permission
denied\|Sorry, try again\)\.\).*\|^.*\(Received signal [0-9]+\).*
# Looking for pattern Are you sure you want to continue connecting (yes/no)\? *
# Looking for pattern ^.*\([pP]assword\|passphrase.*\): ? *
# Looking for pattern .*ogin: *
# Looking for pattern ^[^#$%>
]*[#$%>] *
# Looking for pattern ^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification
failed\.\|Login \(?:[Ii]ncorrect\)\|Name or service not known\|\(?:Permission
denied\|Sorry, try again\)\.\).*\|^.*\(Received signal [0-9]+\).*
# Looking for pattern Are you sure you want to continue connecting (yes/no)\? *
# Looking for pattern ^.*\([pP]assword\|passphrase.*\): ? *
# Looking for pattern .*ogin: *
# Looking for pattern ^[^#$%>
]*[#$%>] *
# Looking for pattern ^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification
failed\.\|Login \(?:[Ii]ncorrect\)\|Name or service not known\|\(?:Permission
denied\|Sorry, try again\)\.\).*\|^.*\(Received signal [0-9]+\).*
# Looking for pattern Are you sure you want to continue connecting (yes/no)\? *
# Looking for pattern ^.*\([pP]assword\|passphrase.*\): ? *
# Looking for pattern .*ogin: *
# Looking for pattern ^[^#$%>
]*[#$%>] *
# Looking for pattern ^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification
failed\.\|Login \(?:[Ii]ncorrect\)\|Name or service not known\|\(?:Permission
denied\|Sorry, try again\)\.\).*\|^.*\(Received signal [0-9]+\).*
# Looking for pattern Are you sure you want to continue connecting (yes/no)\? *
# Looking for pattern ^.*\([pP]assword\|passphrase.*\): ? *
# Looking for pattern .*ogin: *
# Looking for pattern ^[^#$%>
]*[#$%>] *
# Looking for pattern ^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification
failed\.\|Login \(?:[Ii]ncorrect\)\|Name or service not known\|\(?:Permission
denied\|Sorry, try again\)\.\).*\|^.*\(Received signal [0-9]+\).*
# Looking for pattern Are you sure you want to continue connecting (yes/no)\? *
# Looking for pattern ^.*\([pP]assword\|passphrase.*\): ? *
# Looking for pattern .*ogin: *
# Looking for pattern ^[^#$%>
]*[#$%>] *
# Looking for pattern ^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification
failed\.\|Login \(?:[Ii]ncorrect\)\|Name or service not known\|\(?:Permission
denied\|Sorry, try again\)\.\).*\|^.*\(Received signal [0-9]+\).*
# Looking for pattern Are you sure you want to continue connecting (yes/no)\? *
# Looking for pattern ^.*\([pP]assword\|passphrase.*\): ? *
# Looking for pattern .*ogin: *
# Looking for pattern ^[^#$%>
]*[#$%>] *
# Looking for pattern ^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification
failed\.\|Login \(?:[Ii]ncorrect\)\|Name or service not known\|\(?:Permission
denied\|Sorry, try again\)\.\).*\|^.*\(Received signal [0-9]+\).*
# Looking for pattern Are you sure you want to continue connecting (yes/no)\? *
# Looking for pattern ^.*\([pP]assword\|passphrase.*\): ? *
# Looking for pattern .*ogin: *
# Looking for pattern ^[^#$%>
]*[#$%>] *
# Looking for pattern ^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification
failed\.\|Login \(?:[Ii]ncorrect\)\|Name or service not known\|\(?:Permission
denied\|Sorry, try again\)\.\).*\|^.*\(Received signal [0-9]+\).*
# Looking for pattern Are you sure you want to continue connecting (yes/no)\? *
# Looking for pattern ^.*\([pP]assword\|passphrase.*\): ? *
# Looking for pattern .*ogin: *
# Looking for pattern ^[^#$%>
]*[#$%>] *
# Looking for pattern ^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification
failed\.\|Login \(?:[Ii]ncorrect\)\|Name or service not known\|\(?:Permission
denied\|Sorry, try again\)\.\).*\|^.*\(Received signal [0-9]+\).*
# Looking for pattern Are you sure you want to continue connecting (yes/no)\? *
# Looking for pattern ^.*\([pP]assword\|passphrase.*\): ? *
# Looking for pattern .*ogin: *
# Looking for pattern ^[^#$%>
]*[#$%>] *
# Looking for pattern ^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification
failed\.\|Login \(?:[Ii]ncorrect\)\|Name or service not known\|\(?:Permission
denied\|Sorry, try again\)\.\).*\|^.*\(Received signal [0-9]+\).*
# Looking for pattern Are you sure you want to continue connecting (yes/no)\? *
# Looking for pattern ^.*\([pP]assword\|passphrase.*\): ? *
# Looking for pattern .*ogin: *
# Looking for pattern ^[^#$%>
]*[#$%>] *
# Looking for pattern ^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification
failed\.\|Login \(?:[Ii]ncorrect\)\|Name or service not known\|\(?:Permission
denied\|Sorry, try again\)\.\).*\|^.*\(Received signal [0-9]+\).*
# Looking for pattern Are you sure you want to continue connecting (yes/no)\? *
# Looking for pattern ^.*\([pP]assword\|passphrase.*\): ? *
# Looking for pattern .*ogin: *
# Looking for pattern ^[^#$%>
]*[#$%>] *
# Looking for pattern ^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification
failed\.\|Login \(?:[Ii]ncorrect\)\|Name or service not known\|\(?:Permission
denied\|Sorry, try again\)\.\).*\|^.*\(Received signal [0-9]+\).*
# Looking for pattern Are you sure you want to continue connecting (yes/no)\? *
# Looking for pattern ^.*\([pP]assword\|passphrase.*\): ? *
# Looking for pattern .*ogin: *
# Looking for pattern ^[^#$%>
]*[#$%>] *
# Looking for pattern ^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification
failed\.\|Login \(?:[Ii]ncorrect\)\|Name or service not known\|\(?:Permission
denied\|Sorry, try again\)\.\).*\|^.*\(Received signal [0-9]+\).*
# Looking for pattern Are you sure you want to continue connecting (yes/no)\? *