cancel
Showing results for 
Search instead for 
Did you mean: 
KSteve
Mission Specialist
Mission Specialist
  • 3,720 Views

Looking for a recommendation on a terminal emulator for clients running windows

Jump to solution

We are currently deploying DynamicConnect for access to AIX 5.3 and we are in the process of updating solutions.  We have about 70 Windows clients that will be uisng an emulator to access an app on the RHEL 8 Server.  Any guidance would be very appreciated.

Labels (1)
1 Solution

Accepted Solutions
EmanuelHaine
Flight Engineer
Flight Engineer
  • 3,622 Views

I can name:

  1. Putty
    1. Very simple, but useful
    2. If you work with ssh-keys, you need to convert
  2. WinSSH
    1. You can open aditional tabs (up to 4)
    2. Same from Putty when talking about ssh-keys
  3. SmarTTY
    1. Easy to manage ssh-keys (you just have to load the file)
    2. Has a autocomplete mode
  4. Power Shell
    1. Native ssh and scp, which makes non mandatory the use of WinSCP or similar
    2. Some bash shortcuts doesn't work
  5. Windows Terminal
    1. Native ssh and scp, which makes non mandatory the use of WinSCP or similar
    2. You can open tabs and split them

It is good to make clear  the order I talked above, is not about importance, I just was typig in while I was remembering.

View solution in original post

9 Replies
Zoltar
Cadet
Cadet
  • 3,712 Views

Hello, try this : https://mobaxterm.mobatek.net/

BramMertens
Flight Engineer
Flight Engineer
  • 3,636 Views

Looking for a good emulator on Windows myself.

At present I use Microsoft's Windows Terminal Preview but it suffers from rendering errors when using split panes (tmux/vim).

Used Mobaxterm in the past. The emulator is OK, the default has too much graphical extras too my taste but you could turn off a lot of them.

The main issue I kept running into is that MobaXterm ships with a (custom) version of cygwin. Cygwin unfortunately still causes issues with file permissions on Windows.

Positive note though: even when using the free version their support was fairly responsive. They release fixes regularly.

HTH

RHCE 100-015-239
KSteve
Mission Specialist
Mission Specialist
  • 3,603 Views

Thank You

0 Kudos
EmanuelHaine
Flight Engineer
Flight Engineer
  • 3,623 Views

I can name:

  1. Putty
    1. Very simple, but useful
    2. If you work with ssh-keys, you need to convert
  2. WinSSH
    1. You can open aditional tabs (up to 4)
    2. Same from Putty when talking about ssh-keys
  3. SmarTTY
    1. Easy to manage ssh-keys (you just have to load the file)
    2. Has a autocomplete mode
  4. Power Shell
    1. Native ssh and scp, which makes non mandatory the use of WinSCP or similar
    2. Some bash shortcuts doesn't work
  5. Windows Terminal
    1. Native ssh and scp, which makes non mandatory the use of WinSCP or similar
    2. You can open tabs and split them

It is good to make clear  the order I talked above, is not about importance, I just was typig in while I was remembering.

KSteve
Mission Specialist
Mission Specialist
  • 3,600 Views

I forgot to mention I was looking for something with the ability to print and cut and paste from a toolbar of some sort

 

Thank You

KSteve
Mission Specialist
Mission Specialist
  • 3,600 Views

I forgot to mention I was looking for something with the ability to print and cut and paste from a toolbar of some sort

 

Thank You

 

  • 3,428 Views
The ssh client built into windows works for basic use, but not ideal (no X-forwarding and very basic)

Windows subsystem for Linux works really good since you are running Linux in a hyper V container

Putty has been a reliable option for many years
WinSCP gives an easy way to do sftp transfers

There was an old project SSH SecureShell that a was very nice but it stopped getting updates
KSteve
Mission Specialist
Mission Specialist
  • 3,420 Views

In the process of testing AccuTerm.   It is not free but, it is working really well with most of the user friendly menu bar actions and options.

Travis
Moderator
Moderator
  • 3,261 Views

I really like MobaXTerm (https://mobaxterm.mobatek.net/)

It has all the things you want in a terminal emulator, plus it also provides an X11 (XWindows) server on Windows for X11 forwarding. The one issue though with RHEL8, it uses Wayland/GNOME so X11 forwarding within the environment may be a little more tricky. 

In general, you should be able to SSH to a server and use the MobaXTerm to connect via SSH and be able to forward and X11 connections and graphical tools over that connection easily.

 

Travis Michette, RHCA XIII
https://rhtapps.redhat.com/verify?certId=111-134-086
SENIOR TECHNICAL INSTRUCTOR / CERTIFIED INSTRUCTOR AND EXAMINER
Red Hat Certification + Training
Join the discussion
You must log in to join this conversation.