1
I would like to have a VM accept all SSH requests. That is, anyone on the network (namely, the host) can SSH into the shell without password checking, public key, etc. I know this is largely against the premise of SSH, but is it possible?
Criterion: It should not be a VM hack; I want this to simulate two computers on the same network, one with 'swiss-cheese' security.
In summary: ssh user_name@host_machine
should work, regardless of the nature of the ssh'ing machine, settings, RSA keys, etc.
You could recompile sshd to always accept the connection and log them in as some user... – Rook – 2013-07-31T06:18:40.783
Please remember to mention your OS. Both the host and the guest in this case. Answers are very likely to be OS-dependent. – terdon – 2013-07-31T16:08:20.587