/[tramp]/tramp/lisp/tramp.el
ViewVC logotype

Diff of /tramp/lisp/tramp.el

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 2.304 by kai, Wed May 21 07:53:50 2003 UTC revision 2.305 by kai, Sat May 24 16:10:40 2003 UTC
# Line 665  Also see `tramp-password-end-of-line'." Line 665  Also see `tramp-password-end-of-line'."
665    :group 'tramp    :group 'tramp
666    :type 'string)    :type 'string)
667    
668  (defcustom tramp-password-end-of-line tramp-rsh-end-of-line  (defcustom tramp-password-end-of-line
669      (if (string-match "plink" tramp-default-method)
670          ;; Any two characters will do for plink!  Doesn't have to be
671          ;; newline characters.
672          "xy"
673        tramp-rsh-end-of-line)
674    "*String used for end of line after sending a password.    "*String used for end of line after sending a password.
675  It seems that people using plink under Windows need to send  It seems that people using plink under Windows need to send
676  \"\\r\\n\" (carriage-return, then newline) after a password, but just  \"\\r\\n\" (carriage-return, then newline) after a password, but just

Legend:
Removed from v.2.304  
changed lines
  Added in v.2.305

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26