Skip to content

Python script that simulates Linux bash with implemented secure shell between two instances of the runing script.

License

Notifications You must be signed in to change notification settings

DBDoco/Linux-Bash-Clone

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Linux Bash clone

Python script that simulates Linux bash with implemented secure shell between two instances of the runing script.

linux

How To Use Bash

To clone and run this application, you'll need Python3+ installed on your machine.

Clone this repository

$ git clone https://github.com/DBDoco/Linux-Bash-Clone.git

Go into the repository

$ cd Linux-Bash-Clone

Run the script

$ sudo python bash.py

For information on the available commands type "help"

How To Use SSL

In remoteshd.conf type server and client port (same port is used for both.)

Run the key script (generates RSA key pair)

$ sudo python generate_key.py

Run the script

$ sudo python bash.py

Create users that can login on the server (hashed and saved in users-passwords.conf)

$ newuser

In one terminal run server

$ remoteshd

In second terminal run client that connects on the server

$ remotesh

About

Python script that simulates Linux bash with implemented secure shell between two instances of the runing script.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages