all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Emanuel Berg via Users list for the GNU Emacs text editor <help-gnu-emacs@gnu.org>
To: help-gnu-emacs@gnu.org
Subject: Re: Prompt issue with tramp shell
Date: Wed, 21 Oct 2020 01:21:48 +0200	[thread overview]
Message-ID: <871rhspjoz.fsf@ebih.ebihd> (raw)
In-Reply-To: 20201020231253.fjgutn5uvqz3u3dz@Ergus

Ergus wrote:

> I tried this ~/.emacs_bash thing and I have the
> same issue [...]

tramp didn't work for me at all!

I have two remote system, one SunOS and one OpenBSD,
none worked, then I got help on this list.

Here is what made it work. Do I understand why?
Maybe only Jehovah does.

NB: the methods are different - the "big Elisp" you
    see is the SunOS-specific method.

HIH (ha)

;;; -*- lexical-binding: t -*-
;;;
;;; this file:
;;;   http://user.it.uu.se/~embe8573/emacs-init/tramp-my.el
;;;   https://dataswamp.org/~incal/emacs-init/tramp-my.el

(require 'tramp)

(setq tramp-histfile-override nil)

(add-to-list 'tramp-methods
  '("sunos-ssh"
    (tramp-login-program "ssh")
    (tramp-login-args (("-l" "%u")
                       ("-p" "%p")
                       ("%c")
                       ("-e" "none")
                       ("-t" "-t")
                       ("%h")
                       ("\"/bin/sh -i\"") ))
    (tramp-async-args (("-q")))
    (tramp-remote-shell "/bin/sh")
    (tramp-remote-shell-login ("-l"))
    (tramp-remote-shell-args  ("-c"))
    ))

;; SunOS system:
;; (find-file "/sunos-ssh:embe8573@polhem.it.uu.se:darn.txt")
;;
;; OpenBSD system:
;; (find-file "/-:incal@srv.dataswamp.org:public_html/bot/sth.py")

-- 
underground experts united
http://user.it.uu.se/~embe8573
https://dataswamp.org/~incal




  reply	other threads:[~2020-10-20 23:21 UTC|newest]

Thread overview: 22+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <20201016144103.r3npeqap7uo63ney.ref@Ergus>
2020-10-16 14:41 ` Prompt issue with tramp shell Ergus
2020-10-16 14:48   ` Colin Baxter
2020-10-18 12:09   ` Daniel Martín
2020-10-18 14:37     ` Colin Baxter
2020-10-20 23:12       ` Ergus
2020-10-20 23:21         ` Emanuel Berg via Users list for the GNU Emacs text editor [this message]
2020-10-20 23:30           ` the Elisp robot [photo] (was: Re: Prompt issue with tramp shell) Emanuel Berg via Users list for the GNU Emacs text editor
2020-10-20 23:53             ` Emanuel Berg via Users list for the GNU Emacs text editor
2020-10-21  5:54             ` the Elisp robot [photo] Jean Louis
2020-10-21  6:08               ` Emanuel Berg via Users list for the GNU Emacs text editor
2020-10-21  6:25                 ` Jean Louis
2020-10-21  6:41                   ` Emanuel Berg via Users list for the GNU Emacs text editor
2020-10-21 12:28                     ` Jean Louis
2020-10-21 14:24                       ` Emanuel Berg via Users list for the GNU Emacs text editor
2020-10-21 17:48                         ` Jean Louis
2020-10-21 22:48                           ` Emanuel Berg via Users list for the GNU Emacs text editor
2020-10-21 23:06                             ` Jean Louis
2020-10-21 23:33                               ` Emanuel Berg via Users list for the GNU Emacs text editor
2020-10-22  9:55                                 ` Jean Louis
2020-10-22 16:34                                   ` Emanuel Berg via Users list for the GNU Emacs text editor
2020-10-22 16:55                                     ` Jean Louis
2020-10-22 17:42                                       ` Emanuel Berg via Users list for the GNU Emacs text editor

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=871rhspjoz.fsf@ebih.ebihd \
    --to=help-gnu-emacs@gnu.org \
    --cc=moasenwood@zoho.eu \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.