Answer the question
In order to leave comments, you need to log in
Terminal for Linux with connection duplication function
Prompt ssh terminal with tab copy function. For example: I work on some server, I press the “duplicate” button and in my next tab a console opens to the same server (preferably with the same pwd)
Answer the question
In order to leave comments, you need to log in
I use konsole 1.6.6 from trinity for a similar purpose, there you can set sessions on the session tab like ssh [email protected]
When creating a new tab, you can select any of the sessions. Not exactly a clone, but give it a try.
If you have hundreds of hosts, then set up the same .ssh/config, specifying the user used for each host, and use autocompletion in the shell for a quick connection.
use ssh connection multiplexing (option -M and others) and aliases. optionally, you can add a function to your bashrc that will print a string to connect to the current session. the advantage of this solution is that it is universal and does not tie you to a specific terminal client
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question