Coder Social home page Coder Social logo

autologin's Introduction

AutoLogin 自动登录服务器

GitHub stars GitHub forks GitHub issues DUB

  • 无需输入一大串的 ip 和密码,交互式自动登录服务器节点,适用于开发测试环境,不易用于实际生产环境.

脚本部署

git clone -b main https://github.com/mesondzh/AutoLogin.git
cd AutoLogin
sudo apt-get install sshpass
python3 -m pip install rich

# 修改 auto_login.py 中的SERVER_PWD、SERVER_USER、IP_PRE
# 添加环境变量,以/home/$USER/app为例
vi /etc/profile
export PATH="/home/$USER/app:$PATH"                                                   
source /etc/profile

sudo mv auto_login.py ~/app/server & chmod +x -R ~/app/server

菜单帮助

help) 查看帮助 | h
ssh) 登录节点 | login
list) 节点列表
deploy) 部署教程
exit) 退出系统 | q | Ctrl+C

同类项目

  • AutoLogin: 🔨AutoLogin 自动登录服务器
  • TeleNote: 📝Telegraph 匿名笔记

SSH模式

  • 全匹配:ssh 115.13.74.213
  • 后缀匹配:ssh 213
  • 智能匹配:ssh 115.213
  • 更多模式 …

配合 JupyterLab使用效果更佳

查看部署教程:deploy

Stargazers over time

Stargazers over time

LICENSE

Creative Commons License

autologin's People

Contributors

mesondzh avatar

Stargazers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.