Base Linux
Jump to navigation
Jump to search
- Install the latest LTS from Ubuntu
- During Software Selection Make sure to select the OpenSSH server
- After the install is done update the repos and make sure all the apps are up to date.
sudo apt-get update && sudo apt-get upgrade
- Run the lines before to add PBIS (PowerBroker Identity Services) repository
wget -O - http://repo.pbis.beyondtrust.com/yum/RPM-GPG-KEY-pbis|sudo apt-key add - sudo wget -O /etc/apt/sources.list.d/pbiso.list http://repo.pbis.beyondtrust.com/apt/pbiso.list sudo apt-get update