Solved it, I needed to add this to ~/.ssh/config on gcc76:

Host *
  PreferredAuthentications keyboard-interactive,password

I think I have too many keys in my agent, and it was trying to use all
of them first when connecting to the VM, and getting "Too many
authentication failures to continue" and never giving me a chance to
enter a password.

_______________________________________________
Gcc-cfarm-users mailing list
Gcc-cfarm-users@gna.org
https://mail.gna.org/listinfo/gcc-cfarm-users

Reply via email to