SSH - Autosuggestions with ZSH
A few weeks ago, I've posted a SSH - Launch a terminal on your session without having to authenticate yourself article about the ssh
command in Linux.
I'm pretty sure, like me, you are tired to use command line like ssh christophe@1.2.3.4
to start a ssh connection because ... you know, you don't need to connect on a server; no, you need to connect to the server where the application is running; you know the name of the MyAmazingApp application but certainly not the name of the server or its IP.
That's the case for me anyway.
So, I need to connect to my vault, in which I list all the information about applications, server names, credentials to be used, ...
It would be pretty cool to run ssh MyAmazingApp
no?