Sunday Blog

人生是一场刻意练习

SSH 一次执行多个命令

Ssh Multiple Commands

分号 ssh User@Host 'source /etc/profile; date' 写EOF ssh User@Host /bin/bash << EOF date ls -la uptime EOF 使用脚本 echo 'date' > 1.sh ssh User@Host bash -s < 1.sh

Linux用户登录次数限制、开启连接超时、开启审计日志

Linux Login Limit

https://blog.csdn.net/qq_43164571/article/details/119234593?spm=1001.2014.3001.5502