Skip to content

Serv00 - 控制面板自动登录、ssh自动连接脚本

Notifications You must be signed in to change notification settings

Aberion/Serv00_Auto_Login

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Serv00 - 控制面板自动登录、ssh自动连接脚本

基于 Serv00_Auto_Login 修改的项目,增加了bark推送和ssh自动连接脚本

使用方法

  在 GitHub 仓库中,进入右上角Settings,在侧边栏找到Secrets and variables,点击展开选择Actions,点击New repository secret,然后创建一个名为ACCOUNTS_JSONSecret,将 JSON 格式的账号密码字符串作为它的值。在bark中填入bark软件的推送apiKey,可留空。在host填入ssh的连接地址。如下格式:

[  
  { "username": "qinshihuang", "password": "linux.do", "panelnum": "0", "bark": "apikey", "host": "s3.serv00.com" },  
  { "username": "zhaogao", "password": "daqinzhonggong", "panelnum": "2", "bark": "apikey", "host": "s3.serv00.com" },  
  { "username": "heiheihei", "password": "shaibopengke", "panelnum": "3", "bark": "apikey", "host": "s3.serv00.com" }  
]

其中panelnum参数为面板编号,即为你所收到注册邮件的panel*.serv00.com中的*数值。

贡献

姓名 主页 内容
linzjian666 https://github.com/linzjian666 增加多面板支持

参考信息

名称 来源 地址
Limkon Github https://github.com/Limkon

About

Serv00 - 控制面板自动登录、ssh自动连接脚本

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages

  • JavaScript 73.4%
  • Python 26.6%