A simple OpenSSH Server List that stores everything in a list file.
I made this code just because i wanted a "centralized" way to connect to my SSH Servers from my tablet that looked cool.
It should be compatible with both Windows and Linux. (Although I couldn't compile it with clang it works perfectly fine with g++(gcc).)
There are basically just 5 functions, Quit, Save a Server, Delete a Server, Print every saved Server and open a Connection with a Server.
I also made sure the program doesn't crash even if you play around with the list file.