We already installed Ubuntu. Set up root. Now we are going to start up the server again for part 2. Going to login as root.
You could enter commands in the virtual box screen, but copy and paste seems to not work. Plus scroll does not seem to work. So i like to SSH in to it with a SSH client.
Get the server IP:
First we need to get the ip of the sever. When we first login it shows the IP address.
Another way you can get the server ip address is by ifconfig
Connect via SSH:
Open up the terminal App on the Mac. My server IP is 10.0.1.16.
[code lang=”bash”]
ssh SERVERIP -l root
[/code]