|
Re: ssh from virtual machine to main host
Are you bridging your network connection?
Make sure you have the sshd service running.
example:
host --> 192.168.1.100
guest --> 192.168.1.101
From the guest, you can type:
$ ssh -l root 192.168.1.100
Last edited by motnahp00; 18th March 2011 at 01:30 AM.
Reason: typo
|