Hi,
I noticed that DATA is defined twice in regress/cipher-speed.sh:
% grep -n DATA cipher-speed.sh
12:DATA=/bin/ls
13:DATA=/bsd
33: < ${DATA} ) 2>&1 | getbytes
54: < ${DATA} ) 2>&1 | getbytes
%
The second definition will override the first, however /bsd is not
present on all operating systems. Perhaps using something like $OBJ/sshd
would be more portable.
--
Iain Morgan
Apparently Analagous Threads
- [PATCH] Portability improvements for regress/cipher-speed.sh
- [Bug 2137] New: progress meter shows wrong speed during resume
- FYI: SSH1 now disabled at compile-time by default
- [Bug 1039] Incomplete application of HostKeyAlias in ssh
- openssh-unix-dev Digest, Vol 123, Issue 13
