/[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.323 by kai, Sun Jul 20 13:19:01 2003 UTC revision 2.324 by kai, Sun Jul 20 13:22:15 2003 UTC
# Line 423  This variable defaults to the value of ` Line 423  This variable defaults to the value of `
423                (tramp-login-args           ("-ssh")) ;optionally add "-v"                (tramp-login-args           ("-ssh")) ;optionally add "-v"
424                (tramp-copy-args            nil)                (tramp-copy-args            nil)
425                (tramp-copy-keep-date-arg   nil)                (tramp-copy-keep-date-arg   nil)
426                (tramp-password-end-of-line "xy"))                (tramp-password-end-of-line "xy")) ;see docstring for "xy"
427       ("plink1"       ("plink1"
428                (tramp-connection-function  tramp-open-connection-rsh)                (tramp-connection-function  tramp-open-connection-rsh)
429                (tramp-login-program        "plink")                (tramp-login-program        "plink")
# Line 432  This variable defaults to the value of ` Line 432  This variable defaults to the value of `
432                (tramp-login-args           ("-1" "-ssh")) ;optionally add "-v"                (tramp-login-args           ("-1" "-ssh")) ;optionally add "-v"
433                (tramp-copy-args            nil)                (tramp-copy-args            nil)
434                (tramp-copy-keep-date-arg   nil)                (tramp-copy-keep-date-arg   nil)
435                (tramp-password-end-of-line "xy"))                (tramp-password-end-of-line "xy")) ;see docstring for "xy"
436       ("pscp"       ("pscp"
437                (tramp-connection-function  tramp-open-connection-rsh)                (tramp-connection-function  tramp-open-connection-rsh)
438                (tramp-login-program        "plink")                (tramp-login-program        "plink")
# Line 441  This variable defaults to the value of ` Line 441  This variable defaults to the value of `
441                (tramp-login-args           ("-ssh"))                (tramp-login-args           ("-ssh"))
442                (tramp-copy-args            nil)                (tramp-copy-args            nil)
443                (tramp-copy-keep-date-arg   "-p")                (tramp-copy-keep-date-arg   "-p")
444                (tramp-password-end-of-line "xy"))                (tramp-password-end-of-line "xy")) ;see docstring for "xy"
445       ("fcp"         ("fcp"  
446                (tramp-connection-function  tramp-open-connection-rsh)                (tramp-connection-function  tramp-open-connection-rsh)
447                (tramp-login-program        "fsh")                (tramp-login-program        "fsh")
# Line 501  pair of the form (KEY VALUE).  The follo Line 501  pair of the form (KEY VALUE).  The follo
501      value of the normal variable `tramp-default-password-end-of-line'      value of the normal variable `tramp-default-password-end-of-line'
502      is used.  This parameter is necessary because the \"plink\" program      is used.  This parameter is necessary because the \"plink\" program
503      requires any two characters after sending the password.  These do      requires any two characters after sending the password.  These do
504      not have to be newline or carriage return characters.      not have to be newline or carriage return characters.  Other login
505        programs are happy with just one character, the newline character.
506        We use \"xy\" as the value for methods using \"plink\".
507    
508  What does all this mean?  Well, you should specify `tramp-login-program'  What does all this mean?  Well, you should specify `tramp-login-program'
509  for all methods; this program is used to log in to the remote site.  Then,  for all methods; this program is used to log in to the remote site.  Then,

Legend:
Removed from v.2.323  
changed lines
  Added in v.2.324

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