echo | tee -a /etc/ssh/sshd_config echo "AllowUsers *@xxx.xxx.xxx.xxx" | tee -a /etc/ssh/sshd_config echo "sshd: xxx.xxx.xxx.xxx" | tee -a /etc/hosts.allow echo "All: All" | tee -a /etc/hosts.deny
Why "| tee -a" instead of ">>"?