all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Elena <egarrulo@gmail.com>
To: help-gnu-emacs@gnu.org
Subject: Re: Windows: interactive SSH shell buffer?
Date: Thu, 17 Jun 2010 08:32:49 -0700 (PDT)	[thread overview]
Message-ID: <7103353d-b16c-45b1-8cc4-45711d56539b@k39g2000yqb.googlegroups.com> (raw)
In-Reply-To: 87wrtxwwb7.fsf@fh-trier.de

On 17 Giu, 14:47, Andreas Politz <poli...@fh-trier.de> wrote:
> Using cygwin + bash + ssh should work, I guess.

My understanding is that CopSSH is such an environment already.

"(shell)" does work with both "sh" and "bash" which come with CopSSH:

(let ((explicit-shell-file-name "C:/Programmi/CopSSH/Bin/sh.exe")
		  )
		(shell))

However, when I try to run "ssh" either the same way:

	(let ((explicit-shell-file-name "C:/Programmi/CopSSH/Bin/ssh.exe")
		  (explicit-ssh.exe-args '("root@XXX.XXX.XXX.XXX"))
		  )
		(shell))

or via "*shell*" buffer, I get this error:

Pseudo-terminal will not be allocated because stdin is not a terminal.
bash: [4796: 1] tcsetattr: Inappropriate ioctl for device

[2]+  Stopped                 ssh root@XXX.XXX.XXX.XXX


  reply	other threads:[~2010-06-17 15:32 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-06-17 10:46 Windows: interactive SSH shell buffer? Elena
2010-06-17 10:55 ` Elena
2010-06-17 13:55 ` Elena
2010-06-17 14:47 ` Andreas Politz
2010-06-17 15:32   ` Elena [this message]
2010-06-17 15:45     ` Elena
2010-06-17 15:51   ` Lowell Gilbert
2010-07-15 10:58     ` Elena
2010-06-17 16:34 ` Elena

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=7103353d-b16c-45b1-8cc4-45711d56539b@k39g2000yqb.googlegroups.com \
    --to=egarrulo@gmail.com \
    --cc=help-gnu-emacs@gnu.org \
    /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.