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: Tramp prompt (?) issue
Date: Tue, 18 Aug 2020 19:04:31 +0200 [thread overview]
Message-ID: <871rk3vqao.fsf@ebih.ebihd> (raw)
In-Reply-To: 87ft8jkigu.fsf@gmx.de
Michael Albinus wrote:
> Which Tramp message do you get?
If you mean the log, this is the most recent attempt:
https://dataswamp.org/~incal/tramp-debug/11/debug-tramp-myssh-embe8573-polhem-it-uu-se
Here is the command that works. Well, it doesn't work
because of the old problem, but it displays the
password prompt so it gets further, at least.
I don't know if I made some mistake doing the "x"
version?
;;; -*- 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-default-method "ssh")
(setq tramp-verbose 10)
(add-to-list 'tramp-methods
'("myssh"
(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")) ))
;; (find-file "/myssh:embe8573@polhem.it.uu.se:darn.txt")
;; (find-file "/mysshx:embe8573@polhem.it.uu.se:darn.txt")
--
underground experts united
http://user.it.uu.se/~embe8573
https://dataswamp.org/~incal
next prev parent reply other threads:[~2020-08-18 17:04 UTC|newest]
Thread overview: 42+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-07-29 0:22 Tramp prompt (?) issue Emanuel Berg via Users list for the GNU Emacs text editor
2020-07-29 9:22 ` Michael Albinus
2020-07-29 16:38 ` Emanuel Berg via Users list for the GNU Emacs text editor
2020-07-29 18:18 ` Michael Albinus
2020-07-29 20:23 ` Tim Visher
2020-07-29 22:00 ` Emanuel Berg via Users list for the GNU Emacs text editor
2020-07-29 22:23 ` Emanuel Berg via Users list for the GNU Emacs text editor
2020-07-30 9:51 ` Michael Albinus
2020-07-30 11:54 ` Emanuel Berg via Users list for the GNU Emacs text editor
2020-07-30 18:18 ` Michael Albinus
2020-07-31 19:57 ` Emanuel Berg via Users list for the GNU Emacs text editor
2020-07-31 21:46 ` 2QdxY4RzWzUUiLuE
2020-07-31 22:20 ` Emanuel Berg via Users list for the GNU Emacs text editor
2020-08-01 9:36 ` Michael Albinus
2020-08-01 9:50 ` Emanuel Berg via Users list for the GNU Emacs text editor
2020-08-01 10:02 ` Emanuel Berg via Users list for the GNU Emacs text editor
2020-08-01 18:23 ` Michael Albinus
2020-08-02 17:23 ` Emanuel Berg via Users list for the GNU Emacs text editor
2020-08-03 9:11 ` Emanuel Berg via Users list for the GNU Emacs text editor
2020-08-03 14:15 ` Michael Albinus
2020-08-03 16:15 ` Emanuel Berg via Users list for the GNU Emacs text editor
2020-08-03 19:09 ` Michael Albinus
2020-08-03 20:37 ` Emanuel Berg via Users list for the GNU Emacs text editor
2020-08-04 6:59 ` Michael Albinus
2020-08-17 1:00 ` Emanuel Berg via Users list for the GNU Emacs text editor
2020-08-17 11:28 ` Michael Albinus
2020-08-17 21:51 ` Emanuel Berg via Users list for the GNU Emacs text editor
2020-08-18 8:18 ` tomas
2020-08-18 10:37 ` Emanuel Berg via Users list for the GNU Emacs text editor
2020-08-18 14:06 ` tomas
2020-08-18 16:49 ` Michael Albinus
2020-08-18 17:04 ` Emanuel Berg via Users list for the GNU Emacs text editor [this message]
2020-08-18 17:05 ` Emanuel Berg via Users list for the GNU Emacs text editor
2020-08-18 17:46 ` Michael Albinus
2020-08-18 8:59 ` Michael Albinus
2020-08-18 17:12 ` Emanuel Berg via Users list for the GNU Emacs text editor
2020-08-18 17:49 ` Michael Albinus
2020-09-03 3:02 ` Emanuel Berg via Users list for the GNU Emacs text editor
2020-09-03 3:08 ` Emanuel Berg via Users list for the GNU Emacs text editor
2020-09-03 3:14 ` Emanuel Berg via Users list for the GNU Emacs text editor
2020-09-07 19:43 ` Emanuel Berg via Users list for the GNU Emacs text editor
2020-09-12 18:01 ` Michael Albinus
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
List information: https://www.gnu.org/software/emacs/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=871rk3vqao.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.
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).