5861c234188c86e0febc41a4dad4656cdb8bd843
				
			
			
		
	ding
What is ding?
ding is a client-server thing written in python. Its aim is to execute a set of commands remotely which can be set in the server's config file.
How does it work?
The server awaits the client's commands. A command sent by the client must be defined in the server's config file, else the server won't do anything.
What about ding's security?
The authentication is done by an SSL Client Certificate signed by an (own generated) Certificate Authority. The scripts for generating a CA and signing a Server/Client Certificate are also in here to make it (relatively) easy. [ You need only to press enter in the most cases, type in some certificate information and entering a previously defined CA password. ]
Installation
In all steps please read carefully, what the generating script want from you.
- Run 
./1_generateCA.shto generate a CA. - Run 
./2_generateServCert.shto generate a signed Server Certificate. - Run 
./3_generateClientCert.shto generate a signed Client Certificate. - Move ding_client, ding_client.cfg, ding_client.crt, ding_client.key to the computer which should be able to send commands to the server.
 - Do some configuration on the server and client (ding_server.cfg, ding_client.cfg).
 - Start the server using 
./ding_server. You may want to put this in a tmux session ([Ctrl+B, D] ;) ). - Try out the client using 
./ding_client <command>. 
Description
				
								0.2.2
								
	Latest
							
						
					Languages
				
				
								
								
									Python
								
								72.7%
							
						
							
								
								
									Shell
								
								27.3%