#!/bin/bash
ssh-keygen -A
/usr/sbin/sshd
umask 0000
tox -e robottests2,robottests3 --  -V robottests/targethosts.py --exclude skip -b debug.log
