You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
tl;dr the box should ship with an RSA host key instead of a DSA host key.
The 1.0.0 box version ships bitvise ssh server with the vagrant insecure ssh key (that is good) and a DSA host key (that is bad). From the OpenSSH docs:
OpenSSH 7.0 and greater similarly disable the ssh-dss (DSA) public key algorithm. It too is weak and we recommend against its use.
To get vagrant ssh to work I have to use the bitvise gui to generate an RSA host key, then click Employ to enable it.
The text was updated successfully, but these errors were encountered:
tl;dr the box should ship with an RSA host key instead of a DSA host key.
The 1.0.0 box version ships bitvise ssh server with the vagrant insecure ssh key (that is good) and a DSA host key (that is bad). From the OpenSSH docs:
To get
vagrant ssh
to work I have to use the bitvise gui to generate an RSA host key, then clickEmploy
to enable it.The text was updated successfully, but these errors were encountered: