etc/ssh/copy: add verbosity

This commit is contained in:
Aminda Suomalainen 2015-09-01 17:32:56 +03:00
parent c2c0c4fa08
commit 888686ef48
1 changed files with 2 additions and 0 deletions

View File

@ -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