fixed indentation
This commit is contained in:
@@ -24,9 +24,9 @@ conf_ssh()
|
||||
|
||||
prnt I "Installating OpenSSH configuration files..."
|
||||
for f in /etc/ssh/ssh{,d}_config; do
|
||||
backup_dist $f
|
||||
install_file ssh/$(basename $f) $f
|
||||
tag_file $f
|
||||
backup_dist $f
|
||||
install_file ssh/$(basename $f) $f
|
||||
tag_file $f
|
||||
done
|
||||
sed -i -e "s#@SSHD_PERMITROOT_RANGE@#$SSHD_PERMITROOT_RANGE#" /etc/ssh/sshd_config
|
||||
|
||||
|
||||
Reference in New Issue
Block a user