#!/bin/bash if [ ! -f /etc/ssh/ssh_host_rsa_key ]; then dpkg-reconfigure openssh-server fi