您好,欢迎光临本网站![请登录][注册会员]  

搜索资源列表

  1. except自动登录的几段代码分享

  2. except自动登录的几段代码,大家拿去学习吧
  3. 所属分类:其它

    • 发布日期:2020-09-15
    • 文件大小:25600
    • 提供者:weixin_38650629
  1. except自动登录的几段代码分享

  2. 代码如下:#!/usr/bin/expect -fset timeout 30set host “192.168.1.198”spawn ssh $hostexpect_before “no)?” {send “yes\r” }sleep 1expect “password:”send “123456\r”expect “*#”send “echo my name is fivetrees > /root/fivetrees.txt\r”interact ##—————————- 代码如
  3. 所属分类:其它

    • 发布日期:2021-01-09
    • 文件大小:28672
    • 提供者:weixin_38677244