Thoughts and tutorials on programming

Friday, January 19, 2007

how to setup ssh to not prompt with planetlab

so with planetlab typically it has these 600 hosts and for each one, the first time you ssh into it, it prompts you if you want to accept that one's identification key.
To get rid of this:
to ~/.ssh/config
add
stricthostkeychecking=no


see the docs at "man ssh_config" which was were it was found.

No comments:

Contributors

Followers