[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RE: [cobalt-users] SSH2 remove, and SSH1 install
- Subject: RE: [cobalt-users] SSH2 remove, and SSH1 install
- From: Brandon Wheaton <brandonw@xxxxxxxxxxxx>
- Date: Thu Oct 12 01:04:00 2000
- List-id: Mailing list for users to share thoughts on Cobalt products. <cobalt-users.list.cobalt.com>
Hi.
As root at the command prompt, issue this command string:
find / -name 'ssh*'
You should see a list similar to this: (except SSH2 in your case)
/usr/local/bin/ssh1
/usr/local/bin/ssh
/usr/local/bin/ssh-keygen1
/usr/local/bin/ssh-keygen
/usr/local/bin/ssh-agent1
/usr/local/bin/ssh-agent
/usr/local/bin/ssh-add1
/usr/local/bin/ssh-add
/usr/local/man/man1/ssh-keygen1.1
/usr/local/man/man1/ssh-keygen.1
/usr/local/man/man1/ssh-agent1.1
/usr/local/man/man1/ssh-agent.1
/usr/local/man/man1/ssh-add1.1
/usr/local/man/man1/ssh-add.1
/usr/local/man/man1/ssh1.1
/usr/local/man/man1/ssh.1
/usr/local/man/man8/sshd1.8
/usr/local/man/man8/sshd.8
/usr/local/sbin/sshd1
/usr/local/sbin/sshd
You can just remove all the ssh2 files, compile ssh-1.2.27 as you did
with ssh2 and everything will be fine.
Take care Hans.
Brandon Wheaton
UNIX Systems Engineer
ValiCert, Inc.
1215 Terra Bella Ave.
Mountain View, CA 94043
650.567.5430
----
Computers are useless; they can only provide answers.
~Pablo Picasso
> -----Original Message-----
> From: Hans van Kilsdonk [mailto:hans@xxxxxxxxxxxxxx]
> Sent: Thursday, October 12, 2000 12:13 AM
> To: cobalt-users@xxxxxxxxxxxxxxx
> Subject: Re: [cobalt-users] SSH2 remove, and SSH1 install
>
>
> Hi !
>
> > Which method did you use to install SSH2? (bin-tarball, src-tarball,
> > rpm-file, pkg-file, etc.)
>
> Sorry that I didn't mentioned that: I used the src tarball
> ssh-2.3.0.tar.gz , ./configure , make , make install )
>
> Greets,
> Hans
>
>
> _______________________________________________
> cobalt-users mailing list
> cobalt-users@xxxxxxxxxxxxxxx
> To Subscribe or Unsubscribe, please go to:
> http://list.cobalt.com/mailman/listinfo/cobalt-users
>