* net/tramp.el (tramp-methods): Remove "-q" from `tramp-login-args'
in order to see error messages for failed logins.
This commit is contained in:
parent
58eb6cf0f7
commit
c04b03f8d5
2 changed files with 16 additions and 11 deletions
|
@ -1,3 +1,8 @@
|
|||
2010-05-04 Michael Albinus <michael.albinus@gmx.de>
|
||||
|
||||
* net/tramp.el (tramp-methods): Remove "-q" from `tramp-login-args'
|
||||
in order to see error messages for failed logins.
|
||||
|
||||
2010-05-03 Chong Yidong <cyd@stupidchicken.com>
|
||||
|
||||
* diff.el (diff-sentinel):
|
||||
|
@ -98,7 +103,7 @@
|
|||
(ede-dired-minor-mode): Use define-minor-mode and derived-mode-p.
|
||||
(ede-dired-add-to-target): Use dolist.
|
||||
|
||||
2010-05-01 Toru TSUNEYOSHI <t_tuneyosi@hotmail.com>
|
||||
2010-05-01 Toru TSUNEYOSHI <t_tuneyosi@hotmail.com>
|
||||
Michael Albinus <michael.albinus@gmx.de>
|
||||
|
||||
Implement compression for inline methods.
|
||||
|
@ -109,7 +114,7 @@
|
|||
(tramp-find-inline-compress, tramp-get-inline-compress)
|
||||
(tramp-get-inline-coding): New defuns.
|
||||
(tramp-get-remote-coding, tramp-get-local-coding): Remove,
|
||||
replace by `tramp-get-inline-coding'.
|
||||
replaced by `tramp-get-inline-coding'.
|
||||
(tramp-handle-file-local-copy, tramp-handle-write-region)
|
||||
(tramp-method-out-of-band-p): Use `tramp-get-inline-coding'.
|
||||
|
||||
|
|
|
@ -332,7 +332,7 @@ detected as prompt when being sent on echoing hosts, therefore.")
|
|||
(tramp-copy-recursive t)
|
||||
(tramp-password-end-of-line nil))
|
||||
("scp" (tramp-login-program "ssh")
|
||||
(tramp-login-args (("%h") ("-l" "%u") ("-p" "%p") ("-q")
|
||||
(tramp-login-args (("%h") ("-l" "%u") ("-p" "%p")
|
||||
("-e" "none")))
|
||||
(tramp-remote-sh "/bin/sh")
|
||||
(tramp-copy-program "scp")
|
||||
|
@ -347,7 +347,7 @@ detected as prompt when being sent on echoing hosts, therefore.")
|
|||
("-o" "StrictHostKeyChecking=no")))
|
||||
(tramp-default-port 22))
|
||||
("scp1" (tramp-login-program "ssh")
|
||||
(tramp-login-args (("%h") ("-l" "%u") ("-p" "%p") ("-q")
|
||||
(tramp-login-args (("%h") ("-l" "%u") ("-p" "%p")
|
||||
("-1" "-e" "none")))
|
||||
(tramp-remote-sh "/bin/sh")
|
||||
(tramp-copy-program "scp")
|
||||
|
@ -362,7 +362,7 @@ detected as prompt when being sent on echoing hosts, therefore.")
|
|||
("-o" "StrictHostKeyChecking=no")))
|
||||
(tramp-default-port 22))
|
||||
("scp2" (tramp-login-program "ssh")
|
||||
(tramp-login-args (("%h") ("-l" "%u") ("-p" "%p") ("-q")
|
||||
(tramp-login-args (("%h") ("-l" "%u") ("-p" "%p")
|
||||
("-2" "-e" "none")))
|
||||
(tramp-remote-sh "/bin/sh")
|
||||
(tramp-copy-program "scp")
|
||||
|
@ -447,7 +447,7 @@ detected as prompt when being sent on echoing hosts, therefore.")
|
|||
(tramp-copy-keep-date nil)
|
||||
(tramp-password-end-of-line nil))
|
||||
("ssh" (tramp-login-program "ssh")
|
||||
(tramp-login-args (("%h") ("-l" "%u") ("-p" "%p") ("-q")
|
||||
(tramp-login-args (("%h") ("-l" "%u") ("-p" "%p")
|
||||
("-e" "none")))
|
||||
(tramp-remote-sh "/bin/sh")
|
||||
(tramp-copy-program nil)
|
||||
|
@ -460,7 +460,7 @@ detected as prompt when being sent on echoing hosts, therefore.")
|
|||
("-o" "StrictHostKeyChecking=no")))
|
||||
(tramp-default-port 22))
|
||||
("ssh1" (tramp-login-program "ssh")
|
||||
(tramp-login-args (("%h") ("-l" "%u") ("-p" "%p") ("-q")
|
||||
(tramp-login-args (("%h") ("-l" "%u") ("-p" "%p")
|
||||
("-1" "-e" "none")))
|
||||
(tramp-remote-sh "/bin/sh")
|
||||
(tramp-copy-program nil)
|
||||
|
@ -473,7 +473,7 @@ detected as prompt when being sent on echoing hosts, therefore.")
|
|||
("-o" "StrictHostKeyChecking=no")))
|
||||
(tramp-default-port 22))
|
||||
("ssh2" (tramp-login-program "ssh")
|
||||
(tramp-login-args (("%h") ("-l" "%u") ("-p" "%p") ("-q")
|
||||
(tramp-login-args (("%h") ("-l" "%u") ("-p" "%p")
|
||||
("-2" "-e" "none")))
|
||||
(tramp-remote-sh "/bin/sh")
|
||||
(tramp-copy-program nil)
|
||||
|
@ -535,7 +535,7 @@ detected as prompt when being sent on echoing hosts, therefore.")
|
|||
(tramp-copy-keep-date nil)
|
||||
(tramp-password-end-of-line nil))
|
||||
("scpc" (tramp-login-program "ssh")
|
||||
(tramp-login-args (("%h") ("-l" "%u") ("-p" "%p") ("-q")
|
||||
(tramp-login-args (("%h") ("-l" "%u") ("-p" "%p")
|
||||
("-o" "ControlPath=%t.%%r@%%h:%%p")
|
||||
("-o" "ControlMaster=yes")
|
||||
("-e" "none")))
|
||||
|
@ -552,7 +552,7 @@ detected as prompt when being sent on echoing hosts, therefore.")
|
|||
("-o" "StrictHostKeyChecking=no")))
|
||||
(tramp-default-port 22))
|
||||
("scpx" (tramp-login-program "ssh")
|
||||
(tramp-login-args (("%h") ("-l" "%u") ("-p" "%p") ("-q")
|
||||
(tramp-login-args (("%h") ("-l" "%u") ("-p" "%p")
|
||||
("-e" "none" "-t" "-t" "/bin/sh")))
|
||||
(tramp-remote-sh "/bin/sh")
|
||||
(tramp-copy-program "scp")
|
||||
|
@ -565,7 +565,7 @@ detected as prompt when being sent on echoing hosts, therefore.")
|
|||
("-o" "StrictHostKeyChecking=no")))
|
||||
(tramp-default-port 22))
|
||||
("sshx" (tramp-login-program "ssh")
|
||||
(tramp-login-args (("%h") ("-l" "%u") ("-p" "%p") ("-q")
|
||||
(tramp-login-args (("%h") ("-l" "%u") ("-p" "%p")
|
||||
("-e" "none" "-t" "-t" "/bin/sh")))
|
||||
(tramp-remote-sh "/bin/sh")
|
||||
(tramp-copy-program nil)
|
||||
|
|
Loading…
Add table
Reference in a new issue