emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/man/tramp.texi


From: Kai Großjohann
Subject: [Emacs-diffs] Changes to emacs/man/tramp.texi
Date: Tue, 25 Jun 2002 16:11:35 -0400

Index: emacs/man/tramp.texi
diff -c emacs/man/tramp.texi:1.3 emacs/man/tramp.texi:1.4
*** emacs/man/tramp.texi:1.3    Sun Jun 23 17:45:33 2002
--- emacs/man/tramp.texi        Tue Jun 25 16:11:34 2002
***************
*** 11,17 ****
  @c Version values, for easy modification
  @c NOTE: The 'UPDATED' value is updated by the 'time-stamp' function.
  @c       If you change it by hand, the modifications will not stay.
! @set VERSION $Revision: 1.3 $
  @set UPDATED Monday, 17 June, 2002
  
  
--- 11,17 ----
  @c Version values, for easy modification
  @c NOTE: The 'UPDATED' value is updated by the 'time-stamp' function.
  @c       If you change it by hand, the modifications will not stay.
! @set VERSION $Revision: 1.4 $
  @set UPDATED Monday, 17 June, 2002
  
  
***************
*** 639,644 ****
--- 639,650 ----
  @command{ssh1} and @command{ssh2} commands explicitly. If you don't know
  what these are, you do not need these options.
  
+ All the methods based on @command{ssh} have an additional kludgy
+ feature: you can specify a host name which looks like @file{host#42}
+ (the real host name, then a hash sign, then a port number).  This
+ means to connect to the given host but to also pass @code{-p 42} as
+ arguments to the @command{ssh} command.
+ 
  
  @item @option{tm}  ---  @command{telnet} with @command{mimencode}
  
***************
*** 662,674 ****
  @command{uuencode} and @command{uudecode} commands to transfer files
  between the machines.
  
! As with the @command{ssh} and base64 option above, this provides the
! @option{su1} and @option{su2} methods to explicitly select an ssh
! version.
  
  Note that this method does not invoke the @command{su} program, see
  below for methods which use that.
  
  
  @item @option{tu}  ---  @command{telnet} with @command{uuencode}
  
--- 668,682 ----
  @command{uuencode} and @command{uudecode} commands to transfer files
  between the machines.
  
! As with the @command{ssh} and base64 option (@option{sm}) above, this
! provides the @option{su1} and @option{su2} methods to explicitly
! select an ssh version.
  
  Note that this method does not invoke the @command{su} program, see
  below for methods which use that.
  
+ This supports the @command{-p} kludge.
+ 
  
  @item @option{tu}  ---  @command{telnet} with @command{uuencode}
  
***************
*** 723,728 ****
--- 731,738 ----
  pseudo tty.  When this happens, the login shell is wont to not print
  any shell prompt, which confuses @tramp{} mightily.
  
+ This supports the @command{-p} kludge.
+ 
  
  @item @option{km} --- @command{krlogin} with @command{mimencode}
  
***************
*** 739,744 ****
--- 749,757 ----
  CCC: Do we have to connect to the remote host once from the command
  line to accept the SSH key?  Maybe this can be made automatic?
  
+ CCC: Does @command{plink} support the @command{-p} option?  Tramp
+ will support that, anyway.
+ 
  @item @option{plinkm} --- @command{plink} with @command{mimencode}
  
  Like @option{plinku}, but uses base64 encoding instead of uu encoding.
***************
*** 793,798 ****
--- 806,816 ----
  session can begin to absorb the advantage that the lack of encoding and
  decoding presents.
  
+ All the @command{ssh} based methods support the kludgy @command{-p}
+ feature where you can specify a port number to connect to in the host
+ name.  For example, the host name @file{host#42} tells Tramp to
+ specify @command{-p 42} in the argument list for @command{ssh}.
+ 
  
  @item @option{rsync}  ---  @command{ssh} and @command{rsync}
  
***************
*** 808,813 ****
--- 826,833 ----
  @command{rcp} based methods when writing to the remote system. Reading
  files to the local machine is no faster than with a direct copy. 
  
+ This method supports the @command{-p} hack.
+ 
  
  @item @option{scpx} --- @command{ssh} and @command{scp}
  
***************
*** 824,829 ****
--- 844,851 ----
  pseudo tty.  When this happens, the login shell is wont to not print
  any shell prompt, which confuses @tramp{} mightily.
  
+ This method supports the @command{-p} hack.
+ 
  
  @item @option{pscp} --- @command{plink} and @command{pscp}
  
***************
*** 831,836 ****
--- 853,860 ----
  @command{plink} command to connect to the remote host, and it uses
  @command{pscp} for transferring the files.  These programs are part
  of PuTTY, an SSH implementation for Windows.
+ 
+ CCC: Does @command{plink} support the @command{-p} hack?
  
  
  @item @option{fcp} --- @command{fsh} and @command{fcp}



reply via email to

[Prev in Thread] Current Thread [Next in Thread]