#!/usr/bin/with-contenv sh if [ ! -f /var/lib/proftp/keys/ssh_rsa_key ]; then ssh-keygen -b 2048 -t rsa -f /var/lib/proftp/keys/ssh_rsa_key -q -N "" fi