Update of /cvsroot/sandweb/sandweb/tools
In directory sc8-pr-cvs1:/tmp/cvs-serv11557/tools
Modified Files:
install_script.pl
Log Message:
finally! conquered SSH host key checking and Expect.
We need a wrapper around SSH for SandWeb to use, so we
can pass the "-o StrictHostKeyChecking no" option ( works in
both OpenSSH and SSH.com versions ).
This eliminates the timeouts and complexity in sandweb-expect.
Index: install_script.pl
===================================================================
RCS file: /cvsroot/sandweb/sandweb/tools/install_script.pl,v
retrieving revision 1.21
retrieving revision 1.22
diff -U2 -r1.21 -r1.22
--- install_script.pl 4 Mar 2003 07:19:45 -0000 1.21
+++ install_script.pl 1 Apr 2003 01:21:40 -0000 1.22
@@ -43,4 +43,5 @@
$bindir = instbin($bindir, 'sandweb-expect');
$bindir = instbin($bindir, 'sandweb-editor');
+$bindir = instbin($bindir, 'sandweb-ssh');
# errors
|