Explaination:
All public ssh keys are copied to the vm on start and VmChamp will try to connect to the vm.
If the user doesn't have one of the default keyfile names, the connection will fail because ssh doesn't know which key to use.
For example my .ssh dir looks like this:
Problem: SSH will fail if there is no public key with default name.
Explaination: All public ssh keys are copied to the vm on start and VmChamp will try to connect to the vm. If the user doesn't have one of the default keyfile names, the connection will fail because ssh doesn't know which key to use. For example my .ssh dir looks like this:
There is none of the default names and connection fails.
Solution: It would be best to create a seperate ssh key somewhere at
~/.config/VmChamp/id_rsa
and pass that to the ssh connection to use.