Questions tagged [xshell]

Xshell is a terminal emulator that supports SSH, SFTP, TELNET, RLOGIN and SERIAL.

Xshell is a powerful terminal emulator that supports SSH, SFTP, TELNET, RLOGIN and SERIAL.

http://www.netsarang.com/products/xsh_overview.html

15 questions
3
votes
0 answers

How can I use other hotkey instead of Ctrl+C in Xshell?

I use xshell in win10. The hot key Ctrl+C in win10 is copy and in xshell is stop(or may be kill the process.) I want to use Ctrl+C to copy sth and map other hotkey like Ctrl+W instead. Now all I find is using other hotkey to copy. If I remapping the…
xiaotong xu
  • 191
  • 1
  • 11
3
votes
0 answers

Why rz of lrzsz package upload file failed with char disordered

I always upload to remote server use rz of lrzsz package like this rz -bey. But it's failed randomly with character gibberish(fill the screen with unknown character), not every time. And the upload is terminated. I must close the XShell Session and…
Adooo
  • 640
  • 6
  • 22
1
vote
0 answers

how can I delete a word backword from the cursor position in xshell

I can do that almost in any ssh client, but xshell cant. Is there any way to enable alt+backspace to do that?
ddwolf
  • 91
  • 2
  • 10
1
vote
1 answer

how to start iPython in xshell

I just begin to use xshell in Windows 7, it looks good, but how can I enter interactive console of iPython in xshell? In cmd of windows, when I type "ipython", it will bring me to the interactive console automatically. However, in xshell, I've tried…
Jason Yang
  • 554
  • 7
  • 25
0
votes
0 answers

xshell randomly disconnected from linux server (Socket error Event: 32 Error: 10053)

When I use xshell or any other software to connect a remote server, I sometimes see internet disconnection. The error message is as follows. Socket error Event: 32 Error: 10053. Connection closing...Socket close. Connection closed by foreign…
0
votes
0 answers

xshell7 connect aws Amazon Linux 2023 failed

When I used xshell7 to connect to Amazon linux-2023, I reported an error and couldn't connect, but Amazon linux-2 was able to connect. Why is this? What should I do?
0
votes
0 answers

Why can't Xshell be used and hint "To continue using this program, you must apply the latest update or use a new version"

I don't konw why Xshell could't use and commit "To continue using this program, you must apply the latest update or use a new version" I'm trying to open nslicense.dll with C32ASM to change it that I heard from Internet .Bud It does't work.So do the…
0
votes
0 answers

Does any one knows how the password was encrypted in xshell sessions

i try to decrypt the encrypted password in .xsh file, i'v searched the answers for sometime, but got almost nothing, some one say there is a python version, i try to rewrite it in java, but it does't work. [here is the phython version]:…
Pthahnil
  • 61
  • 3
0
votes
0 answers

Can't access CentOS in VirtualBox

I've installed a CentOS7 in the VirtualBox, the CentOS and Host can ping sucessfully each other. Myhost ip is 192.168.1.7, CentOS is 192.168.1.111 I also open the 22 port in the CentOS But I can't access the CenOS via the Xshell client. Here is…
Eumendies
  • 93
  • 1
  • 13
0
votes
1 answer

How to solve the display exception when i use vim+tmux in xshell

i use tmux + vim in xshell, When I use it will cause display exception set laststatus=2 use vim without tmux in xshell, it works ok use vim + tmux in xshell without use statusline, it works ok use in putty or mobaxterm, it works ok tmux…
rdwr
  • 1
  • 1
0
votes
1 answer

How to reference type library in vbscript (typically with xshell library )

I want to use the xshell library in vbscript , but when I used createObject() to create object it failed, how could I create an Object from the type library provided by the Xshell application? The xshell could be registered to system well, I guess,…
user1862341
  • 171
  • 1
  • 9
0
votes
1 answer

xshell: failed to load update data file - possible client/data version mismatch

After updated and restarted, xshell prompted the dialog as above
kenberkeley
  • 8,449
  • 3
  • 35
  • 25
0
votes
1 answer

How can I connect to the jupyter notebook by xshell with multiple hops?

I need two ssh to connect to the destination server. ssh username1@ip_address1 ssh username2@ip_address2 How can I connect the second server from local (windows) with x-shell?
0
votes
2 answers

How to let Linux execute a php file per 5 minutes thread safety?

I have a scree.php file in the path: xxx/.../Home/scree.php I want to execute it per 5 minutes, and make sure it is thread-safety. How to do that? I am under XShell.
qg_java_17137
  • 3,310
  • 10
  • 41
  • 84
0
votes
2 answers

How to prompt user to enter a hostname which then gathers it from a large list

Using python through ansible I gathered a list of 7000 hostnames from DNS, but I want to prompt the user to enter a hostname and in return, the hostname will appear if present. But it should be optional whether to look at the whole list or just one…