Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Prerequisits

Install Debian 8(JesseJessie) i386 architecture:

https://www.debian.org/releases/jessie/debian-installer/


Update Package Manager Sources
and add contrib to the list. See below:

vi /etc/apt/sources.list


Code Block
deb http://ftp.us.debian.org/debian/ jessie main contrib
deb-src http://ftp.us.debian.org/debian/ jessie main contrib

deb http://security.debian.org/ jessie/updates main
deb-src http://security.debian.org/ jessie/updates main


Install SSHD if not installed via the installer

apt-get install openssh-server

...