Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 754 Bytes

README.md

File metadata and controls

27 lines (19 loc) · 754 Bytes

jIP

JSON-based client-server communication in Bash


This tool provides client-server JSON messaging on a hotfolder, by using scp.

Server needs to preemptively enable ssh communication with those clients in order to allow messaging.

SSH communication is expected to occur on a username-password fashion, as oppsed to passwordless access (which would be preferable but cannot be assumed).

The client is validated against its own RSA public key and its hostname and IP address are checked against a local database.


Requirements

Server

Client