1.ssh基于key验证命令:1. ssh -keygen 2. ssh-copy-id <host-pattern>
2.查看ubuntu系统版本命令: lsb_release -a
3.去除liunx文件中^M:sed -i 's/ //g' 文件名