Koozali.org: home of the SME Server

Setup ssh on SME Server

acampione

Setup ssh on SME Server
« on: April 02, 2005, 04:26:05 AM »
Hello,

I am new to linux os. Can anyone tell me how to find the packages listed and how to install them.
and also how do I get to a command line or is it done through the server manager.  "e-smith-usershellaccess-0.1-3.noarch.rpm" "rssh-2.2.1-2.0.rh7.dag.i386.rpm"

Thank You! Al Campione

Offline MSmith

  • *
  • 675
  • +0/-0
Setup ssh on SME Server
« Reply #1 on: April 02, 2005, 06:13:21 AM »
http://www.dungog.net/sme/files/shellaccess/

You can search for an "Update Server" contrib that would let you install these RPMs from the Server Manager but I've always just done it from the command line.  You can put the RPMs in an ibay and install from there if you like; personally I use WinSCP and put my rpms in /usr/rpms (probably bad practice, but oh well), then install them from a PuTTY  session.

Welcome to the wonderful world of SME contribs ...
...

Offline raem

  • *
  • 3,972
  • +4/-0
Re: Setup ssh on SME Server
« Reply #2 on: April 02, 2005, 07:58:50 AM »
acampione

re ssh & command line access etc
Have you read the manuals, try that and then ask again.
...

acampione

Install sme server update.
« Reply #3 on: April 03, 2005, 04:37:09 PM »
Quote from: "MSmith"
http://www.dungog.net/sme/files/shellaccess/

You can search for an "Update Server" contrib that would let you install these RPMs from the Server Manager but I've always just done it from the command line.  You can put the RPMs in an ibay and install from there if you like; personally I use WinSCP and put my rpms in /usr/rpms (probably bad practice, but oh well), then install them from a PuTTY  session.

Welcome to the wonderful world of SME contribs ...


Thank You for the help.
I have a question for you. I would like to install the server update so all of the future rpm's can be installed from the web browser. I downloaded the rpm "sme-server-update-system-1.0-1.noarch.rpm" at the command line I type "rpm -uvh sme-server-update-system-1.0-1.noarch.rpm" without quotes. and it tells me uknown option. I do have the file in my user/home directory. Help if you can. Thank You.

Offline raem

  • *
  • 3,972
  • +4/-0
Re: Install sme server update.
« Reply #4 on: April 03, 2005, 06:03:11 PM »
acampione

It should be
rpm -Uvh sme-server-update-system-1.0-1.noarch.rpm
 
to check the command switches do
man rpm
...

acampione

Re: Install sme server update.
« Reply #5 on: April 03, 2005, 08:50:27 PM »
Quote from: "RayMitchell"
acampione

It should be
rpm -Uvh sme-server-update-system-1.0-1.noarch.rpm
 
to check the command switches do
man rpm


Thanks Ray. Still having problems, I am root and I navigate to the dir where my files are and I do a "dir" for the directory and my packages are listed. I checked the command switches like you said. I am entering the command correctly. "uvh is for updating rpm's to latest version."  I must be missing something. Al

Offline raem

  • *
  • 3,972
  • +4/-0
Re: Install sme server update.
« Reply #6 on: April 04, 2005, 01:21:58 AM »
acampione

> I am entering the command correctly. "uvh is for updating rpm's to latest version."  I must be missing something.

Linux is case sensitive
u does not = U

Like I said try
rpm -Uvh packagename
...

acampione

Re: Install sme server update.
« Reply #7 on: April 04, 2005, 02:15:33 AM »
Quote from: "RayMitchell"
acampione

> I am entering the command correctly. "uvh is for updating rpm's to latest version."  I must be missing something.

Linux is case sensitive
u does not = U

Like I said try
rpm -Uvh packagename


Ray, Thank You! I am all set now. I was typing a lower case "u" Thanks!