robox
robox copied to clipboard
RHEL6 - Error trying ssh command
RHEL6 - Error trying ssh command: vagrant ssh
- provider: libvirt
- box:
generic/rhel6
(orroboxes/rhel6
)
steps to reproduce:
-
vagrant init -m generic/rhel6
(orvagrant init -m generic/rhel6 --box-version 3.1.24
) -
vagrant up
-
vagrant ssh
vagrant@<IP>: Permission denied (publickey,gssapi-keyex,gssapi-with-mic).
env info:
O.S.: fedora-33
Vagrant: 2.2.9
vagrant-libvirt (0.1.2, system)
you probably hit this one: https://rwmj.wordpress.com/2022/08/08/ssh-from-rhel-9-to-rhel-5-or-rhel-6/
Yeah, the issue isn't the RHEL 6 image. It's your newer host, aka Fedora, that has disabled the RSA algorithms by default.