What are we doing? Upgrading the release of Ubuntu containers in LXD Overcoming Error: “Must be connected to terminal” How? After Ubuntu 16.04LTS was released I was rolling out upgrades to 14.04LTS installs
Read moreCategory: SSH
Enable SSH Login for Linux root User
What are we doing? Setting a password for the root user Enabling login with SSH for root user Why? Root login is disabled by default on Ubuntu (and many other Linux distributions) as
Read moreInstalling Git Core and Setting up First Repository
What are we doing? Generating SSH keys and adding them to bitbucket Installing Git core on our web server Setting up a repository Pushing a project to a repository Why? Version control is an industry
Read moreSetup RSA keys and SSH to Linux Without a Password
RSA keys not only provide more robust authentication than passwords- a password can be broken with time, luck and/or a hypothetical hammer- but can also make life a lot easier by removing the need to
Read moreSFTP as www-data on Debian
SFTP is a secure alternative to FTP that piggy backs off of SSH. Not only is it more secure than FTP but because it is packaged with SSH, requires very little setup on headless Debian
Read more