Ubuntu server setup cheat sheet

Enable SSH server

sudo apt-get install openssh-server

Prep home directory for ssh public key authentication

mkdir -m 700 ~/.ssh/

Re-enter setup mode

???

Edit sources (to remove CDROM as source)

nano /etc/apt/sources.list

 

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s