Home  >  Article  >  Operation and Maintenance  >  What are the linux ssh tools?

What are the linux ssh tools?

青灯夜游
青灯夜游Original
2021-11-29 17:36:389744browse

Linux ssh tools include: 1. Putty, which is a free and open source cross-platform SSH and telnet client; 2. secureCRT; 3. EasySSH, which is a convenient GUI SSH client; 4. Xshell, which is A powerful secure terminal emulation software.

What are the linux ssh tools?

#The operating environment of this tutorial: linux5.9.8 system, Dell G3 computer.

linux ssh tool

1. Putty

Putty is the most famous SSH and telnet Client, developed by Simon Tatham for the Windows platform. Putty is an open source software that provides available source code and is developed and supported by a group of volunteers.

2. secureCRT

SecureCRT supports SSH, Telnet and rlogin protocols. SecureCRT is an ideal tool for connecting to servers running Windows, UNIX and VMS. Encrypted file transfers can be performed using the included VCP command line program. Has all the features of the popular CRTTelnet client, including: automatic registration, different features for different hosts, printing capabilities, color settings, variable screen sizes, user-defined keymaps and excellent VT100, VT102, VT220 and ANSI competition .Can be run from the command line or from the browser

Other features include text scripts, easy-to-use toolbars, user-keymap editor, customizable ANSI colors, etc. SecureCRT’s SSH protocol Supports DES, 3DES and RC4 ciphers and password and RSA authentication.

3. EasySSH

EasySSH is a convenient GUI SSH client that provides a quick tool for connecting to remote Linux servers.

Although EasySSH doesn't offer the extensive configuration options available in PuTTY, it is (as the name suggests) very easy to use. One of the best features of EasySSH is that it provides a tabbed interface so you can open multiple SSH connections and quickly switch between them. EasySSH features include:

  • Grouping (you can group tabs for a more efficient experience).

  • Save username/password.

  • Appearance options.

  • Supports local and remote tunnels.

Installing EasySSH on a Linux desktop is simple as the application can be installed via flatpak (which means you must have Flatpak installed on your system). After installing flatpak, use the following command to add EasySSH:

sudo flatpak remote-add --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo
 
sudo flatpak install flathub com.github.muriloventuroso.easyssh

Use the following command to run EasySSH:

flatpak run com.github.muriloventuroso.easyssh

4, xshell

Xshell is a powerful Secure terminal emulation software that supports SSH1, SSH2, and TELNET protocols for Microsoft Windows platforms. Xshell provides secure connections to remote hosts through the Internet and its innovative design and features help users enjoy their work in complex network environments.

Related recommendations: "Linux Video Tutorial"

The above is the detailed content of What are the linux ssh tools?. For more information, please follow other related articles on the PHP Chinese website!

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn