Skip to main content
Tag

Xshell Build 0788

aes256-gcm, aes128-gcm Ciphers

By Features No Comments

We’re happy to announce that we have added the aes128-gcm and aes256-gcm Ciphers to the latest build of Xshell. So if you’re server requires either of these encryption types, you can now access those servers with Xshell. Note: Users updating to Xshell Build 0788 and Xmanager Enterprise Build 0769 from previous Builds will need to manually add these two Ciphers into the Cipher list. You can access these Ciphers through the Security category within sessions properties. Click the Edit button next to the drop…

Read More

Trim Trailing Empty Space when Copying Columns

By Features, Tips & Tricks No Comments

When copying columns from the split window of vim, screen, or tmux, the copied data has trailing empty spaces at the end of lines. When the column is pasted, the trailing empty spaces are pasted as well. Let’s try copying the left column from the split window of vim: Pasting this to Notepad produces: When highlighting the pasted text, the empty spaces at the end of lines are clearly included. This can be frustrating when attempting to manipulate the text as you’ll…

Read More

Nagle’s Algorithm

By Features, Tips & Tricks No Comments

With our latest update, Xmanager Enterprise Build 0769 and Xshell build 0788, we’ve included Nagle’s Algorithm for user who have network congestion issues. In TCP/IP networks, applications often transmit data in 1 byte size. Now let’s say you need to send 10 bytes of data considering this 1 byte/packet transmission rate. You will have to send 10 separate packets each containing a header several times bigger than the actual required information. This can lead to network congestion and deterioration. By…

Read More