diff --git a/etc/ssh/copy b/etc/ssh/copy new file mode 100755 index 00000000..2468eb5f --- /dev/null +++ b/etc/ssh/copy @@ -0,0 +1,5 @@ +#!/usr/bin/env bash +mkdir -p /etc/ssh +cat ssh_config > /etc/ssh/ssh_config +cat sshd_config > /etc/ssh/sshd_config +chmod a-x,u+rw,g+r-w,o+r-w /etc/ssh/ssh?_config