mirror of
https://git.decapod.one/brethil/dotfiles
synced 2024-11-05 03:41:30 +01:00
762f3ef58c
- 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
6 lines
104 B
Bash
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
|