dotfiles/dev/entrypoint.sh

6 lines
104 B
Bash

#!/bin/bash
if [ ! -f /etc/ssh/ssh_host_ed25519_key.pub ]; then
ssh-keygen -A
fi
/usr/sbin/sshd -D -e