]> git.eshelyaron.com Git - emacs.git/commitdiff
* net/tramp.el (tramp-methods): Remove "-q" from `tramp-login-args'
authorMichael Albinus <michael.albinus@gmx.de>
Tue, 4 May 2010 08:44:47 +0000 (10:44 +0200)
committerMichael Albinus <michael.albinus@gmx.de>
Tue, 4 May 2010 08:44:47 +0000 (10:44 +0200)
in order to see error messages for failed logins.

lisp/ChangeLog
lisp/net/tramp.el

index 1cc1bddaca25fd57f635cbd048f4d0fcada952ce..11648ed1abddafd02f18f276f02bceec0021b513 100644 (file)
@@ -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):
        (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.
        (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'.
 
index a385efa2c01df0aa7c6589755531ff026bd8ef99..9852b62ff009025836129a4feb8d9be128670141 100644 (file)
@@ -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)