Skip to content

Latest commit

 

History

9 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hi 👋, Welcome to ChatSSH Project

About the Project

this it the final practical homework of principles of security

the aim of the project is to have a chatroom in which users can login into the server via ssh connection

due to ssh encrypted tunnel connection the whole messages are encrypted

the instruction how to run chatSSH
python3 -m venv venv
source venv/bin/activate
pip3 install -r requirements.txt

Running ChatServer

you have to pass host and port to run Server

python3 chatServer.py 127.0.0.1 9000

Running Client

you have to pass host and port to run client side

python3 chatClient.py 127.0.0.1 9000

here , there are some screenshots of running a demo

running server

client_1 'amir' ssh to server

two clients are chatting

chat server is rendering the room

About

No description, website, or topics provided.

Resources

Stars

3 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages