Re: SSH Client

2015-10-09 Thread Shmuel Metz (Seymour J.)
In

Re: SSH Client

2015-10-09 Thread Mark Jacobs - Listserv
I think it's the function of the shell. My OMVS segment specifies 
/bin/tcsh which I find has more functionally that /bin/sh (which is the 
default shell).


Mark Jacobs


Mark Pace 
October 9, 2015 at 1:10 PM
When I logon to a linux system
I can start typing a command and press tab and it will autocomplete a file
name or command.
If I press up arrow it will recall previous commands.

I can't figure out how to do this in Unix System Services using SSH.
Is this a daemon setup, client setup? I've gone through z/OS OpenSSH
User's Guide and I don't see anything that looks like what I am 
looking for.


--
The postings on this site are my own and don’t necessarily represent
Mainline’s positions or opinions

Mark D Pace
Senior Systems Engineer
Mainline Information Systems

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


Please be alert for any emails that may ask you for login information 
or directs you to login via a link. If you believe this message is a 
phish or aren't sure whether this message is trustworthy, please send 
the original message as an attachment to 'phish...@timeinc.com'.




--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


Re: SSH Client

2015-10-09 Thread Mark Pace
Thank you all!

On Fri, Oct 9, 2015 at 1:39 PM, John McKown 
wrote:

> On Fri, Oct 9, 2015 at 12:10 PM, Mark Pace  wrote:
>
> > When I logon to a linux system
> > I can start typing a command and press tab and it will autocomplete a
> file
> > name or command.
> > If I press up arrow it will recall previous commands.
> >
> > I can't figure out how to do this in Unix System Services using SSH.
> > Is this a daemon setup, client setup?  I've gone through z/OS OpenSSH
> > User's Guide and I don't see anything that looks like what I am looking
> > for.
> >
> >
> The history and editing commands are implemented in BASH using an
> integrated version of "GNU Readline". The tab completion for commands or
> file selection is a part of BASH itself. My suggestion is to run BASH on
> z/OS. It is available on the CBTTape (http://www.cbttape.org/cbtdowns.htm
> ),
> file 918 is the executable only. File 919 contains both the executable and
> ported source.
> You can also get the ported source from :
> https://github.com/JohnArchieMckown/bash
> or the executables, in a z/OS PAX file, via
>
> https://github.com/JohnArchieMckown/bash/blob/bash-4.2-zos/bash-executable.pax.Z
> As you may have guessed, I am the one who did this port. This is BASH 4.2
> patch level 53. This has the "shell shock" fix installed. You can also
> request an alternate port from RocketSoftware:
> http://www.rocketsoftware.com/ported-tools/bash-4254
> ​This latter port seems to be one patch level higher than mine.​
>
>
> --
>
> Schrodinger's backup: The condition of any backup is unknown until a
> restore is attempted.
>
> Yoda of Borg, we are. Futile, resistance is, yes. Assimilated, you will be.
>
> He's about as useful as a wax frying pan.
>
> 10 to the 12th power microphones = 1 Megaphone
>
> Maranatha! <><
> John McKown
>
> --
> For IBM-MAIN subscribe / signoff / archive access instructions,
> send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN
>



-- 
The postings on this site are my own and don’t necessarily represent
Mainline’s positions or opinions

Mark D Pace
Senior Systems Engineer
Mainline Information Systems

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


Re: SSH Client

2015-10-09 Thread Lester, Bob
Hi Folks,

 Sounds like a bash shell to me...

BobL

-Original Message-
From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On Behalf 
Of Mark Jacobs - Listserv
Sent: Friday, October 09, 2015 11:21 AM
To: IBM-MAIN@LISTSERV.UA.EDU
Subject: Re: SSH Client [ EXTERNAL ]

I think it's the function of the shell. My OMVS segment specifies /bin/tcsh 
which I find has more functionally that /bin/sh (which is the default shell).

Mark Jacobs

> Mark Pace <mailto:pacemainl...@gmail.com> October 9, 2015 at 1:10 PM 
> When I logon to a linux system I can start typing a command and press 
> tab and it will autocomplete a file name or command.
> If I press up arrow it will recall previous commands.
>
> I can't figure out how to do this in Unix System Services using SSH.
> Is this a daemon setup, client setup? I've gone through z/OS OpenSSH 
> User's Guide and I don't see anything that looks like what I am 
> looking for.
>
> --
> The postings on this site are my own and don’t necessarily represent 
> Mainline’s positions or opinions
>
> Mark D Pace
> Senior Systems Engineer
> Mainline Information Systems
>
> --
> For IBM-MAIN subscribe / signoff / archive access instructions, send 
> email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN
>
>
> Please be alert for any emails that may ask you for login information 
> or directs you to login via a link. If you believe this message is a 
> phish or aren't sure whether this message is trustworthy, please send 
> the original message as an attachment to 'phish...@timeinc.com'.
>

--
For IBM-MAIN subscribe / signoff / archive access instructions, send email to 
lists...@listserv.ua.edu with the message: INFO IBM-MAIN

This e-mail transmission may contain information that is proprietary, 
privileged and/or confidential and is intended exclusively for the person(s) to 
whom it is addressed. Any use, copying, retention or disclosure by any person 
other than the intended recipient or the intended recipient's designees is 
strictly prohibited. If you are not the intended recipient or their designee, 
please notify the sender immediately by return e-mail and delete all copies. 
OppenheimerFunds may, at its sole discretion, monitor, review, retain and/or 
disclose the content of all email communications.


--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


Re: SSH Client

2015-10-09 Thread John McKown
On Fri, Oct 9, 2015 at 12:10 PM, Mark Pace  wrote:

> When I logon to a linux system
> I can start typing a command and press tab and it will autocomplete a file
> name or command.
> If I press up arrow it will recall previous commands.
>
> I can't figure out how to do this in Unix System Services using SSH.
> Is this a daemon setup, client setup?  I've gone through z/OS OpenSSH
> User's Guide and I don't see anything that looks like what I am looking
> for.
>
>
The history and editing commands are implemented in BASH using an
integrated version of "GNU Readline". The tab completion for commands or
file selection is a part of BASH itself. My suggestion is to run BASH on
z/OS. It is available on the CBTTape (http://www.cbttape.org/cbtdowns.htm),
file 918 is the executable only. File 919 contains both the executable and
ported source.
You can also get the ported source from :
https://github.com/JohnArchieMckown/bash
or the executables, in a z/OS PAX file, via
https://github.com/JohnArchieMckown/bash/blob/bash-4.2-zos/bash-executable.pax.Z
As you may have guessed, I am the one who did this port. This is BASH 4.2
patch level 53. This has the "shell shock" fix installed. You can also
request an alternate port from RocketSoftware:
http://www.rocketsoftware.com/ported-tools/bash-4254
​This latter port seems to be one patch level higher than mine.​


-- 

Schrodinger's backup: The condition of any backup is unknown until a
restore is attempted.

Yoda of Borg, we are. Futile, resistance is, yes. Assimilated, you will be.

He's about as useful as a wax frying pan.

10 to the 12th power microphones = 1 Megaphone

Maranatha! <><
John McKown

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


Re: SSH Client

2015-10-09 Thread Michael Knigge

Mark,

this is a feature of the Shell. Linux uses (mostly) the BASH as default 
Shell. The z/OS USS uses an other shell, but as far as I know there is a 
port: See http://www-03.ibm.com/systems/z/os/zos/features/unix/bpxa1ty1.html




Bye,
Michael


Am 09.10.2015 um 19:10 schrieb Mark Pace:

When I logon to a linux system
I can start typing a command and press tab and it will autocomplete a file
name or command.
If I press up arrow it will recall previous commands.

I can't figure out how to do this in Unix System Services using SSH.
Is this a daemon setup, client setup?  I've gone through z/OS OpenSSH
User's Guide and I don't see anything that looks like what I am looking for.



--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN