Re: Use SSH instead of TELNET
On Wednesday 13 November 2002 10:46 am, Nix, Robert P. wrote: > I just tried it on my SuSE, and I get the "extra arguments" error as well. > > rpm -q "ssh" > > works, as does > > rpm -qa Because some packages have mixed case names, I often use something like this: rpm -qa | grep -i ssh That would find, for example, a package named SSH-2.3.0-s390 as well as one with the lower case ssh in its name. There are quite a few packages on Linux that use mixed case names, so lower case isn't always a valid assumption. And the common name of the program isn't always the same case as the package name. (For example, CUPS and SSH have package names containing "cups" and "ssh".) Scott -- - Scott D. Courtney, Senior Engineer Sine Nomine Associates [EMAIL PROTECTED] http://www.sinenomine.net/
Re: Use SSH instead of TELNET
I just tried it on my SuSE, and I get the "extra arguments" error as well. rpm -q "ssh" works, as does rpm -qa Robert P. Nixinternet: [EMAIL PROTECTED] Mayo Clinic phone: 507-284-0844 200 1st St. SW page: 507-255-3450 Rochester, MN 55905 "In theory, theory and practice are the same, but in practice, theory and practice are different." > -Original Message- > From: John Summerfield [SMTP:[EMAIL PROTECTED]] > Sent: Tuesday, November 12, 2002 3:39 PM > To: [EMAIL PROTECTED] > Subject: Re: Use SSH instead of TELNET > > On Tue, 12 Nov 2002 [EMAIL PROTECTED] wrote: > > > >> try this > > >> rpm -qa | grep ssh > > > > >or in one command, > > >rpm -qa '*ssh*' > > > > # rpm -qa '*ssh*' > > rpm: extra arguments given for query of all packages > > Odd. I see you quoted it too. > [summer@orange summer]$ rpm -qa '*ssh*' > openssh-server-3.4p1-2 > openssh-clients-3.4p1-2 > openssh-askpass-gnome-3.4p1-2 > kdessh-3.0.3-3 > openssh-3.4p1-2 > openssh-askpass-3.4p1-2 > [summer@orange summer]$ > > The oldest system I have is RHL 7.2 and it works there. > > > -- > > > Cheers > John. > > Please, no off-list mail. You will fall foul of my spam treatment. > Join the "Linux Support by Small Businesses" list at > http://mail.computerdatasafe.com.au/mailman/listinfo/lssb
Re: Use SSH instead of TELNET
They're quite old, and hence vulnerable. I agree that if Pat's company paid for support after the install that DSG should be able to provide them with updated versions. I've probably got newer versions laying around for SuSE 7.0 myself. I should probably go look for them. Mark Post -Original Message- From: Adam Thornton [mailto:athornton@;sinenomine.net] Sent: Tuesday, November 12, 2002 5:41 PM To: [EMAIL PROTECTED] Subject: Re: Use SSH instead of TELNET On Tue, Nov 12, 2002 at 02:46:42PM -0500, Abruzzese, Pat wrote: > I running SuSE 7.0 (s390) Kernel 2.2.16 this is not from Marist. It was > installed by Denver Solutions for me. Unless you explicitly have no post-installation support from Denver Solutions, you should also probably get your money's worth by asking them about it. Although Mark has identified the issue and where to get the appropriate RPMs. OpenSSH went through a spate of vulnerabilities though, and I don't know offhand if the ones there are secure or not. Ideally you want one of the 3.x OpenSSH versions with privilege separation. Adam
Re: Use SSH instead of TELNET
On Wed, Nov 13, 2002 at 05:39:20AM +0800, John Summerfield wrote: > On Tue, 12 Nov 2002 [EMAIL PROTECTED] wrote: > > # rpm -qa '*ssh*' > > rpm: extra arguments given for query of all packages > [ snip ] > > The oldest system I have is RHL 7.2 and it works there. Red Hat ships with a newer version of RPM than SuSE. Red Hat has used RPM 4.x for quite some time, while SuSE still uses RPM 3.x. The capabilities are a little different, but using: rpm -qa | grep -i ssh should work just fine regardless of the version of RPM used. Dave -- ('> Dave O'Neill <[EMAIL PROTECTED]>, Staff Scientist, Linuxcare, Inc. //\ tel: (613) 562-9949 fax: (613) 562-9700 http://www.linuxcare.com/ v_/_ Linuxcare. Simplifying Server Consolidation
Re: Use SSH instead of TELNET
On Tue, Nov 12, 2002 at 02:46:42PM -0500, Abruzzese, Pat wrote: > I running SuSE 7.0 (s390) Kernel 2.2.16 this is not from Marist. It was > installed by Denver Solutions for me. Unless you explicitly have no post-installation support from Denver Solutions, you should also probably get your money's worth by asking them about it. Although Mark has identified the issue and where to get the appropriate RPMs. OpenSSH went through a spate of vulnerabilities though, and I don't know offhand if the ones there are secure or not. Ideally you want one of the 3.x OpenSSH versions with privilege separation. Adam
Re: Use SSH instead of TELNET
On Tue, 12 Nov 2002 [EMAIL PROTECTED] wrote: > >> try this > >> rpm -qa | grep ssh > > >or in one command, > >rpm -qa '*ssh*' > > # rpm -qa '*ssh*' > rpm: extra arguments given for query of all packages Odd. I see you quoted it too. [summer@orange summer]$ rpm -qa '*ssh*' openssh-server-3.4p1-2 openssh-clients-3.4p1-2 openssh-askpass-gnome-3.4p1-2 kdessh-3.0.3-3 openssh-3.4p1-2 openssh-askpass-3.4p1-2 [summer@orange summer]$ The oldest system I have is RHL 7.2 and it works there. -- Cheers John. Please, no off-list mail. You will fall foul of my spam treatment. Join the "Linux Support by Small Businesses" list at http://mail.computerdatasafe.com.au/mailman/listinfo/lssb
Re: Use SSH instead of TELNET
>> try this >> rpm -qa | grep ssh >or in one command, >rpm -qa '*ssh*' # rpm -qa '*ssh*' rpm: extra arguments given for query of all packages
Re: Use SSH instead of TELNET
On Tue, 12 Nov 2002, Abruzzese, Pat wrote: > My Unix group will be installing an application under the VM Linux. They > want to access Linux using SSH instead of TELNET. Where can I get SSH for > Linux. openssh is on your Linux CD. -- Cheers John. Please, no off-list mail. You will fall foul of my spam treatment. Join the "Linux Support by Small Businesses" list at http://mail.computerdatasafe.com.au/mailman/listinfo/lssb
Re: Use SSH instead of TELNET
On Tue, 12 Nov 2002, Mark D Pace wrote: > >I look around for it and can't find it. Which directory would it be > located. > >This is not a Marist file system. > >P. Abruzzese > > try this > rpm -qa | grep ssh or in one command, rpm -qa '*ssh*' > This will tell you if an ssh package has been installed. -- Cheers John. Please, no off-list mail. You will fall foul of my spam treatment. Join the "Linux Support by Small Businesses" list at http://mail.computerdatasafe.com.au/mailman/listinfo/lssb
Re: Use SSH instead of TELNET
Pat, Perhaps it wasn't installed. If you're running the original SuSE distribution, you need to go to ftp://ftp.suse.de/pub/suse/s390/7.0/sec1 and download the RPMs there. You should probably install mod_ssl.rpm, openssh.rpm and openssl.rpm. It wouldn't hurt to install the others as well. The versions there are old, so you might want to be adventurous and get the source RPMs from ftp://ftp.suse.de/pub/suse/s390/7.0/zq1 and use the .spec files in them to use as models for building current versions. (I know that sounds like a lot of work, and it is. But, that's what running an old distribution will cause. :( ) If you're running the later SuSE distribution, or Red Hat, the needed RPMs will be amongst the other RPMs for installation. (CD 1 for SuSE.) Mark Post -Original Message- From: Abruzzese, Pat [mailto:Pabruzzese@;Thomcomp.com] Sent: Tuesday, November 12, 2002 1:39 PM To: [EMAIL PROTECTED] Subject: Re: Use SSH instead of TELNET Mark, I look around for it and can't find it. Which directory would it be located. This is not a Marist file system. vr, P. Abruzzese > -Original Message- > From: Post, Mark K [SMTP:[EMAIL PROTECTED]] > Sent: Tuesday, November 12, 2002 11:54 AM > To: [EMAIL PROTECTED] > Subject: Re: Use SSH instead of TELNET > > Pat, > > It should have come on your distribution, unless you're using one of the > Marist file systems (which I don't currently recommend). > > Mark Post > > -Original Message- > From: Abruzzese, Pat [mailto:Pabruzzese@;Thomcomp.com] > Sent: Tuesday, November 12, 2002 11:29 AM > To: [EMAIL PROTECTED] > Subject: Use SSH instead of TELNET > > > My Unix group will be installing an application under the VM Linux. They > want to access Linux using SSH instead of TELNET. Where can I get SSH for > Linux. > > vr, > > P. Abruzzese
Re: Use SSH instead of TELNET
Mark, I running SuSE 7.0 (s390) Kernel 2.2.16 this is not from Marist. It was installed by Denver Solutions for me. vr, P. Abruzzese > -Original Message- > From: Post, Mark K [SMTP:[EMAIL PROTECTED]] > Sent: Tuesday, November 12, 2002 11:54 AM > To: [EMAIL PROTECTED] > Subject: Re: Use SSH instead of TELNET > > Pat, > > It should have come on your distribution, unless you're using one of the > Marist file systems (which I don't currently recommend). > > Mark Post > > -Original Message- > From: Abruzzese, Pat [mailto:Pabruzzese@;Thomcomp.com] > Sent: Tuesday, November 12, 2002 11:29 AM > To: [EMAIL PROTECTED] > Subject: Use SSH instead of TELNET > > > My Unix group will be installing an application under the VM Linux. They > want to access Linux using SSH instead of TELNET. Where can I get SSH for > Linux. > > vr, > > P. Abruzzese
Re: Use SSH instead of TELNET
>I look around for it and can't find it. Which directory would it be located. >This is not a Marist file system. >P. Abruzzese try this rpm -qa | grep ssh This will tell you if an ssh package has been installed. Mark D Pace Senior Systems Engineer Mainline Information Systems 1700 Summit Lake Drive Tallahassee, FL. 32317 [EMAIL PROTECTED] Office: 850.219.5184 Fax: 850.219.5050 http://www.mainline.com "Abruzzese, Pat" To: [EMAIL PROTECTED] Subject: Re: Use SSH instead of TELNET Sent by: Linux on 390 Port <[EMAIL PROTECTED] ARIST.EDU> 11/12/2002 01:39 PM Please respond to Linux on 390 Port Mark, I look around for it and can't find it. Which directory would it be located. This is not a Marist file system. vr, P. Abruzzese > -Original Message- > From: Post, Mark K [SMTP:[EMAIL PROTECTED]] > Sent: Tuesday, November 12, 2002 11:54 AM > To: [EMAIL PROTECTED] > Subject: Re: Use SSH instead of TELNET > > Pat, > > It should have come on your distribution, unless you're using one of the > Marist file systems (which I don't currently recommend). > > Mark Post > > -Original Message- > From: Abruzzese, Pat [mailto:Pabruzzese@;Thomcomp.com] > Sent: Tuesday, November 12, 2002 11:29 AM > To: [EMAIL PROTECTED] > Subject: Use SSH instead of TELNET > > > My Unix group will be installing an application under the VM Linux. They > want to access Linux using SSH instead of TELNET. Where can I get SSH for > Linux. > > vr, > > P. Abruzzese
Re: Use SSH instead of TELNET
Mark, I look around for it and can't find it. Which directory would it be located. This is not a Marist file system. vr, P. Abruzzese > -Original Message- > From: Post, Mark K [SMTP:[EMAIL PROTECTED]] > Sent: Tuesday, November 12, 2002 11:54 AM > To: [EMAIL PROTECTED] > Subject: Re: Use SSH instead of TELNET > > Pat, > > It should have come on your distribution, unless you're using one of the > Marist file systems (which I don't currently recommend). > > Mark Post > > -Original Message- > From: Abruzzese, Pat [mailto:Pabruzzese@;Thomcomp.com] > Sent: Tuesday, November 12, 2002 11:29 AM > To: [EMAIL PROTECTED] > Subject: Use SSH instead of TELNET > > > My Unix group will be installing an application under the VM Linux. They > want to access Linux using SSH instead of TELNET. Where can I get SSH for > Linux. > > vr, > > P. Abruzzese
Re: Use SSH instead of TELNET
Pat, It should have come on your distribution, unless you're using one of the Marist file systems (which I don't currently recommend). Mark Post -Original Message- From: Abruzzese, Pat [mailto:Pabruzzese@;Thomcomp.com] Sent: Tuesday, November 12, 2002 11:29 AM To: [EMAIL PROTECTED] Subject: Use SSH instead of TELNET My Unix group will be installing an application under the VM Linux. They want to access Linux using SSH instead of TELNET. Where can I get SSH for Linux. vr, P. Abruzzese
Re: Use SSH instead of TELNET
AFAIK all vanilla installs of Linux for s390 have ssh installed and ready for use. Mark D Pace Senior Systems Engineer Mainline Information Systems 1700 Summit Lake Drive Tallahassee, FL. 32317 [EMAIL PROTECTED] Office: 850.219.5184 Fax: 850.219.5050 http://www.mainline.com "Abruzzese, Pat" To: [EMAIL PROTECTED] Subject: Use SSH instead of TELNET Sent by: Linux on 390 Port <[EMAIL PROTECTED] ARIST.EDU> 11/12/2002 11:28 AM Please respond to Linux on 390 Port My Unix group will be installing an application under the VM Linux. They want to access Linux using SSH instead of TELNET. Where can I get SSH for Linux. vr, P. Abruzzese
Re: Use SSH instead of TELNET
On Tue, 2002-11-12 at 11:28, Abruzzese, Pat wrote: > Where can I get SSH for Linux. http://www.openssh.com/ worked for me on the original SLES for S/390. -- David Andrews A. Duda and Sons, Inc. [EMAIL PROTECTED]
Re: Use SSH instead of TELNET
www.openssh.com On Tue, 2002-11-12 at 10:28, Abruzzese, Pat wrote: > My Unix group will be installing an application under the VM Linux. They > want to access Linux using SSH instead of TELNET. Where can I get SSH for > Linux. > > vr, > > P. Abruzzese -- - Michael Martin [EMAIL PROTECTED] (713) 918-2631
Use SSH instead of TELNET
My Unix group will be installing an application under the VM Linux. They want to access Linux using SSH instead of TELNET. Where can I get SSH for Linux. vr, P. Abruzzese