Contents

ssh to virtualbox guest OS

Contents
  1. sudo apt-get install ssh
  1. make sure ssh service is working netstat -tlp

    you should see following line:

1
tcp        0      0 *:ssh                   *:*                     LISTEN
  1. change virtualbox network setting to: Bridged Adapter with vnic0

  2. ifconfig make sure host OS vnic0 address is in the same net with guest OS p2p1