How to access virtual host machine in normal terminal in ubuntu

1)First install ssh in  host

    $sudo apt-get install ssh
  2)Add network adapter










   




3)Find inet address(inet addr:)

    $ifconfig

4)Access remote location

    $ ssh <username>@<inet address>
 

    
     

Comments

Popular posts from this blog

ImportError: No module named regex