1
0
mirror of https://git.decapod.one/brethil/dotfiles synced 2024-06-19 15:28:32 +02:00
dotfiles/dev/entrypoint.sh
bretello 762f3ef58c
install: use ansible
- ansible/playbooks/setup.yml can be used to install all dotfiles
- a test setup is included in the `dev` folder with arch and debian
  images
2020-12-08 00:36:08 +01:00

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