Git Product home page Git Product logo

master-tecs / matrixautologin Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 2.0 8 KB

Automate SSH login to Matrix server using stored credentials. Scripts prompt user confirmation before login. matrix.sh for Unix-like systems, login.cmd for Windows. Feel free to use this description for your project. If you need any further adjustments or have other questions, feel free to ask!

License: MIT License

Batchfile 47.00% Shell 53.00%

matrixautologin's Introduction

SSH Login Automation for Seneca Matrix Server

Description

The provided scripts automate the process of logging into the Seneca (Matrix) server via SSH using stored credentials. This automation simplifies the login process, enhancing user convenience and efficiency. The scripts are designed to read the username and password from a hidden credentials file and prompt the user for confirmation before initiating the SSH login process.

Script Files

  1. matrix.sh:

    • Bash script for initiating the SSH login process to the Matrix server.
    • Reads username and password from a hidden credentials file.
    • Provides user prompts for login confirmation.
    • Utilizes sshpass for automated password authentication.
  2. login.cmd:

    • Windows batch script for initiating the SSH login process to the Matrix server.
    • Reads username and password from a hidden credentials file.
    • Provides user prompts for login confirmation.
    • Requires PuTTY (specifically plink) for SSH connections.
  3. .login:

    • Hidden file containing the username and password for the Matrix server in the format username:password.

Usage

  1. Ensure sshpass is installed on your system (for matrix.sh).
  2. Ensure PuTTY is installed on your system and plink.exe is available in the PATH (for login.cmd).
  3. Populate the .login file with your Matrix server credentials in the format username:password.
  4. Run the appropriate script (matrix.sh for Unix-like systems, login.cmd for Windows), and follow the prompts to initiate the SSH login process.

Disclaimer

These scripts are provided as-is, without any warranty or guarantee. Use them at your own risk.

Contribution

Feel free to fork this repository and contribute to its development. Pull requests are welcome!

License

This project is licensed under the MIT License.

matrixautologin's People

Contributors

master-tecs avatar

Watchers

 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.