Gitiles
Code Review
Sign In
gerrit.onosproject.org
/
spring-open
/
1ada7ce74b01dafeb36a87ecce2780f0e264ae3b
/
.
/
old-scripts
/
cluster-mgmt
/
bin
/
known_hosts.sh
blob: 7113a8dacb89b8d54a472faac4018d1bb542be43 [
file
] [
log
] [
blame
]
#! /bin/bash
.
$
{
HOME
}/
bin
/
func
.
sh
dsh
-
g $
{
basename
}
'for i in `seq 1 25`; do ssh-keyscan 1.1.$i.1 >> ${HOME}/.ssh/known_hosts; done'