diff --git a/etc/ssh/copy b/etc/ssh/copy index 2468eb5f..7d2d41c1 100755 --- a/etc/ssh/copy +++ b/etc/ssh/copy @@ -1,5 +1,7 @@ #!/usr/bin/env bash +set -x 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 +set +x