Answer the question
In order to leave comments, you need to log in
Best ssh client with command prompt and save?
Hello, help me, I'm looking for an ssh client program that has functions such as managing and saving passwords for several ssh sessions, saving long non-memorable commands to quickly find and execute as a ready-made template, it is desirable to display a hint when entering commands, and save scripts,
Thank you
Answer the question
In order to leave comments, you need to log in
fundamentally wrong approach to using tools:
* in order not to enter passwords, you need to configure passwordless key authentication
* for long domains, you can set up aliases to their address in /etc/hosts or create local scripts or bash aliases for the entire connection command (for example, if you often you also need to specify a non-standard port)
* command completion is not performed on your machine, but on a remote, standard tool bash completion, you can also use other shells like zsh, 'everyone in voice' consider it more convenient, but you need to get used to and configure.
about auto-completion for command history, see this option
Under Windows, or what? Absolute Telnet, XShell
Because in linux this is all done by other means. If you come from Windows - then the first thing you should always keep in mind - in Linux, it is generally accepted to cooperate programs, and not "I carry everything with me."
In Linux, there is no need to save passwords - because there are keys.
In Linux, there is no need for any templates - because any command can be aliased with a script initialized via .bashrc.
Linux already has auto-completion built in - it just works on the target machine - it's logical where the cursor is, it works there :)
if you need a gui, be sure
to use it once
https://termius.com/
https://www.asbru-cm.net/
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question