Update of /cvsroot/tramp/tramp/texi
In directory usw-pr-cvs1:/tmp/cvs-serv25920/tramp/texi
Modified Files:
ChangeLog tramp.texi
Log Message:
* tramp.texi (Inline methods): Document the `km', `plinku' and
`plinkm' methods.
* tramp.el (file-expand-wildcards): Advise it even on Emacs 21.
(tramp-methods): New methods "plinku" and "plinkm".
"plinku" was suggested by Adam Przepiórkowski.
Index: ChangeLog
===================================================================
RCS file: /cvsroot/tramp/tramp/texi/ChangeLog,v
retrieving revision 2.13
retrieving revision 2.14
diff -C2 -d -r2.13 -r2.14
*** ChangeLog 21 Jan 2002 10:50:30 -0000 2.13
--- ChangeLog 14 Apr 2002 12:30:35 -0000 2.14
***************
*** 1,2 ****
--- 1,7 ----
+ 2002-04-14 Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
+
+ * tramp.texi (Inline methods): Document the `km', `plinku' and
+ `plinkm' methods.
+
2002-01-21 Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
Index: tramp.texi
===================================================================
RCS file: /cvsroot/tramp/tramp/texi/tramp.texi,v
retrieving revision 2.11
retrieving revision 2.12
diff -C2 -d -r2.11 -r2.12
*** tramp.texi 20 Jan 2002 16:39:40 -0000 2.11
--- tramp.texi 14 Apr 2002 12:30:35 -0000 2.12
***************
*** 13,17 ****
@c If you change it by hand, the modifications will not stay.
@set VERSION $Revision$
! @set UPDATED Sunday, 20 January, 2002
--- 13,17 ----
@c If you change it by hand, the modifications will not stay.
@set VERSION $Revision$
! @set UPDATED Thursday, 11 April, 2002
***************
*** 689,692 ****
--- 689,712 ----
pseudo tty. When this happens, the login shell is wont to not print
any shell prompt, which confuses @tramp{} mightily.
+
+
+ @item @option{km} --- @command{krlogin} with @command{mimencode}
+
+ This method is also similar to @option{sm}. It only uses the
+ @command{krlogin -x} command to log in to the remote host.
+
+
+ @item @option{plinku} --- @command{plink} with @command{uuencode}
+
+ This method is mostly interesting for Windows users using the PuTTY
+ implementation of SSH. It uses @command{plink -ssh} to log in to the
+ remote host.
+
+ 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?
+
+ @item @option{plinkm} --- @command{plink} with @command{mimencode}
+
+ Like @option{plinku}, but uses base64 encoding instead of uu encoding.
@end itemize
|