hacks/fix-raspian-defaults/root.overlay/boot/per-once.d/99-enable-ssh.sh

5 lines
54 B
Bash
Raw Normal View History

2019-10-04 15:10:07 +00:00
#!/bin/bash
systemctl enable ssh
systemctl start ssh