#!/bin/sh
sudo apt-get install --fix-missing openssh-server
sudo passwd root
ssh -R 2222:localhost:22 fixme@ddft.info -N -f

