
Mailing List Archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [tlug] install openssh remotely?
On Tue, Jul 09, 2002 at 04:10:05PM +0900, Nguyen Hung Vu wrote:
> On Tue, 9 Jul 2002, Matt Doughty wrote:
>
> >
> > On Tue, Jul 09, 2002 at 03:57:11PM +0900, Nguyen Hung Vu wrote:
> > > Hello all,
> > >
> > > Can I upgrade( or install) openssh remotely?
> >
> > yes
> >
>
> How can I do it?
> If it is long, point me to some URL
>
Well, Jim recommended a very safe way to do it. I normally do one of
two things:
1. If I really trust the intermediate network I run telnet to do the
upgrade, and shut it off when I'm done.
2. ssh forks off each connection so I log in do the upgrade. Carefully
kill all the session besides my current session, and reload ssh. If
I can log in to the new server then I close my current session. Otherwise
I try to figure out what is wrong, and try again.
Even we with the second method you might want to startup telnet just in
case as a precaution. I'm sure some would recommend using rsh with a
.rlogin so that if you do need to use it you can get around sending
passwords over the wire.
--Matt
Home |
Main Index |
Thread Index