public inbox for cygwin@cygwin.com
 help / color / mirror / Atom feed
From: "Peter M Boyd" <peter_m_boyd@yahoo.co.uk>
To: cygwin <cygwin@cygwin.com>
Subject: SSH & Editing in a Basic Shell, etc
Date: Wed, 14 Nov 2001 09:27:00 -0000	[thread overview]
Message-ID: <20011121134419.39629.qmail@web14407.mail.yahoo.com> (raw)
In-Reply-To: <20011121111643.M21630@cygbert.vinschen.de>

I am having difficulty trying to use CYGWIN SSH to
connect from Windows NT Client to Windows NT Server
and run only a SHELL environment and NOT a Windows GUI
environment. Any shell will do if it can support my
further requirements, which are to be able:

(1)	to page or browse through text files

(2) to use an edit program to edit text files (and
support the CTRL& functions that the editor
may need)

(3)	to interrupt a long running function

(4)	to run programs that can be run from DOS CMD.EXE


I have the latest (as of 15 Nov 2001) CYQWIN & CYGWIN
SSH installed.

I have been advised to use the ‘bash’ shell and would
be happy to use something else if known to satisfy the
above.

Connection is working fine; (4) is working fine

I canÂ’t get anything to work for (1) to (3).

Can you suggest what can be used to achieve these.

I have already had quite a lot of advice that is
either imprecise or that the advisors havenÂ’t tried
for themselves.

I’ve recently tried ‘vim’ for (1) and (2), but ‘vim’
just “hangs” when invoked.

‘vim’ works fine in a local shell shell environment

My current SSH environments is:

----------------------

BASH=/bin/bash
BASH_VERSINFO=([0]="2" [1]="05" [2]="0" [3]="8"
[4]="release" [5]="i686-pc-cygwin")
BASH_VERSION=$'2.05.0(8)-release'
COLUMNS=80
COMPUTERNAME=NOADP_NT
COMSPEC=$'C:\\WINNT\\system32\\cmd.exe'
CYGWIN=$'binmode ntsec tty'
DIRSTACK=()
EUID=513
GROUPS=()
HISTFILE=/cygdrive/d/temp/.bash_history
HISTFILESIZE=500
HISTSIZE=500
HOME=/cygdrive/d/temp
HOMEDRIVE=d:
HOMEPATH=$'\\temp'
HOSTNAME=NOADP_NT
HOSTTYPE=i686
IFS=$' \t\n'
INCLUDE=$'C:\\Program Files\\Mts\\Include'
LIB=$'C:\\Program Files\\Mts\\Lib'
LINES=60
LOGNAME=ratest
MACHTYPE=i686-pc-cygwin
MAIL=/var/spool/mail/ratest
MAILCHECK=60
MAKE_MODE=unix
NTRESKIT=$'C:\\Program Files\\rksupport'
NUMBER_OF_PROCESSORS=1
OLDPWD=/cygdrive/d/temp
OPTERR=1
OPTIND=1
OS=Windows_NT
OS2LIBPATH=$'C:\\WINNT\\system32\\os2\\dll;'
OSTYPE=cygwin
PATH=$'/usr/local/bin:/usr/bin:/bin:/usr/local/bin:/cygdrive/c/WINNT/system32:/cygdrive/c/WINNT:/cygdrive/c/Win32App/PVCS/DIMENS~1/5.0/PROG:/cygdrive/c/Win32App/PVCS/DIMENS~1/ORANT/BIN:/cygdrive/c/orawinnt/BIN:.:/cygdrive/c/WINNT/System32/WBEM:/cygdrive/c/Program
Files/Mts:/cygdrive/c/Program Files/rksupport:/bin'
PATHEXT=$'.COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH'
PIPESTATUS=([0]="0")
PPID=306
PROCESSOR_ARCHITECTURE=x86
PROCESSOR_IDENTIFIER=$'x86 Family 6 Model 5 Stepping
2, GenuineIntel'
PROCESSOR_LEVEL=6
PROCESSOR_REVISION=0502
PS1=$'\\[\\033]0;\\w\\007\n\\033[32m\\]\\u@\\h
\\[\\033[33m\\w\\033[0m\\]\n$ '
PS2=$'> '
PS4=$'+ '
PWD=/cygdrive/d/temp
SHELL=/bin/bash
SHELLOPTS=braceexpand:hashall:histexpand:monitor:history:interactive-comments:emacs
SHLVL=1
SSH_CLIENT=$'127.0.0.1 2934 22'
SSH_TTY=/dev/tty1
SYSTEMDRIVE=C:
SYSTEMROOT=$'C:\\WINNT'
TERM=cygwin
TZ=GMTST0GMTDT-1,M3.5.0/2,M10.5.0/3
UID=513
USER=ratest
USERPROFILE=$'C:\\WINNT\\Profiles\\ratest'
WINDIR=$'C:\\WINNT'
_=pwd
i=$'/etc/profile.d/*.sh'

--------------


__________________________________________________
Do You Yahoo!?
Everything you'll ever need on one web page from News and Sport to Email and Music Charts
http://uk.my.yahoo.com

--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Bug reporting:         http://cygwin.com/bugs.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

WARNING: multiple messages have this Message-ID
From: Peter M Boyd <peter_m_boyd@yahoo.co.uk>
To: cygwin <cygwin@cygwin.com>
Subject: SSH & Editing in a Basic Shell, etc
Date: Wed, 21 Nov 2001 05:44:00 -0000	[thread overview]
Message-ID: <20011121134419.39629.qmail@web14407.mail.yahoo.com> (raw)
Message-ID: <20011121054400.xOJmQxwENGL0Rk07UDf6xYdXXsMFgyQ6IW-sRMcKvtQ@z> (raw)
In-Reply-To: <20011121111643.M21630@cygbert.vinschen.de>

I am having difficulty trying to use CYGWIN SSH to
connect from Windows NT Client to Windows NT Server
and run only a SHELL environment and NOT a Windows GUI
environment. Any shell will do if it can support my
further requirements, which are to be able:

(1)	to page or browse through text files

(2) to use an edit program to edit text files (and
support the CTRL& functions that the editor
may need)

(3)	to interrupt a long running function

(4)	to run programs that can be run from DOS CMD.EXE


I have the latest (as of 15 Nov 2001) CYQWIN & CYGWIN
SSH installed.

I have been advised to use the ‘bash’ shell and would
be happy to use something else if known to satisfy the
above.

Connection is working fine; (4) is working fine

I canÂ’t get anything to work for (1) to (3).

Can you suggest what can be used to achieve these.

I have already had quite a lot of advice that is
either imprecise or that the advisors havenÂ’t tried
for themselves.

I’ve recently tried ‘vim’ for (1) and (2), but ‘vim’
just “hangs” when invoked.

‘vim’ works fine in a local shell shell environment

My current SSH environments is:

----------------------

BASH=/bin/bash
BASH_VERSINFO=([0]="2" [1]="05" [2]="0" [3]="8"
[4]="release" [5]="i686-pc-cygwin")
BASH_VERSION=$'2.05.0(8)-release'
COLUMNS=80
COMPUTERNAME=NOADP_NT
COMSPEC=$'C:\\WINNT\\system32\\cmd.exe'
CYGWIN=$'binmode ntsec tty'
DIRSTACK=()
EUID=513
GROUPS=()
HISTFILE=/cygdrive/d/temp/.bash_history
HISTFILESIZE=500
HISTSIZE=500
HOME=/cygdrive/d/temp
HOMEDRIVE=d:
HOMEPATH=$'\\temp'
HOSTNAME=NOADP_NT
HOSTTYPE=i686
IFS=$' \t\n'
INCLUDE=$'C:\\Program Files\\Mts\\Include'
LIB=$'C:\\Program Files\\Mts\\Lib'
LINES=60
LOGNAME=ratest
MACHTYPE=i686-pc-cygwin
MAIL=/var/spool/mail/ratest
MAILCHECK=60
MAKE_MODE=unix
NTRESKIT=$'C:\\Program Files\\rksupport'
NUMBER_OF_PROCESSORS=1
OLDPWD=/cygdrive/d/temp
OPTERR=1
OPTIND=1
OS=Windows_NT
OS2LIBPATH=$'C:\\WINNT\\system32\\os2\\dll;'
OSTYPE=cygwin
PATH=$'/usr/local/bin:/usr/bin:/bin:/usr/local/bin:/cygdrive/c/WINNT/system32:/cygdrive/c/WINNT:/cygdrive/c/Win32App/PVCS/DIMENS~1/5.0/PROG:/cygdrive/c/Win32App/PVCS/DIMENS~1/ORANT/BIN:/cygdrive/c/orawinnt/BIN:.:/cygdrive/c/WINNT/System32/WBEM:/cygdrive/c/Program
Files/Mts:/cygdrive/c/Program Files/rksupport:/bin'
PATHEXT=$'.COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH'
PIPESTATUS=([0]="0")
PPID=306
PROCESSOR_ARCHITECTURE=x86
PROCESSOR_IDENTIFIER=$'x86 Family 6 Model 5 Stepping
2, GenuineIntel'
PROCESSOR_LEVEL=6
PROCESSOR_REVISION=0502
PS1=$'\\[\\033]0;\\w\\007\n\\033[32m\\]\\u@\\h
\\[\\033[33m\\w\\033[0m\\]\n$ '
PS2=$'> '
PS4=$'+ '
PWD=/cygdrive/d/temp
SHELL=/bin/bash
SHELLOPTS=braceexpand:hashall:histexpand:monitor:history:interactive-comments:emacs
SHLVL=1
SSH_CLIENT=$'127.0.0.1 2934 22'
SSH_TTY=/dev/tty1
SYSTEMDRIVE=C:
SYSTEMROOT=$'C:\\WINNT'
TERM=cygwin
TZ=GMTST0GMTDT-1,M3.5.0/2,M10.5.0/3
UID=513
USER=ratest
USERPROFILE=$'C:\\WINNT\\Profiles\\ratest'
WINDIR=$'C:\\WINNT'
_=pwd
i=$'/etc/profile.d/*.sh'

--------------


__________________________________________________
Do You Yahoo!?
Everything you'll ever need on one web page from News and Sport to Email and Music Charts
http://uk.my.yahoo.com

--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Bug reporting:         http://cygwin.com/bugs.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

  reply	other threads:[~2001-11-21 13:44 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2001-11-13 12:13 Unix/DOS text mode? Joshua
2001-11-14  1:10 ` Corinna Vinschen
2001-11-14  4:35   ` Bjoern Kahl AG Resy
2001-11-14  5:50     ` Corinna Vinschen
2001-11-14  9:27       ` Peter M Boyd [this message]
2001-11-21  5:44         ` SSH & Editing in a Basic Shell, etc Peter M Boyd
2001-11-21  2:17       ` Unix/DOS text mode? Corinna Vinschen
2001-11-21  1:43     ` Bjoern Kahl AG Resy
2001-11-20  3:05 SSH & Editing in a Basic Shell, etc Peter M Boyd
2001-11-29  8:12 ` Peter M Boyd

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=20011121134419.39629.qmail@web14407.mail.yahoo.com \
    --to=peter_m_boyd@yahoo.co.uk \
    --cc=cygwin@cygwin.com \
    /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).