In documentation I found this example:
ssh -i KEY_FILE -o UserKnownHostsFile=/dev/null -o CheckHostIP=no -o StrictHostKeyChecking=no USER@IP_ADDRESS
But in Chrome OS in console I can't run ssh-keygen
- therefore I not have KEY_FILE
.
Any solution?