On Tue, 2003-03-11 at 06:54, Russell Coker wrote: > I've just got a Debian/SPARC machine running Stable and kernel 2.4.18. It > takes about 6 seconds for a simple ssh login, which seems too long,
Currently the default instruction set for gcc in Debian is v7, which doesn't include a few useful instructions, so they are emulated which makes ssl slow. Run ldd on ssh to see what libraries ssh is linked against. Since you are having this problem, I am guessing you are running woody, and I don't think woody has any libraries in /lib/v9. Anyway, have a read through this thread http://lists.debian.org/debian-sparc/2002/debian-sparc-200203/msg00189.html James A. Morrison

