unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* how to find out methods for tramp?
@ 2002-06-17 16:42 Robert J. Chassell
  2002-06-17 17:17 ` Andreas Schwab
  2002-06-18 16:29 ` Kai Großjohann
  0 siblings, 2 replies; 23+ messages in thread
From: Robert J. Chassell @ 2002-06-17 16:42 UTC (permalink / raw)


Kai just added `tramp' to the latest GNU Emacs CVS.

How do I find out which methods to use for tramp connections?

Using today's CVS snapshot of Mon, 2002 Jun 17  15:19 UTC, 
GNU Emacs 21.3.50.42 (i686-pc-linux-gnu, X toolkit),
started with:

    emacs -q --no-site-file --eval '(blink-cursor-mode 0)'

and 

    (require 'tramp)

I can successfully use tramp to connect remotely to

    fencepost.gnu.org 

with 
    (setq tramp-default-method "smx") 
which is `ssh' with `mimencode'

But I failed to connect to two other machines, to both of which I can
connect using ssh:

My ISP, a Sun box, called `titan'"

    SunOS 5.6 Generic_105181-08 sun4u sparc
    has  uuencode but not mimencode

    I tried smx, sm, su, and tu  and failed with tramp.

With     (setq tramp-default-method "su") 

for example, I was shown a login and the process was immediately
killed:

    <bob@titan> ~ $ 
    Process *tramp/su titan.berkshire.net* killed

    I can connect to titan from an xterm using `ssh'

My sister's box, an i586 

    GNU/Linux, kernel 2.4.18
    has mimencode
    running OpenSSH_3.0.2p1 Debian 1:3.0.2p1-9, 
       SSH protocols 1.5/2.0, OpenSSL 0x0090603f
      and permits remote connections using only protocol 2

    I tried smx and sm and failed with tramp.

    I can connect to this box from an xterm using `ssh -2'

Here are the results for tramp:

With:

    (setq tramp-default-method "smx")
    (setq tramp-su-args nil)

        Protocol major versions differ: 1 vs. 2
        Process *tramp/smx 24.161.120.95* exited abnormally with code 255

With:

    (setq tramp-default-method "smx")
    (setq tramp-su-args -2)

        tramp-open-connection-rsh: Couldn't find remote shell or passwd prompt

With:

    (setq tramp-default-method "sm")
    (setq tramp-su-args -2)

        tramp-open-connection-rsh: Couldn't find remote shell or passwd prompt


Thank you.

-- 
    Robert J. Chassell                  bob@rattlesnake.com
    Rattlesnake Enterprises             http://www.rattlesnake.com

^ permalink raw reply	[flat|nested] 23+ messages in thread

end of thread, other threads:[~2002-06-21 13:25 UTC | newest]

Thread overview: 23+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-06-17 16:42 how to find out methods for tramp? Robert J. Chassell
2002-06-17 17:17 ` Andreas Schwab
2002-06-17 18:19   ` Miles Bader
2002-06-19  2:23   ` Richard Stallman
2002-06-19 13:24     ` Robert J. Chassell
2002-06-19 15:12       ` Stefan Monnier
2002-06-19 15:46         ` Robert J. Chassell
2002-06-19 15:52           ` Stefan Monnier
2002-06-19 17:15             ` Robert J. Chassell
2002-06-20 11:22           ` Andreas Schwab
2002-06-20 13:17             ` Robert J. Chassell
2002-06-20 13:49               ` Andreas Schwab
2002-06-21  9:42             ` Richard Stallman
2002-06-21  9:57               ` Per Abrahamsen
2002-06-21 13:25                 ` Miles Bader
2002-06-18 16:29 ` Kai Großjohann
2002-06-18 16:58   ` Stefan Monnier
2002-06-18 17:45   ` Robert J. Chassell
2002-06-19  5:21     ` Eli Zaretskii
2002-06-19 10:05     ` Kai Großjohann
2002-06-19 12:32       ` Kim F. Storm
2002-06-19 12:45         ` Kai Großjohann
2002-06-19 14:28       ` Robert J. Chassell

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).