diff --git a/utils/bootstrap.pl b/utils/bootstrap.pl index 64d2279..f9fdc77 100755 --- a/utils/bootstrap.pl +++ b/utils/bootstrap.pl @@ -92,7 +92,7 @@ sub generateConfig { sub getKeys { my $address = shift; - my $cmd = "/usr/bin/ssh-keyscan ".$address; + my $cmd = "/usr/bin/ssh-keyscan $address >> /var/spool/uucp/.ssh/known_hosts"; system($cmd); }