Subject: getting ssh off system here
To: None <tech-net@netbsd.org>
From: Mipam <mipam@ibb.net>
List: tech-net
Date: 02/22/2001 10:51:59
Hi,

I want to get rid of ssh in the base system here.
I follow the 1.5 and 1.4 release branch on some systems
and there ssh is still at 2.2.0 (in 1.5 release) which has incompetabilities
with other ssh daemons, well the hmac stuff is the problem.
So wish to kick the default ssh off and install a more recent ssh.
I wish to do so that not by accident the old ssh is being called.
If i delete:

/usr/bin/scp
/usr/bin/ssh
/usr/bin/ssh-add
/usr/bin/ssh-agent
/usr/bin/ssh-keygen
/etc/rc.d/sshd
/usr/share/man/man1/scp.1
/usr/share/man/man1/ssh-add.1
/usr/share/man/man1/scp-agent.1
/usr/share/man/man1/scp-keygen.1
/usr/share/man/man1/ssh.1
/usr/share/man/man8/sshd.8
/usr/sbin/sshd

Will that take care of everything concerning ssh.
Or do i miss some stuff?
Yes, i know it's not the best way perhaps and no,
i just could install the pkgsrc ssh above the ssh which
comes in the base system and adjust /etc/rc.d/sshd
but i wish to do it this way, forgive me.
Bye,

Mipam.