• Resize,w 360,h 240
    shell脚本实现自动输入账号密码连接运服务器并执行其他命令的方法-总结

    操作 vi ssh.sh chmod +x ssh.sh ./ssh.sh 127.0.0.1 root 123456 注意 第一行定要写这句话...