Displaying 1 result from an estimated 1 matches for "build_host_key".
2000 Feb 17
2
Problems building host keys on some SPARCs
...unning.
On a few hosts though, the keygen fails like this:
root at sylow:/source/USR_LOCAL/OFFICIAL/OPENSSH/ssh_client# ssh-keygen -b 1024 -f /etc/ssh/ssh_host_key -N ''
ksh: ssh-keygen: cannot execute
or fail like this:
root at sylow:/source/USR_LOCAL/OFFICIAL/OPENSSH/ssh_client# cat build_host_key
/usr/local/bin/ssh-keygen -b 1024 -f /etc/ssh/ssh_host_key -N ''
root at sylow:/source/USR_LOCAL/OFFICIAL/OPENSSH/ssh_client# sh build_host_key
/usr/local/bin/ssh-keygen: syntax error at line 1: `(' unexpected
These same invokations work fine on most of our other systems.
Info on th...