From charlesreid1

Enabling ssh server

Mars

Jupiter

OpenSSH server

apt-get install openssh-server

Now remove run levels for ssh:

update-rc.d -f ssh remove

Now load the default run level for ssh:

update-rc.d -f ssh defaults

SSH keys

Move old SSH keys for this machine.

 cd /etc/ssh/
mkdir insecure_original_default_kali_keys 
mv ssh_host_* insecure_original_default_kali_keys/

Make new SSH keys for this machine.

dpkg-reconfigure openssh-server

Enabling aptitude repositories

Following the Kali Linux page on sources.list, I modified the /etc/apt/sources.list on each Kali machine to be the following:

#

# deb cdrom:[Debian GNU/Linux 7.0 _Kali_ - Official Snapshot i386 LIVE/INSTALL Binary 20150312-18:43]/ kali contrib main non-free
#deb cdrom:[Debian GNU/Linux 7.0 _Kali_ - Official Snapshot i386 LIVE/INSTALL Binary 20150312-18:43]/ kali contrib main non-free

# see http://docs.kali.org/general-use/kali-linux-sources-list-repositories

deb http://http.kali.org/kali kali main non-free contrib
deb http://security.kali.org/kali-security kali/updates main contrib non-free

deb-src http://http.kali.org/kali kali main non-free contrib
deb-src http://security.kali.org/kali-security kali/updates main contrib non-free

deb http://repo.kali.org/kali kali-bleeding-edge main