I try to solve problems from bare metal to abstractions and just make it work.
Let's make it simply work.
What are we trying to improve? SSH (Secure Shell Connection) is a secure way to login to a Linux server and remotely work with it. However there might be a good margin of further improvements to secure even more this. 1- Substitute password authentic...

The problem: You have a container under a docker-compose project, that you want to communicate or access another container which exists under a second docker-compose project A real-life situation? For some security policy, your SysOp or hosting prov...
