Simulates ssh connections on localhost. When you run the project a default user called user is created with a password 1234.
In order to run this project you need Docker
Build image
make buildRun container
make runGenerates the public and private access keys
User's password: 1234
Obs: Every time you run the container a new key needs to be generated
make sshkeygenGet server's IP
make getipUp node server
( http://[ip address]/, http://[ip address]/about )
make upKill server
make downConnect server via ssh
make sshSend two files to server
Obs: In order to see the modificatios from a deploy you need to down/up server
make scpStop container (down all the services)
make stop