How to ssh into Ubuntu on Parallels by hostname
this is something that strangely doesn't happen automatically on ubuntu
in Ubuntu, just add
to your /etc/dhcp3/dhclient.conf file
you might need to do a
On your Mac, you can now do
instead of
in Ubuntu, just add
send host-name "dapperbox";
to your /etc/dhcp3/dhclient.conf file
you might need to do a
sudo /etc/services/networking restart
On your Mac, you can now do
ssh username@dapperbox
instead of
ssh username@1.2.3.4