You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to jenkins...@googlegroups.com
Afternoon -
How do you guys handle the "Host Key Verification Failed" msgs when deploying to new servers.
I have 9 new build/deploy servers - one job can run on any of those deploy servers to move code to 12 servers in an environment.
ssh'ing from each of the 9 new servers to each of the 12 servers for one job is not a problem and has already been done. But ssh'ing from each of the 9 servers to 1000's of other servers could become a problem (more so if someone decides to rebuild a random server or two).
Any advise is appreciated.
Vanetta
Paul Kilgo
unread,
May 20, 2015, 5:32:43 PM5/20/15
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to jenkins...@googlegroups.com
You can take a look at ssh-keyscan help build known_hosts databases
(maybe you are using that). The man page even says it can collect
1000s of host keys in tens of seconds.
Our Jenkins instance happens to be managed by Puppet which can do ssh
host key propagation for you, but it seems overkill if you aren't
already using it.