Skip to main content
Tag

Xshell

Clear the Screen and Scrollback Buffer without Resetting Terminal

By Features No Comments

With Xshell Build 0697 and Xmanager Enterprise Build 0687 we’ve added a couple options to aid in reducing clutter in your terminal window. If you have thousands of lines of scrollback buffer with a cluttered screen, you can easily clear the screen with the clear command, but the scrollback buffer still exists using up memory. With a program or other non-text file open, simply resetting your terminal may not be an option. We’ve now added the option to clear the…

Read More

Delete Scrollback Buffer after Disconnecting from Session

By Features No Comments

When disconnecting from a session, you may no longer need the scrollback buffer and would rather not have it taking up memory. We’ve now added an option to automatically clear the scrollback buffer after you disconnect from a session. You can find this feature within Xshell by going to Options under the Tools file menu. Navigate to the Advanced tab and scroll down to the Session section and check the box “Clear scrollback buffer when connection is closed” as seen below: Now when you…

Read More

Xshell Update (5.0.0697)

By Software update, Xshell update No Comments

We have released Build 0697 for Xshell on July 08, 2015. To update click the Help tab in the file menu and select Check for Updates. The full updates notes can be found below: Xshell 5 Build 0697, Jul 08, 2015 ADD: Delete scroll buffer after disconnection from a session ADD: Reset scroll buffer and screen without resetting the terminal ADD: Save multiple host keys at once ADD: Triple click line select includes new line FIX: Channel cloning option is enabled…

Read More

Opening Multiple Terminal Sessions Simultaneously

By Features, Tips & Tricks No Comments

Xshell gives you multiple options for starting a terminal session. Here are some examples: On local shell, use ‘ssh username@host’ or ‘telnet username@host’ In the Sessions dialog box (Alt-O), select the sessions and click the Connect button Save sessions to the desktop (or local disk) and double click the sessions file To open multiple sessions simultaneously, you can Right click on one of the folders in the Sessions dialog box (Alt-O) and select ‘Open all sessions in this folder’ Select multiple sessions…

Read More

Xshell Update (5.0.0669)

By Software update, Xshell update No Comments

We have released Build 0669 for Xshell on June 18, 2015. To update click the Help tab in the file menu and select Check for Updates. The following update notes include Build 0655 and Build 0645 as well which were released on June 4, 2015 and June 1, 2015 respectively. Xshell 5 Build 0669, Jun 18, 2015 ADD: Send character delay ADD: Run script files with Quick Command buttons ADD: Multiple selection while in the Tree view on the Sessions dialog box…

Read More

Increasing Productivity and Avoiding Repetitive Tasks with Global Input

By Features No Comments

Manage Your Sessions Concurrently There may be times when you would like to send your keyboard input to multiple or all open sessions instead of repetitively inputting commands to each individual one. This would be particularly useful in situations where you are monitoring several similar sessions such as clusters or your own personalized Xshell Tab Groups. With Xshell  you can customize which sessions will receive keystrokes or your text input at any given time. Locate the text input bar at the…

Read More

Super Charging Terminal with Powerline

By Features No Comments

Powerline is a statusline plugin for vim, and provides status lines and prompts for several other applications, including zsh, bash, tmux, IPython, Awesome and Qtile. The following screenshot by Github shows how Powerline can be used to display information in a much more appealing and easy-to-understand format: Using Powerline, terminal and supported applications look amazing. Color and line characters make information pop. However, Powerline is not supported in all terminals out-of-box. You need to install special fonts designed for Powerline….

Read More

Importing CSV Formatted Host Information to Xshell

By Features, Tips & Tricks No Comments

Import multiple sessions from a CSV file This was one of the most requested features for Xshell. Some of our system admin users mentioned that they have to work with hundreds of servers that change IP and hostname frequently. So we created a feature in our Import tool to help them import hundreds of sessions using a CSV file. This guide will show you step by step how you can import sessions using a CSV file. Preparing a CSV file Currently Xshell supports…

Read More

Connecting through HTTP Proxy Server

By Tips & Tricks No Comments

This example will use Squid 3.1.10 as an HTTP proxy server and Xshell 4 as a SSH client in CentOS x64: First make sure Squid is running on the server. [root@centOS64-x64 ~]# ps -aef | grep squid root 1557 1 0 Jul18 ? 00:00:00 squid -f /etc/squid/squid.conf squid 1560 1557 0 Jul18 ? 00:00:45 (squid) -f /etc/squid/squid.conf squid 1562 1560 0 Jul18 ? 00:00:00 (unlinkd) squid 12484 1560 0 Jul21 ? 00:00:00 (pam_auth) root 22119 22095 0 01:15 pts/0 00:00:00…

Read More

Avoid Data Inconsistency on Slow Embedded Machines with the Delayed Paste Feature

By Features One Comment

Trying to paste a large string into Xshell at once can cause problems if connecting to an embedded device or system with limited network. Your server may not be able to handle the data transfer and subsequently drop data mid transfer to avoid exceeding its capacity. Using Xshell’s delayed input feature, you can stagger a pasted string at a user defined delay to ensure no data is dropped. Using this feature is rather simple and we’ll go over the steps…

Read More