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