mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2025-01-09 11:52:31 +01:00
etc/ssh/copy: add verbosity
This commit is contained in:
parent
c2c0c4fa08
commit
888686ef48
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user