Skip to content

Simple SSH messenger on python. Wrote as yandex project.

License

Notifications You must be signed in to change notification settings

OBRATEN/Messenger

Repository files navigation

Messenger

It is simple SSH messenger on python. Works by Linux SSH commands (ssh, ssh-copy-id, ssh-keygen, scp) Tested on Arch Linux, openssh deamon, systemd.

Archived project is located on "archives/"

To install openssh write:

sudo pacman -S openssh
sudo systemctl enable sshd
sudo systemctl enable sshd.service
reboot

To install needed packages:

sudo pacman -S python-pip
cd Messenger/

By pip3:

pip3 install -r requirements.txt

By shell-script:

./install.sh

Here is two types of program:

  1. Qt-based
  2. CLI-based To start CLI-based:
python3 src/cli.py

To start Qt-based:

./start.sh

CLI:

alt text

Qt Ui:

alt text

alt text

About

Simple SSH messenger on python. Wrote as yandex project.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published