[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cobalt-users] Help Installing SSH on Raq3i
- Subject: Re: [cobalt-users] Help Installing SSH on Raq3i
- From: Balázs Nagy <bn@xxxxxxxxxxxxxx>
- Date: Thu Apr 6 07:44:21 2000
Keith wrote:
> Hi All,
> I am new to the linux environment and don't know very many commands.
> I found ssh-1.2.27.tar.gz and downloaded it to my pc. I now need to
> upload the file to
> my raq. what directory should I put it in. Then were do I have to
> move it (and how) to
> get it to work.
> Please be verbose as I am a newbie.
ftp it up to the Raq to *any* directory, however admin might be the best
[admin admin] $ tar xvzf ssh-1.2.27.tar.gz
[admin admin] $ cd ssh-1.2.27
[admin admin] $ ./configure
<...>
[admin admin] $ make
<...>
[admin admin] $ su -
password: (same as admin)
# make install
<...>
done!